Skip to content

Latest commit

 

History

History
25 lines (24 loc) · 449 Bytes

README.md

File metadata and controls

25 lines (24 loc) · 449 Bytes

Postgres learning

List

  • Vacuum
  • View
  • Materialized View
  • Recursive view
  • Explain, Analyze
  • Indexes
    • B-tree
    • Hash
    • GiST
    • GIN
    • BRIN
    • SP-GiST
  • CTE
  • Concurrency and lock
    • Exclusive vs Shared lock
    • Row level vs Table level lock
  • Recursive CTE
  • Stored Procedure
  • Trigger
  • Listen, Notify
  • Partition
  • Master-slave replication