Re: Reliability Stability of PgSQL & it's JDBC driver

Поиск
Список
Период
Сортировка
От George Johnson
Тема Re: Reliability Stability of PgSQL & it's JDBC driver
Дата
Msg-id 003d01c06455$709b5640$0300a8c0@jdsc
обсуждение исходный текст
Ответ на Reliability Stability of PgSQL & it's JDBC driver  ("Nikhil G. Daddikar" <ngd@iname.com>)
Список pgsql-general
Hi,

I started using the JDBC driver and have been slamming it with production
level queries, quite a number of simultaneous threads etc.  I have noticed
some oddities as far as large resultsets returning off the database close to
each other (threads finishing around the same time) and some
ArrayStoreException's being thrown.  I'm checking to see if this is driver
related or java related.  Appears to be on the java side of things.

Otherwise, I don't use any of the driver's bells and whistles and it seems
to be working very nicely.

George Johnson


----- Original Message -----
From: "Peter T Mount" <peter@retep.org.uk>
To: "Nikhil G. Daddikar" <ngd@iname.com>
Cc: <pgsql-general@postgresql.org>
Sent: Tuesday, December 12, 2000 6:33 AM
Subject: Re: [GENERAL] Reliability Stability of PgSQL & it's JDBC driver


> Quoting "Nikhil G. Daddikar" <ngd@iname.com>:
>
> > Hi Folks,
> >
> > I am a fan of pgsql and have been using it for lots personal projects
> > where
> > stability of PgSQL was not an issue and most of the time the machine
> > was
> > close to me, so that I could restart the daemons whenever there was a
> > problem. However, now I am writing an ERP solution and am thinking of
> > using
> > EJB along with Postgresql. What I am concerned about is the reliability
> > and
> > stability of Postgresql and it's JDBC driver. Is anybody using
> > Postgresql
> > and JDBC in a "production" environment? Has anybody faced any wierd
> > problems? For example, when I was using the tool TableGen (generates
> > java
> > code from database table), I found out that some of it was not working
> > because PgSQL's JDBC driver didn't support getImportedKeys() and
> > getExportedKeys().
>
> I needed some example on how to retrieve this information. Also,
getTables()
> still has some problems, but this is partially due to what types to accept
(not
> everything seems to use the same names like "TABLES" etc).
>
> The main one is large ResultSet's can slow things down, but careful
planning of
> any queries can help that.
>
> > Now are there any such issues? I wouldn't like to
> > hear
> > sometime later that, for example, there is no support for BLOBs as
> > well.
>
> Large objects have been supported since version 6.2 some 2-3 years ago,
> although the BLOB interface only appeared this April.
>
> Do not confuse getInputStream() to indicate that large objects are not
> supported. There's about 6 other ways to use them within JDBC.
>
> > Any personal experiences will be greatly appreciated.
>
> Peter
>
> --
> Peter Mount peter@retep.org.uk
> PostgreSQL JDBC Driver: http://www.retep.org.uk/postgres/
> RetepPDF PDF library for Java: http://www.retep.org.uk/pdf/
>


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

Предыдущее
От: Roelof van Zwol
Дата:
Сообщение: URL extensie
Следующее
От: Juriy Goloveshkin
Дата:
Сообщение: ilike and --enable-multibyte=KOI8