1

I am trying to create a performance monitors for postgresql. Inpostgresql have seen buffers_alloc (https://www.postgresql.org/docs/9.2/static/monitoring-stats.html) and the explanation is "Number of buffers allocated". I tired to find the exact meaning of number of Buffers. Could some one please explain to me?

1 Answer 1

1

All data in PostgreSQL is organized in 8KB blocks, on storage as well as in memory.

A buffer is an 8KB block in database shared memory.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.