| От | Michael Fuhr |
|---|---|
| Тема | Re: Linux Filesystem for PG |
| Дата | |
| Msg-id | 20050328064617.GA66681@winnie.fuhr.org обсуждение |
| Ответ на | Linux Filesystem for PG ("Joseph M. Day" <jday@gisolutions.us>) |
| Список | pgsql-general |
On Mon, Mar 28, 2005 at 12:29:13AM -0600, Joseph M. Day wrote: > Can anyone recemmend a filesystem to use for Postgres. I currently have > one table that has 80 mil rows, and will take roughly 8GB of space > without indexing. Obviously EXT3 will die for a file size this large. From the "Database Physical Storage" chapter in the 8.0 documentation: When a table or index exceeds 1Gb, it is divided into gigabyte-sized segments. The first segment's file name is the same as the filenode; subsequent segments are named filenode.1, filenode.2, etc. This arrangement avoids problems on platforms that have file size limitations. http://www.postgresql.org/docs/8.0/interactive/storage.html -- Michael Fuhr http://www.fuhr.org/~mfuhr/
В списке pgsql-general по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера