Change theme
Help
Press space for more information.
Show links for this issue (Shortcut: i, l)
Copy issue ID
Previous Issue (Shortcut: k)
Next Issue (Shortcut: j)
Sign in to use full features.
Vote: I am impacted
Notification menu
Refresh (Shortcut: Shift+r)
Go home (Shortcut: u)
Pending code changes (auto-populated)
View issue level access limits(Press Alt + Right arrow for more information)
Request for new functionality
View staffing
Description
This will create a feature request which anybody can view and comment on.
Being able to have a logical table size tracking feature to be in Spanner to know the table sizes without the stale row versions.
What you would like to accomplish: Logical table size tracking feature to be implemented in Spanner.
How this might work: Being able to track in table sizes the stale row versions.
If applicable, reasons why alternative solutions are not sufficient: Workarounds become complicated calculations, when the tables are very large and might lack accuracy.
Other information (workarounds you have tried, documentation consulted, etc): We offered a workaround by finding the logical size of current data would require a full table scan and determine the size of each row. For this the CST can use the function BYTE_LENGTH[2] but that would only consider the data without the indexes so the CST would need to add the indexes size afterwards.