Re: Big 7.1 open items
От | Tom Lane |
---|---|
Тема | Re: Big 7.1 open items |
Дата | |
Msg-id | 9514.961388752@sss.pgh.pa.us обсуждение исходный текст |
Ответ на | Re: Big 7.1 open items (Bruce Momjian <pgman@candle.pha.pa.us>) |
Ответы |
Re: Big 7.1 open items
|
Список | pgsql-hackers |
Bruce Momjian <pgman@candle.pha.pa.us> writes: > I also suggested creating an extent directory to hold extents, like > extent/2 and extent/3. This will allow administration for smaller sites > to be simpler. I don't see the value in creating an extra level of directory --- seems that just adds one more Unix directory-lookup cycle to each file open, without any apparent return. What's wrong with extent directory names like extent2, extent3, etc? Obviously the extent dirnames must be chosen so they can't conflict with table filenames, but that's easily done. For example, if table files are named like 'OID_xxx' then 'extentN' will never conflict. regards, tom lane
В списке pgsql-hackers по дате отправления: