이 페이지는 영어로 게시되었지만, 오른쪽 하단 메뉴에서 언어 전환기를 사용하여 번역된 내용을 볼 수 있습니다.

[Video] Power of Indexing in PostgreSQL

September 25, 2018

The video of my presentation below walks you through ‘Indexing in PostgreSQL’ – a key component to database performance.

http://www.youtube.com/watch?v=VVG8nYqIiMI

This presentation covers the following topics:

  • Various ways to access data in PostgreSQL
  • Different types of indexes supported by PostgreSQL
  • Internals of BTree and BRIN indexes
  • Overview of GIN and GiST indexes
  • How to find missing indexes
  • How to find unused indexes
Share this