From 3cd0b221130dbd1b7cb9c6667c55a906835da2a2 Mon Sep 17 00:00:00 2001 From: Stas Kelvich Date: Thu, 8 Feb 2024 17:38:52 +0200 Subject: [PATCH] Update docs/rfcs/032-compute-aux-files.md Co-authored-by: Bodobolero --- docs/rfcs/032-compute-aux-files.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/rfcs/032-compute-aux-files.md b/docs/rfcs/032-compute-aux-files.md index 7d4304d917..b5f83aab50 100644 --- a/docs/rfcs/032-compute-aux-files.md +++ b/docs/rfcs/032-compute-aux-files.md @@ -65,7 +65,7 @@ The following important extensions are supported by Neon and we could either pro The file is only saved on a clean shutdown and read on startup. The maximum size depends on the `pgss_max` setting (the maximum amount of tracked queries), with the default value being 5000. Using `sqlsmith` to generate random SQL queries and fill the statement cache to 4967 entries, the pg_stat/pg_stat_statements.stat file was 12MB and compressed to 2.1MB with gzip. -### pg_prewarm +#### pg_prewarm No stale file support currently, but it could be added if needed.