Re: Need help to decide Mysql vs Postgres

Поиск
Список
Период
Сортировка
От Enrico Weigelt
Тема Re: Need help to decide Mysql vs Postgres
Дата
Msg-id 20050708144336.GC6368@nibiru.borg.metux.de
обсуждение исходный текст
Ответ на Re: Need help to decide Mysql vs Postgres  (PFC <lists@boutiquenumerique.com>)
Ответы Re: Need help to decide Mysql vs Postgres  (Mark Lewis <mark.lewis@mir3.com>)
Список pgsql-performance
* 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 ?


cu
--
---------------------------------------------------------------------
 Enrico Weigelt    ==   metux IT service
  phone:     +49 36207 519931         www:       http://www.metux.de/
  fax:       +49 36207 519932         email:     contact@metux.de
---------------------------------------------------------------------
  Realtime Forex/Stock Exchange trading powered by postgresSQL :))
                                            http://www.fxignal.net/
---------------------------------------------------------------------

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

Предыдущее
От: Enrico Weigelt
Дата:
Сообщение: Re: Select performance vs. mssql
Следующее
От: Mark Lewis
Дата:
Сообщение: Re: Need help to decide Mysql vs Postgres