Re: Memory and performance

Поиск
Список
Период
Сортировка
От Tim Perdue
Тема Re: Memory and performance
Дата
Msg-id 20010405075250.H513@mail.perdue.net
обсуждение исходный текст
Ответ на Re: Memory and performance  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: Memory and performance  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-sql
I thought this was an interesting thread because we're running into
problems with IO under 7.1 during vacuum and a couple of scheduled aggregation
jobs.

Our database is about 1GB in total size, the machine has 4GB, but the entire
system is only using 1.2 GB, even during vacuum or a daily, extremely large 
query that requires a lot of grouping and sorting.

Any suggestions as to how we can make more use of our RAM, paricularly during
vacuum, which is when we get killed? We've actually considered mounting the
database on a RAM drive in a halfway serious way.

Tim

-- 
Founder - PHPBuilder.com / Geocrawler.com
Lead Developer - SourceForge
VA Linux Systems


В списке pgsql-sql по дате отправления:

Предыдущее
От: Loïc Bourgeois
Дата:
Сообщение: SELECT ... FOR UPDATE
Следующее
От: "Gordon A. Runkle"
Дата:
Сообщение: Re: UNION in a VIEW?