| От | Neil Conway |
|---|---|
| Тема | Re: Performance suggestions? |
| Дата | |
| Msg-id | 1103071010.28882.60.camel@localhost.localdomain обсуждение |
| Ответ на | Performance suggestions? ("Harvey, Allan AC" <HarveyA@OneSteel.com>) |
| Список | pgsql-general |
On Wed, 2004-12-15 at 10:22 +1100, Harvey, Allan AC wrote: > I have a small table about 20 rows, a constant, that is receiving > about 160 updates per second. > The table is used to share gathered data to other process asynchronously. > After 5 min it is 12 updates per second. > Performance returns after a vacuum analyse. It should be quite feasible to VACUUM this table frequently (once per minute or even more often). > Or should I just stick to saving the data, inserts seem to go on and on, and > use a different IPC method. MVCC isn't really ideal for this kind of situation, but without knowing more about your application it's difficult to say whether switching to another IPC method would be a better choice. -Neil
В списке pgsql-general по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера