| От | Anibal David Acosta |
|---|---|
| Тема | how delete/insert/update affects select performace? |
| Дата | |
| Msg-id | 004301cc6e26$015a75e0$040f61a0$@devshock.com обсуждение исходный текст |
| Ответы |
Re: how delete/insert/update affects select performace?
Re: how delete/insert/update affects select performace? |
| Список | pgsql-performance |
Hi!
I have a table not too big but with aprox. 5 millions of rows, this table must have 300 to 400 select per second. But also must have 10~20 delete/insert/update per second.
So, I need to know if the insert/delete/update really affect the select performance and how to deal with it.
The table structure is very simple:
account_id integer (PK)
service_id integer (PK)
enabled char(1)
The index created on this has the same 3 columns.
Most of time the table has more insert or delete than update, when update occur the column changed is enabled;
Thanks!
В списке pgsql-performance по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера