mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-06 04:52:55 +00:00
2. Parse pg_control to retrieve systemid, lsn and so on. Store it in pagecache. 3. Setup compute node without files: only request a few essential files from pageserver to bootstrap. And after that route ALL I/O requests to pageserver. Use initdb --compute-node flag to create such minimal node without files. And GUC 'computenode_mode=true'to request all pages from pageserver