Erik Nordström e5fd18728c Add VACUUM support in hyperstore
Implement vacuum by internally calling vacuum on both the compressed
and non-compressed relations.

Since hyperstore indexes are defined on the non-compressed relation,
vacuuming the compressed relation won't clean up compressed tuples
from those indexes. To handle this, a proxy index is defined on each
compressed relation in order to direct index vacuum calls to the
corresponding indexes on the hyperstore relation. The proxy index also
translates the encoded TIDs stored in the index to proper TIDs for the
compressed relation.
2024-10-16 13:13:34 +02:00
..
2023-11-15 12:17:33 -03:00
2024-10-16 13:13:34 +02:00
2024-07-25 14:01:53 +02:00
2022-09-23 11:40:48 +03:00
2022-09-23 11:40:48 +03:00
2024-07-10 21:50:54 +02:00