Skip to content
Akul Mehta Logo
  • Publications
  • Web Projects
  • Snippets
  • Contact
  • Toggle website search
Menu Close
  • Publications
  • Web Projects
  • Snippets
  • Contact
  • Toggle website search
Read more about the article PostgreSQL – Using Explain to Check Index

PostgreSQL – Using Explain to Check Index

  • Post published:December 29, 2023
  • Post category:Snippets

In PostgreSQL you can check if an index is being used for a query by using the EXPLAIN (ANALYZE , BUFFERS) before the query like: EXPLAIN (ANALYZE, BUFFERS) SELECT *…

Continue ReadingPostgreSQL – Using Explain to Check Index
Akul Mehta Logo

Follow Me

  • Opens in a new tab
  • Opens in a new tab
  • Opens in a new tab

Opinions expressed are solely my own and do not express the views or opinions of my employer.

Copyright Akul Mehta