Re: Physical Database Configuration
От
Tom Lane
Тема
Re: Physical Database Configuration
Дата
Msg-id
25610.1080325425@sss.pgh.pa.us
Ответ на
Physical Database Configuration (Guy Rouillier)
Список
Дерево обсуждения
Re: Physical Database Configuration "Guy Rouillier" <guyr@masergy.com>
Re: Physical Database Configuration Bruno Wolff III <bruno@wolff.to>
Re: Physical Database Configuration Tom Lane <tgl@sss.pgh.pa.us>
Re: Physical Database Configuration Richard Welty <rwelty@averillpark.net>
"Guy Rouillier" writes: > Under Oracle, we use a partitioned > tablespace for the busiest table, so that we can remove old partitions > after an aging period. This one table is the majority of that 25 GB. We don't have any direct support for that, but some people fake it by using inheritance or views to make several independent tables look like one big table. You can find discussions in the archives. regards, tom lane
В списке pgsql-general по дате отправления