test out different stripe size for ingest

This commit is contained in:
BodoBolero
2025-01-13 19:00:04 +01:00
parent e9ed53b14f
commit 5b26876ac7
2 changed files with 38 additions and 0 deletions

View File

@@ -75,6 +75,9 @@ jobs:
postgres_version: 16
compute_units: '[7, 7]' # we want to test large compute here to avoid compute-side bottleneck
api_key: ${{ secrets.NEON_STAGING_API_KEY }}
shard-split-project: true
shard-count: 8
stripe-size: 512
- name: Initialize Neon project
if: ${{ matrix.target_project == 'new_empty_project' }}