Re: concurrent IO in postgres?
От
Kevin Grittner
Тема
Re: concurrent IO in postgres?
Дата
Msg-id
4D1348830200002500038A88@gw.wicourts.gov
Ответ на
Re: concurrent IO in postgres? (John W Strange)
Список
Дерево обсуждения
Re: concurrent IO in postgres? John Cagle <JCagle@fusionio.com>
Re: concurrent IO in postgres? Josh Berkus <josh@agliodbs.com>
Re: concurrent IO in postgres? "Pierre C" <lists@peufeu.com>
John W Strange wrote: > Typically my problem is that the large queries are simply CPU > bound. Well, if your bottleneck is CPU, then you're obviously not going to be driving another resource (like disk) to its limit. First, though, I want to confirm that your "CPU bound" case isn't in the "I/O Wait" category of CPU time. What does `vmstat 1` show while you're CPU bound? If it's not I/O Wait time, then you need to try to look at the queries involved. If you're not hitting the disk because most of the active data is cached, that would normally be a good thing. What kind of throughput are you seeing? Do you need better? http://wiki.postgresql.org/wiki/SlowQueryQuestions -Kevin
В списке pgsql-performance по дате отправления