Skip to content

🐘 PostgreSQL¢

The BasicsΒΆ

  • MVCC multiversion concurrency control

πŸ“ Training NotesΒΆ

These are what I most frequently want to link to...


πŸ“† Late 2024ΒΆ

High Performance PostgreSQLΒΆ

This text focuses on OLTP (online transaction processing) given the focus on short duration queries running in high volume and with high concurrency. This is instead of OLAP (online analytical processing).

The text uses the andyatkinson/rideshare app.

Active Record follows the Convention over Configuration design principle.

ERDΒΆ

- Create an Entity Relationship Diagram automatically for each releaseΒΆ

GlossaryΒΆ

  • CTE Common Table Expressions

πŸ“š Recommendable ReadingΒΆ