Re: Need help to decide Mysql vs Postgres

Поиск
Список
Период
Сортировка
От Mark Lewis
Тема Re: Need help to decide Mysql vs Postgres
Дата
Msg-id 1120838891.3326.79.camel@archimedes.mirlogic.com
обсуждение исходный текст
Ответ на Re: Need help to decide Mysql vs Postgres  (Enrico Weigelt <weigelt@metux.de>)
Ответы Re: Need help to decide Mysql vs Postgres  (Moises Alberto Lindo Gutarra <mlindo@gmail.com>)
Список pgsql-performance
On Fri, 2005-07-08 at 16:43 +0200, Enrico Weigelt wrote:
> * PFC <lists@boutiquenumerique.com> wrote:
>
> <snip>
> >     For Python it's the reverse : the MySQL driver is slow and dumb,
> >     and the  postgres driver (psycopg 2) is super fast, handles all quoting,
> > and knows  about type conversions, it will automatically convert a
> > Python List into a  postgres Array and do the right thing with quoting,
> > and it works both ways  (ie you select a TEXT[] you get a list of
> > strings all parsed for you). It  knows about all the postgres types (yes
> > even numeric <=> python Decimal)  and you can even add your own types.
> > That's really cool, plus the  developer is a friendly guy.
>
> Is there anything similar for java ?
>

The postgres JDBC driver is very good-- refer to pgsql-jdbc mailing list
or look at jdbc.postgresql.org.  I've had only limited experience with
the mysql jdbc driver, but it seemed servicable enough, if you can live
with their licensing and feature set.




В списке pgsql-performance по дате отправления:

Предыдущее
От: Enrico Weigelt
Дата:
Сообщение: Re: Need help to decide Mysql vs Postgres
Следующее
От: Moises Alberto Lindo Gutarra
Дата:
Сообщение: Re: Need help to decide Mysql vs Postgres