Re: Good performance?

Поиск
Список
Период
Сортировка
От John Cavacas
Тема Re: Good performance?
Дата
Msg-id 000e01c2d612$66b29450$6401a8c0@spook
обсуждение исходный текст
Ответ на Good performance?  (Rafal Kedziorski <rafcio@polonium.de>)
Ответы Re: Good performance?
Список pgsql-jdbc
> ....
>                  pstmt.setLong(1, getUniquelongID());
>....

What is getUniquelongID()? Can you post the code for that? I would
suspect that might be your problem.

Your results point to something being wrong somewhere. Just yesterday I
was doing some benchmarking of my own, and using code similar to yours I
was inserting 10000 records in about 23 seconds.

john


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

Предыдущее
От: Rafal Kedziorski
Дата:
Сообщение: Good performance?
Следующее
От: Rafal Kedziorski
Дата:
Сообщение: Re: Good performance?