Operations
Bulk import, backup, performance, observability: running gr in production.
Operational guides for gr: loading large datasets with the bulk importer, backing up and restoring a live database, tuning performance, and monitoring with metrics, tracing, and the query log.
Bulk import
Loading large datasets from CSV with gr import: node and relationship files, the header grammar, and performance notes.
Backup and restore
Hot backup, physical restore, logical dump/restore, and WAL archiving for PITR.
Performance
How gr stores data for fast reads, the knobs that matter (bulk import, the buffer pool, indexes, parallel execution, checkpointing), and how to measure a query.