Re: Does standalone postfrsql have autogrowth/ manual growth on table space?
В списке pgsql-general по дате отправления:
| От | Ron |
|---|---|
| Тема | Re: Does standalone postfrsql have autogrowth/ manual growth on table space? |
| Дата | |
| Msg-id | 4829b4ef-430f-59cf-5143-b6754904ee16@gmail.com обсуждение |
| Ответ на | Does standalone postfrsql have autogrowth/ manual growth on table space? (Vince McMahon <sippingonesandzeros@gmail.com>) |
| Ответы |
Re: Does standalone postfrsql have autogrowth/ manual growth on table space?
Re: Does standalone postfrsql have autogrowth/ manual growth on table space? |
| Список | pgsql-general |
On 10/20/22 12:19, Vince McMahon wrote: > In other databases, there is a way to preallocate the table space to allow > bulk loading of data in a well packed and continuous space. > > > Does psql have that auto/manual growth? There's no pre-allocation in Postgresql. When you run CREATE TABLE, an (I think) 8KiB file is created; it grows as you add more data. When it hits 1GiB in size, another table is created. And then another and another and another, etc. -- Angular momentum makes the world go 'round.
В списке pgsql-general по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера