Re: Piggybacking vacuum I/O
От | Tom Lane |
---|---|
Тема | Re: Piggybacking vacuum I/O |
Дата | |
Msg-id | 23170.1169622769@sss.pgh.pa.us обсуждение исходный текст |
Ответ на | Re: Piggybacking vacuum I/O ("Pavan Deolasee" <pavan.deolasee@gmail.com>) |
Ответы |
Re: Piggybacking vacuum I/O
|
Список | pgsql-hackers |
"Pavan Deolasee" <pavan.deolasee@gmail.com> writes: > On a typical desktop class 2 CPU Dell machine, we have seen pgbench > clocking more than 1500 tps. Only if you had fsync off, or equivalently a disk drive that lies about write-complete. You could possibly achieve such rates in a non-broken configuration with a battery-backed write cache, but that's not "typical desktop" kit. In any case, you ignored Heikki's point that the PG shared memory pages holding CLOG are unlikely to be the sole level of caching, if the update rate is that high. The kernel will have some pages too. And even if we thought not, wouldn't bumping the size of the clog cache be a far simpler solution offering benefit for more things than just this? regards, tom lane
В списке pgsql-hackers по дате отправления: