Indexes on ramdisk

Поиск
Список
Период
Сортировка
От Emil Briggs
Тема Indexes on ramdisk
Дата
Msg-id 200510042109.01849.emil@baymountain.com
обсуждение исходный текст
Ответы Re: Indexes on ramdisk
Список pgsql-performance
I have an application that has a table that is both read and write intensive.
Data from iostat indicates that the write speed of the system is the factor
that is limiting performance. The table has around 20 columns and most of the
columns are indexed. The data and the indices for the table are distributed
over several mirrored disk partitions and pg_xlog is on another. I'm looking
at ways to improve performance and besides the obvious one of getting an SSD
I thought about putting the indices on a ramdisk. That means that after a
power failure or shutdown I would have to recreate them but that is
acceptable for this application. What I am wondering though is whether or not
I would see much performance benefit and if there would be any startup
problems after a power down event due to the indices not being present. Any
insight would be appreciated.

Emil

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

Предыдущее
От: "Douglas J. Trainor"
Дата:
Сообщение: Re: Is There Any Way ....
Следующее
От: "Joshua D. Drake"
Дата:
Сообщение: Re: Is There Any Way ....