Hi, @Naveen Kumar Kakarla (Quadrant Resource) Thanks for posting your question in the Microsoft Q&A forum.
Here is the blog post provides a detailed explanation of how to use pgstattuple
to get tuple-level statistics for PostgreSQL tables, including dead tuples, live tuples, free space, and more.
https://www.percona.com/blog/postgresql-tuple-level-statistics-with-pgstattuple/
The blog post also includes examples of queries that you can use to get statistics for individual tables or for all tables in a database. These queries can be useful for identifying table bloat and optimizing database performance.
I hope this information helps! Let me know if you have any further questions.
Regards
Geetha