| От | Steinar H. Gunderson |
|---|---|
| Тема | Re: Massive performance issues |
| Дата | |
| Msg-id | 20050901215245.GA4242@uio.no обсуждение |
| Ответ на | Re: Massive performance issues (Matthew Sackman <matthew@lshift.net>) |
| Ответы |
Re: Massive performance issues
|
| Список | pgsql-performance |
On Thu, Sep 01, 2005 at 10:13:59PM +0100, Matthew Sackman wrote: > Well that's the thing - on the queries where it decides to use the index > it only reads at around 3MB/s and the CPU is maxed out, whereas when it > doesn't use the index, the disk is being read at 60MB/s. So when it > decides to use an index, I don't seem to be IO bound at all. Or at least > that's the way it seems to me. You are I/O bound; your disk is doing lots and lots of seeks. The SATA interface is not the bottleneck; the disk's ability to rotate and move its heads is. /* Steinar */ -- Homepage: http://www.sesse.net/
В списке pgsql-performance по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера