This repository was archived by the owner on Jun 18, 2024. It is now read-only.
This repository was archived by the owner on Jun 18, 2024. It is now read-only.
TableAM: The *size functions (e.g. dbsize.c) are too heap specific. #19
Open
Description
We've submitted a patch for this already.
We need to get attention then agree upon and focus on a solution.
Currently dbsize.c ignores the access methods and goes to the file system to examine the size. This needs to be considered in both the TableAM and IndexAM.
A fix can be assesses with both AO and Zedstore in Postgres.