mirror of https://github.com/postgres/postgres
When we did a recovery, even if tde_heap was not used, 98% of the time was spent in pg_tde_get_key_from_file() due to our SMGR missing the shortcicruit from mdcreate() which skips running if the fork already is open. The issue was made worse by us not caching negative SMGR key lookups but that is the subject of another commit.pull/209/head
parent
9356a40980
commit
b83ff3d684
Loading…
Reference in new issue