comp.lang.ada
 help / color / mirror / Atom feed
From: "Björn Lundin" <b.f.lundin@gmail.com>
Subject: Re: Prepared_Statement :(
Date: Tue, 27 Nov 2018 20:02:14 +0100
Date: 2018-11-27T20:02:14+01:00	[thread overview]
Message-ID: <ptk4bl$i3c$1@dont-email.me> (raw)
In-Reply-To: <ptk0nt$1n1r$1@gioia.aioe.org>

On 2018-11-27 19:00, Dmitry A. Kazakov wrote:
> I cannot tell if PostgreSQL is better than Oracle or MySQL or whatever.
> One should really benchmark them for the specific case to know.
> 
> What I know is that the difference cannot be any dramatic. 

Oh yes it can.
Perhaps not for inserts, but for selects. (hm actually for inserts as
well, in old mysqls using table locks. Scales bad with many writers)

Especially if you are not alone, ie, there are other
writers when you read.
The RDBM's internal strategy for looking can be a show stopper on one DB
and great on another.

>If one of
> them stops working all others probably will, and conversely. So if you
> have a real DB problem you possibly must say goodbye to all relational
> SQL-based DBs and look for a better custom algorithmic solution.

Possibly, but not likely. Unless your problem was not suited for an RDBM
from the beginning


-- 
--
Björn


  reply	other threads:[~2018-11-27 19:02 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-11-24 10:45 Prepared_Statement :( eduardsapotski
2018-11-24 10:48 ` eduardsapotski
2018-11-24 11:05 ` Dmitry A. Kazakov
2018-11-24 11:20   ` eduardsapotski
2018-11-24 17:56     ` briot.emmanuel
2018-11-24 20:00       ` Simon Wright
2018-11-24 20:45       ` Dmitry A. Kazakov
2018-11-26  6:52       ` eduardsapotski
2018-11-27  0:27         ` Dennis Lee Bieber
2018-11-27  8:46           ` Dmitry A. Kazakov
2018-11-27  8:51             ` briot.emmanuel
2018-11-24 11:29 ` eduardsapotski
2018-11-27  9:58 ` eduardsapotski
2018-11-27 18:00   ` Dmitry A. Kazakov
2018-11-27 19:02     ` Björn Lundin [this message]
2018-11-28  5:04 ` eduardsapotski
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox