Re: [INTERFACES] more than 100 records - Mailing list pgsql-interfaces

From Byron Nikolaidis
Subject Re: [INTERFACES] more than 100 records
Date
Msg-id 353F3DDD.34CEB0D3@insightdist.com
Whole thread Raw
In response to more than 100 records  (Christopher Luk <wluk@hkcccc.org>)
List pgsql-interfaces
Christopher Luk wrote:

> Thanks for the INSIGHT odbc drivers, its work well. However, its appear
> to be quite slow. I am testing it on some table with more than 100
> records (link)and with some "text" field. Server side is P166 w/ linux
> 2.0.30 & postgres 6.3, client side is P166MMX on chinese windows 95 w/
> access 97. Duno is there any method to improve. I heard that there is a
> method to increase the "cache" for the client, how can I do it?
> What does slow means? I can export the linked table to access table. The
> differ in speed for loading is very large. w/ access table, <10sec, w/
> linked table, >2mins.......
>

When you say slow, what are you comparing it to?  So far, from our testing,
and from other responses, the new driver is much faster than the old one.
And there are of course, other reasons why things might be slow.  Perhaps
the server was bogged down, etc.

How big were the 'text' fields?  The new driver allows text fields to be 4k
big and handles it with a different API, whereas the old driver limited them
to 255 bytes.  Maybe you might try a different data type, especially if the
data you are using is small.

If you want, you can send some more statistics on your table, such as the
fields and data types, and number of rows, etc.Byron


pgsql-interfaces by date:

Previous
From: Byron Nikolaidis
Date:
Subject: retrieving varchar size
Next
From: Peter Mount
Date:
Subject: RE: [INTERFACES] JBuilder QueryDataSet: Can't browse tables in Query Editor