Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| librematch:design:persistence:database:postgres [2022-10-27 22:57] – removed - external edit (Unknown date) 127.0.0.1 | librematch:design:persistence:database:postgres [2022-11-23 01:58] (current) – simonsan | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== Postgres ====== | ||
| + | ===== Extensions ===== | ||
| + | |||
| + | - visualise long-running requests and DB load we should use some statistics extension for Postgres | ||
| + | |||
| + | ===== Database migration ===== | ||
| + | We version control our database schema with a lightweight, | ||
| + | |||
| + | The database schema and migrations are open-source and can be found [[https:// | ||
| + | |||
| + | |||
| + | ===== Partitioning ===== | ||
| + | |||
| + | ===== Replication ===== | ||
| + | |||
| + | ===== Notes ===== | ||
| + | |||
| + | * https:// | ||