feat(pageserver): add reldir migration configs (#10439)

## Problem

Part of #9516 per RFC at https://github.com/neondatabase/neon/pull/10412

## Summary of changes

Adding the necessary config items and index_part items for the large
relation count work.

---------

Signed-off-by: Alex Chi Z <chi@neon.tech>
This commit is contained in:
Alex Chi Z.
2025-01-20 15:44:12 -05:00
committed by GitHub
parent e781cf6dd8
commit 2de2b26c62
7 changed files with 138 additions and 3 deletions

View File

@@ -176,6 +176,7 @@ def test_fully_custom_config(positive_env: NeonEnv):
"type": "interpreted",
"args": {"format": "bincode", "compression": {"zstd": {"level": 1}}},
},
"rel_size_v2_enabled": True,
}
vps_http = env.storage_controller.pageserver_api()