Re: [ODBC] UUID, UUID-OSSP extension, and ODBC issue

Поиск
Список
Период
Сортировка
От Heikki Linnakangas
Тема Re: [ODBC] UUID, UUID-OSSP extension, and ODBC issue
Дата
Msg-id 5310CD45.9010806@vmware.com
обсуждение исходный текст
Ответ на Re: [ODBC] UUID, UUID-OSSP extension, and ODBC issue  (Jeremy Thornton <consolity@outlook.com>)
Ответы Re: [ODBC] UUID, UUID-OSSP extension, and ODBC issue  (Jeremy Thornton <consolity@outlook.com>)
Список pgsql-bugs
On 02/28/2014 07:49 PM, Jeremy Thornton wrote:
> Thanks for the info Heikki. However, my concern is the fact that the
> same insert when ran inside PgAdmin executes at 2000 inserts per
> second whereas through ODBC it is at 625 inserts per second. It seems
> that if uuid_generate_v1() was the only bottleneck it would occur
> inside PgAdmin. Same information, same uuid_generate_v1() default.
> Any thoughts on why the performance difference between the two?

Oh, I misunderstood the issue then. How exactly are you executing the
inserts? Do you run all the inserts as a single transaction (that's
faster than separate transactions)? If you can create a self-contained
ODBC test program and post it to the list, I can take a closer look...

- Heikki


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

Предыдущее
От: Jeremy Thornton
Дата:
Сообщение: Re: [ODBC] UUID, UUID-OSSP extension, and ODBC issue
Следующее
От: Jeremy Thornton
Дата:
Сообщение: Re: [ODBC] UUID, UUID-OSSP extension, and ODBC issue