Update docs/rfcs/032-compute-aux-files.md

Co-authored-by: Heikki Linnakangas <heikki@neon.tech>
This commit is contained in:
Stas Kelvich
2024-02-08 17:43:36 +02:00
committed by GitHub
parent 4a8cfb99bb
commit 42ad8df3a9

View File

@@ -3,7 +3,7 @@
In the current Neon architecture, compute nodes can only persist data through WAL replication to storage nodes. This method covers most of the data that Postgres persists, but not all. Exceptions include:
* Replication slots
* Postgres statistics files
* Postgres statistics files (`pg_stat/pgstat.stat`)
* `pg_stat_statements` disk state
* `pg_prewarm` disk state