No description
Find a file
2025-09-17 20:39:47 -04:00
.github working 2025-09-16 17:20:51 -04:00
docs refactored backfill with coordinator 2025-09-17 20:39:47 -04:00
dynamo-service refactored backfill with coordinator 2025-09-17 20:39:47 -04:00
dynamo-service-server-sdk regen 2025-08-11 18:01:51 -04:00
gradle/wrapper idk 2024-12-28 04:30:57 -05:00
model idk 2024-12-28 04:30:57 -05:00
smithy-rs@dcce0101f9 Updated submodule smithy-rs 2025-08-11 14:13:11 -04:00
.gitignore idk 2024-12-28 04:30:57 -05:00
.gitmodules switch to patched smithy-rs 2024-12-29 01:11:03 -05:00
build.gradle.kts idk 2024-12-28 04:30:57 -05:00
bun.lockb pre-cline commit 2025-02-16 05:04:13 +00:00
Cargo.toml idk 2024-12-28 04:30:57 -05:00
client-test.ts working 2025-09-16 17:20:51 -04:00
compare-test.ts response alignment 2025-08-25 11:19:04 -04:00
fdb.ts pre-cline commit 2025-02-16 05:04:13 +00:00
gradle.properties idk 2024-12-28 04:30:57 -05:00
gradlew changes 2025-01-31 13:58:55 -05:00
gradlew.bat idk 2024-12-28 04:30:57 -05:00
gsi-backfill-heavy-test.ts working 2025-09-16 17:20:51 -04:00
gsi-backfill-test.ts working 2025-09-16 17:20:51 -04:00
LICENSE idk 2024-12-28 04:30:57 -05:00
package.json working 2025-09-16 17:20:51 -04:00
README.md working 2025-09-16 17:20:51 -04:00
settings.gradle.kts idk 2024-12-28 04:30:57 -05:00
tsconfig.json pre-cline commit 2025-02-16 05:04:13 +00:00
update-table-comprehensive-test.ts working 2025-09-16 17:20:51 -04:00
update-table-delete-test.ts working 2025-09-16 17:20:51 -04:00
update-table-test.ts working 2025-09-16 17:20:51 -04:00

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.