Re: About FetchBufferSize and row caching for postgres odbc

Поиск
Список
Период
Сортировка
От Heikki Linnakangas
Тема Re: About FetchBufferSize and row caching for postgres odbc
Дата
Msg-id 520D0BBD.7060700@vmware.com
обсуждение исходный текст
Ответ на About FetchBufferSize and row caching for postgres odbc  (Michael Paquier <michael.paquier@gmail.com>)
Ответы Re: About FetchBufferSize and row caching for postgres odbc  (Michael Paquier <michael.paquier@gmail.com>)
Список pgsql-odbc
On 14.08.2013 08:26, Michael Paquier wrote:
> I got a couple of questions about the use of FetchBufferSize (one of
> the settings of odbc.ini) and row caching in pgodbc.
>
> Depending on the driver used with ODBC, sometimes FetchBufferSize
> means the maximum number of rows, or a maximum size of data that can
> be kept on cache on client side. Which definition of FetchBufferSize
> does pgodbc use? I assume the max number of rows... But I couldn't
> figure out which one it is even by looking at the pgodbc documentation
> like the one on pgfoundry

psqlodbc doesn't have a parameter called "FetchBufferSize". Setting that
in odbc.ini will therefore have no effect. There is a parameter called
"Fetch", which sets the number of rows to fetch.

- Heikki


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

Предыдущее
От: Heikki Linnakangas
Дата:
Сообщение: Re: Calling a stored procedure with an array parameter
Следующее
От: Michael Paquier
Дата:
Сообщение: Re: About FetchBufferSize and row caching for postgres odbc