Re: How to REINDEX in high volume environments?

Поиск
Список
Период
Сортировка
От Shridhar Daithankar
Тема Re: How to REINDEX in high volume environments?
Дата
Msg-id 3D96FD23.5698.8DA6E7B@localhost
обсуждение исходный текст
Ответ на Re: How to REINDEX in high volume environments?  (Justin Clift <justin@postgresql.org>)
Список pgsql-hackers
On 29 Sep 2002 at 0:43, Justin Clift wrote:

> Shridhar Daithankar wrote:
> The reason that I was thinking of having a different path per index
> would be for high volume situations like this:
> 
> /dev/dsk1 : /pgdata <- data here
> /dev/dsk2 : /pgindexes1 <- some indexes here
> /dev/dsk3 : /pgindexes2 <- some ultra-high volume activity here

I would say this would look better..

/pgdata
-indexes
--index1
---indexfiles
--index2
---indexfiles

Where index1 and index2 are two different indexes. Just like each table gets 
it's own directory, each index gets it's own directory as well. 

So the admin would/can tune on per object basis rather than worrying about 
creating right group of objects and then tuning about that group.

If required throwing per database transaction log there as well might prove a 
good idea. It would insulate one db from load of other, as far as I/O is 
concerned..

This possiblity is not lost with this scheme but it just gets something simpler 
IMO..

Just illustration of my another post on hackers on this topic.. 


ByeShridhar

--
You're too beautiful to ignore.  Too much woman.        -- Kirk to Yeoman Rand, "The 
Enemy Within", stardate unknown



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

Предыдущее
От: "Shridhar Daithankar"
Дата:
Сообщение: Re: How to REINDEX in high volume environments?
Следующее
От: Mario Weilguni
Дата:
Сообщение: Re: How to REINDEX in high volume environments?