diff options
author | Alvaro Herrera <alvherre@alvh.no-ip.org> | 2013-12-13 17:16:25 -0300 |
---|---|---|
committer | Alvaro Herrera <alvherre@alvh.no-ip.org> | 2013-12-13 17:16:25 -0300 |
commit | d881dd6233f4eec6404f003bb08312e9e650e0e2 (patch) | |
tree | 8a7eb63b967ebb1153c14b330d37b30b6aed2d7b /src/backend/parser/parse_clause.c | |
parent | 2efc6dc256dc71ee876304b51dcad29fafbc37d3 (diff) | |
download | postgresql-d881dd6233f4eec6404f003bb08312e9e650e0e2.tar.gz postgresql-d881dd6233f4eec6404f003bb08312e9e650e0e2.zip |
Rework MultiXactId cache code
The original performs too poorly; in some scenarios it shows way too
high while profiling. Try to make it a bit smarter to avoid excessive
cosst. In particular, make it have a maximum size, and have entries be
sorted in LRU order; once the max size is reached, evict the oldest
entry to avoid it from growing too large.
Per complaint from Andres Freund in connection with new tuple freezing
code.
Diffstat (limited to 'src/backend/parser/parse_clause.c')
0 files changed, 0 insertions, 0 deletions