inserting 4800 records at a time

Поиск
Список
Период
Сортировка
От Tom Brown
Тема inserting 4800 records at a time
Дата
Msg-id 200703281630.05722.brown@esteem.com
обсуждение исходный текст
Ответы Re: inserting 4800 records at a time  ("Dann Corbit" <DCorbit@connx.com>)
Список pgsql-general
Hi,

We use an application that generates 4800 points for the graph of a waveform.
We capture this data and display it to the user. Now we want to save all this
information to a database. I have tried to create a record for each point,
but insertion/retrieval is slow. I thought that maybe I could save one record
per graph and save all the points as a large string, but there would be 148k
characters in the string. Then I'm still not sure what the performance would
be like. Would the use of BLOBs a better way to go here? Any ideas on what
the best approach would be for us?

Thanks,
Tom

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

Предыдущее
От: Stephan Szabo
Дата:
Сообщение: Re: Order by behaviour
Следующее
От: "Dann Corbit"
Дата:
Сообщение: Re: inserting 4800 records at a time