Re: Deleting older versions in unique indexes to avoid page splits
Victor Yegorov <vyegorov@gmail.com>
From: Victor Yegorov <vyegorov@gmail.com>
To: Peter Geoghegan <pg@bowt.ie>
Cc: PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2020-11-17T15:16:50Z
Lists: pgsql-hackers
чт, 12 нояб. 2020 г. в 23:00, Peter Geoghegan <pg@bowt.ie>: > Another thing that I'll probably add to v8: Prefetching. This is > probably necessary just so I can have parity with the existing > heapam.c function that the new code is based on, > heap_compute_xid_horizon_for_tuples(). That will probably help here, > too. > I don't quite see this part. Do you mean top_block_groups_favorable() here? -- Victor Yegorov
Commits
Same data as JSON:
GET /api/v1/messages/:b64id/commits
the thread's linked commits as JSON, with link sources.
API reference →
-
Enhance nbtree index tuple deletion.
- d168b666823b 14.0 landed
-
Pass down "logically unchanged index" hint.
- 9dc718bdf2b1 14.0 landed
-
Fix index deletion latestRemovedXid bug.
- 422881744997 14.0 cited
-
Deprecate nbtree's BTP_HAS_GARBAGE flag.
- cf2acaf4dcb5 14.0 landed