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

Implement pg_total_relation_size and pg_indexes_size #1061

Open
philippemnoel opened this issue Apr 13, 2024 · 1 comment
Open

Implement pg_total_relation_size and pg_indexes_size #1061

philippemnoel opened this issue Apr 13, 2024 · 1 comment
Labels
feature New feature or request pg_search Issue related to `pg_search/` priority-1-high High priority issue quickfix Fast-to-fix issue

Comments

@philippemnoel
Copy link
Collaborator

What
We were requested by two customers to have the ability to measure index size and table size in pg_search and pg_analytics

PG utility/function support (make pg_indexes_size/pg_total_relation_size include the underlying Tantivy index size)

and

pg_size_pretty(pg_total_relation_size(‘table_name’)) AS total_size

Why
Be able to actually query table size!

How
@rebasedming knows how to do it

@philippemnoel
Copy link
Collaborator Author

Assigned to @Abdi-29

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request pg_search Issue related to `pg_search/` priority-1-high High priority issue quickfix Fast-to-fix issue
Projects
None yet
Development

No branches or pull requests

1 participant