tablespace to benefit from ssd ?

Поиск
Список
Период
Сортировка
От Nicolas PARIS
Тема tablespace to benefit from ssd ?
Дата
Msg-id 87ftf7fari.fsf@riseup.net
обсуждение исходный текст
Ответы Re: tablespace to benefit from ssd ?  (Sebastiaan Mannem <sebastiaan.mannem@enterprisedb.com>)
Re: tablespace to benefit from ssd ?  (Laurenz Albe <laurenz.albe@cybertec.at>)
Re: tablespace to benefit from ssd ?  (Justin Pryzby <pryzby@telsasoft.com>)
Re: tablespace to benefit from ssd ?  (Jeff Janes <jeff.janes@gmail.com>)
Список pgsql-performance
Hi

I have both hdd and ssd disk on the postgres server. The cluster is
right now created on the hdd only. I am considering using a tablespace
to put some highly used postgres object on the ssd disk. Of course the
ssd is small compared to the hdd, and I need to choose carefully what
objects are stored on that side.

I am wondering what kind of object (indexes, data) would benefit from
ssd. The database primary/foreign keys are highly used and there is
almost no sequencial scan. However the server has a large amount of ram
memory and I suspect all of those indexes are already cached in ram.

I have read that tablespaces introduce overhead of maintenance and
introduce complication for replication. But on the other hand I have
this ssd disk ready for something.

Any recommandation ?

-- 
nicolas paris



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

Предыдущее
От: Pavel Stehule
Дата:
Сообщение: Re: SubtransControlLock and performance problems
Следующее
От: Sebastiaan Mannem
Дата:
Сообщение: Re: tablespace to benefit from ssd ?