Skip to content
Snippets Groups Projects
  • Tom Lane's avatar
    6b516f59
    Fix performance problems in TOAST compressor. The management of · 6b516f59
    Tom Lane authored
    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.
    6b516f59
    History
    Fix performance problems in TOAST compressor. The management of
    Tom Lane authored
    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.