Re: !!! Compress individual tables with postgres

Поиск
Список
Период
Сортировка
От Joshua Tolley
Тема Re: !!! Compress individual tables with postgres
Дата
Msg-id e7e0a2570809300958p6cfecf16g6be699c15d9f5033@mail.gmail.com
обсуждение исходный текст
Ответ на !!! Compress individual tables with postgres  ("Shabala Deshpande" <de.shabala@gmail.com>)
Ответы Re: !!! Compress individual tables with postgres  ("Shabala Deshpande" <de.shabala@gmail.com>)
Список pgsql-novice
On Tue, Sep 30, 2008 at 3:12 AM, Shabala Deshpande <de.shabala@gmail.com> wrote:
> I have very large databases that are in postgresql (200Gbs+) and individual
> tables that take up as huge space. I know that in mysql one can compress
> individual tables with isam-compression. I understand that postgresql
> compresses text automatically, is there anyway to compress my large database
> further?
> Isn't there any specific method to compress the tables?? or does postgres
> handle it on its own? cause I have a large nos of daily generated tables
> with footprint of each of the table to be quite big.. so i need to compress
> the individual tables.. please help.
> Thanks and Regards,
>
> Shabala Deshpande

PostgreSQL might already be compressing your data. See
http://www.postgresql.org/docs/8.3/interactive/storage-toast.html

- Josh / eggyknap

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

Предыдущее
От: "Wright, George"
Дата:
Сообщение: Re: plpgsql functions vs. embedded queries
Следующее
От: "Phil"
Дата:
Сообщение: Re: absolute novice wanting knowledgeable opinion about front end