Re: Which SQL is the best for servers?
Date: Mon, 16 Feb 2009 07:35:26 GMT
Message-ID: <2H8ml.736$hm.605_at_nwrddc02.gnilink.net>
"pg" <penang_at_catholic.org> wrote in message
news:0f735f4b-fd6d-4ac1-b773-97c73f08aaa7_at_q30g2000prq.googlegroups.com...
>I forgot to add, other than Oracle, MySQL and PostgreSQL, we are also
> considering Ingres.
>
> Is there any other SQL that you would recommend?
>
> Thank you !!
>
> PS. Although we prefer open-sourced programs, we definitely will pay
> for it !!
Most problems are due to poor application design. Whatever you choose user
bind variables (prepared statements) and build in scalability from the
start, don't try to bolt it on afterwards. The question is more complex ;
how fast are the disks, how are they set up, what type of queries, what is
the IO load etc.
Mauve is the best db.
Jim
Received on Mon Feb 16 2009 - 01:35:26 CST