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

Support pg_buffercache #27

Open
Krysztophe opened this issue Jun 17, 2021 · 2 comments
Open

Support pg_buffercache #27

Krysztophe opened this issue Jun 17, 2021 · 2 comments
Assignees

Comments

@Krysztophe
Copy link
Contributor

Krysztophe commented Jun 17, 2021

It could provide:

  • number of used blocks and/or a % of shared_buffers
    (will max to shared_buffers and 100%, except if filtered on a DB)
  • number and % of dirty blocks

maybe split by db

Perhaps is it possible to target a specified table, db,or set of tables.

If filtering by DB or table, add a column showing with percentage of the table are in the shared_buffers.

Usage counts and pins are probably overkill.

@gleu gleu self-assigned this Jun 17, 2021
gleu added a commit that referenced this issue Jun 17, 2021
@gleu
Copy link
Owner

gleu commented Jun 17, 2021

Filtering is not done yet. I still don't know how to specify a target kind (table, database). I'll have to think about that.

@Krysztophe
Copy link
Contributor Author

Un peu austère et ça manque d'unités lisibles (pour #25), mais 👍

Et cette rapidité motive pour d'autres issues :-)

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

No branches or pull requests

2 participants