Re: BUG #13749: PostgreSQL cann't compress random data? - Mailing list pgsql-bugs

From Tom Lane
Subject Re: BUG #13749: PostgreSQL cann't compress random data?
Date
Msg-id 12879.1446217977@sss.pgh.pa.us
Whole thread Raw
In response to BUG #13749: PostgreSQL cann't compress random data?  (digoal@126.com)
List pgsql-bugs
digoal@126.com writes:
> but when i use the other case, pgsql cann't compress the data, is the
> compress algorithm bug?

No compression algorithm can compress random data.  (If you find that
one can, it means the data isn't really random.)

            regards, tom lane

pgsql-bugs by date:

Previous
From: digoal@126.com
Date:
Subject: BUG #13749: PostgreSQL cann't compress random data?
Next
From: Alvaro Herrera
Date:
Subject: Re: BUG #13750: Autovacuum slows down with large numbers of tables. More workers makes it slower.