Re: [INTERFACES] more than 100 records

Поиск
Список
Период
Сортировка
От Byron Nikolaidis
Тема Re: [INTERFACES] more than 100 records
Дата
Msg-id 353F3DDD.34CEB0D3@insightdist.com
обсуждение исходный текст
Ответ на more than 100 records  (Christopher Luk <wluk@hkcccc.org>)
Список 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 по дате отправления:

Предыдущее
От: Byron Nikolaidis
Дата:
Сообщение: retrieving varchar size
Следующее
От: Peter Mount
Дата:
Сообщение: RE: [INTERFACES] JBuilder QueryDataSet: Can't browse tables in Query Editor