Re: [INTERFACES] Access'97 and ODBC

Поиск
Список
Период
Сортировка
От Byron Nikolaidis
Тема Re: [INTERFACES] Access'97 and ODBC
Дата
Msg-id 35472BAD.2BB5C74E@insightdist.com
обсуждение исходный текст
Ответ на Re: [INTERFACES] Access'97 and ODBC  ("Jose' Soares Da Silva" <sferac@bo.nettuno.it>)
Ответы Re: [INTERFACES] Access'97 and ODBC
Список pgsql-interfaces

Sbragion Denis wrote:

> P.S. I tested the new ODBC driver with index support. VisData still isn't
> able to show the index list, anyway it sees them because it allow updates.
> Used with VB the ODBC is rather slow compared with other ODBC (About 10
> time slower than MS SQL and Velocis, about 30 times slower than MySql) but
> it works pretty well. Anyway it is about 3/4 times faster than the OpenLink
> driver, which is also pretty buggy ;) Really good job Byron !
>

I'm not sure why VisData still isn't able to show the index list.  First of all,
I dont know what "VisData" is anyway!  Perhaps you could use the odbc tracing
feature (through the 32 bit odbc administrator) and send the "sql.log" to me.
Make sure it is empty before you begin your session.  This will really slow
things down by the way.

As for performance, the backend affects that equation greatly.  You should see
what happens in Access when you are using unique indexes.  Even with one keypart,
Access generates that infamous query we have been talking about (with all the
ANDs and ORs), which really slows things down.


Byron


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

Предыдущее
От: Peter Mount
Дата:
Сообщение: RE: [INTERFACES] jdbc vs. odbc performance
Следующее
От: Tom Lane
Дата:
Сообщение: Re: [HACKERS] Revised proposal for libpq and FE/BE protocol changes