No description
| .github | ||
| docs | ||
| dynamo-service | ||
| dynamo-service-server-sdk | ||
| gradle/wrapper | ||
| model | ||
| smithy-rs@dcce0101f9 | ||
| .gitignore | ||
| .gitmodules | ||
| build.gradle.kts | ||
| bun.lockb | ||
| Cargo.toml | ||
| client-test.ts | ||
| compare-test.ts | ||
| fdb.ts | ||
| gradle.properties | ||
| gradlew | ||
| gradlew.bat | ||
| gsi-backfill-heavy-test.ts | ||
| gsi-backfill-test.ts | ||
| LICENSE | ||
| package.json | ||
| README.md | ||
| settings.gradle.kts | ||
| tsconfig.json | ||
| update-table-comprehensive-test.ts | ||
| update-table-delete-test.ts | ||
| update-table-test.ts | ||
DynamoDB on FoundationDB
Backfill workers
The server runs a background backfill worker that populates new Global Secondary Indexes (GSIs). You can configure how many workers to run in parallel:
- CLI flag:
--backfill-workers <N> - Environment variable:
DYNAMO_BACKFILL_WORKERS=<N>
If both are provided, the CLI flag takes precedence. The default is 1.