From: | tgl(at)postgresql(dot)org |
---|---|
To: | pgsql-committers(at)postgresql(dot)org |
Subject: | pgsql/src/backend/utils/adt pg_lzcompress.c |
Date: | 2001-11-17 06:09:30 |
Message-ID: | 200111170609.fAH69U958995@postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers |
CVSROOT: /cvsroot
Module name: pgsql
Changes by: tgl(at)postgresql(dot)org 01/11/17 01:09:30
Modified files:
src/backend/utils/adt: pg_lzcompress.c
Log message:
Fix performance problems in TOAST compressor. The management of
search lists was broken in such a way that only the most recent
instance of a given hash code would ever be searched, thus possibly
missing longer matches further back. Fixing this gave 5 to 10%
compression improvement on some text test cases. Additional small
tweaks to improve speed of inner loops a little bit. There is no
compatibility issue created by this change, since the compressed data
format and decompression algorithm don't change.
From | Date | Subject | |
---|---|---|---|
Next Message | petere | 2001-11-17 13:27:17 | pgsql/doc/src/sgml keywords.sgml |
Previous Message | momjian | 2001-11-17 05:11:43 | pgsql/doc FAQ_japanese src/FAQ/FAQ_japanese.html |