Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Alternator: missing TableSizeBytes field in return of DescribeTable #7551

Open
nyh opened this issue Nov 4, 2020 · 0 comments
Open

Alternator: missing TableSizeBytes field in return of DescribeTable #7551

nyh opened this issue Nov 4, 2020 · 0 comments
Labels
Milestone

Comments

@nyh
Copy link
Contributor

nyh commented Nov 4, 2020

The return from DescribeTable is missing the TableSizeBytes field. According to DynamoDB documentation, TableSizeBytes should have:

The total size of the specified table, in bytes. DynamoDB updates this value approximately every six hours. Recent changes might not be reflected in this value.

This estimate is available to us separately for each node, but the question is how do we sum it up for all nodes. Do we do this during the query, or periodically? What to do when some of the nodes are down?

We have an xfailing trivial test for this feature: test_describe_table.py::test_describe_table_size.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants