Skip to content

perf: query DynamoDB adjacency indexes - #71

Merged
j6k4m8 merged 1 commit into
masterfrom
fix/dynamodb-adjacency-queries-69
Jul 24, 2026
Merged

perf: query DynamoDB adjacency indexes#71
j6k4m8 merged 1 commit into
masterfrom
fix/dynamodb-adjacency-queries-69

Conversation

@j6k4m8

@j6k4m8 j6k4m8 commented Jul 24, 2026

Copy link
Copy Markdown
Member

Summary

  • add source and target global secondary indexes to newly created edge tables
  • replace neighbor and predecessor scans with paginated index queries
  • query both indexes for undirected adjacency and deduplicate self-loops
  • normalize indexed endpoint values to strings
  • cover table schema, pagination, query direction, and scan avoidance with isolated mocks

@codspeed-hq

codspeed-hq Bot commented Jul 24, 2026

Copy link
Copy Markdown

Merging this PR will not alter performance

✅ 8 untouched benchmarks


Comparing fix/dynamodb-adjacency-queries-69 (bb6d11a) with master (26b27fa)

Open in CodSpeed

@j6k4m8
j6k4m8 merged commit a2b963f into master Jul 24, 2026
7 checks passed
@j6k4m8
j6k4m8 deleted the fix/dynamodb-adjacency-queries-69 branch July 24, 2026 20:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant