Re: [INTERFACES] Performance

Поиск
Список
Период
Сортировка
От Vadim Mikheev
Тема Re: [INTERFACES] Performance
Дата
Msg-id 3771880B.5109FA39@krs.ru
обсуждение исходный текст
Ответ на Performance  (Steven Bradley <sbradley@llnl.gov>)
Список pgsql-interfaces
Steven Bradley wrote:
> 
> I have simplified the problem down to a single (non-indexed) table with
> about a half-dozen columns (int4, timestamp, varchar, etc.)   I wrote a
> quick and dirty C program which uses the libpq interface to INSERT records
> into the table in real-time.  The best performance I could achieve was on
> the order of 15 inserts per second.  What I need is something much closer
> to 100 inserts per second.

Put INSERTs inside BEGIN/END to execute them in single transaction.

Vadim


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

Предыдущее
От: "John Huttley"
Дата:
Сообщение: Re: [INTERFACES] C tuples (For V7 please, hackers!)
Следующее
От: Thomas Lockhart
Дата:
Сообщение: Re: [INTERFACES] Performance