| From: | Enrico Weigelt <weigelt(at)metux(dot)de> |
|---|---|
| To: | pgsql-performance(at)postgresql(dot)org |
| Subject: | Re: Need help to decide Mysql vs Postgres |
| Date: | 2005-07-08 14:43:36 |
| Message-ID: | 20050708144336.GC6368@nibiru.borg.metux.de |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-performance |
* PFC <lists(at)boutiquenumerique(dot)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(at)metux(dot)de
---------------------------------------------------------------------
Realtime Forex/Stock Exchange trading powered by postgresSQL :))
http://www.fxignal.net/
---------------------------------------------------------------------
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Enrico Weigelt | 2005-07-08 15:36:38 | Re: Why the planner is not using the INDEX . |
| Previous Message | Rod Taylor | 2005-07-08 14:03:48 | Re: Mount database on RAM disk? |