Skip to content

fix: make persisted edge identities collision-safe - #79

Merged
j6k4m8 merged 7 commits into
masterfrom
fix/collision-safe-edge-identities-75
Jul 25, 2026
Merged

fix: make persisted edge identities collision-safe#79
j6k4m8 merged 7 commits into
masterfrom
fix/collision-safe-edge-identities-75

Conversation

@j6k4m8

@j6k4m8 j6k4m8 commented Jul 25, 2026

Copy link
Copy Markdown
Member

Summary

  • generate versioned fixed-length edge identities from unambiguous endpoint encodings
  • resolve existing SQL and DynamoDB edges by indexed endpoints so legacy rows remain readable and update in place
  • preserve bulk ingestion behavior with bounded endpoint lookup batches
  • cover delimiter collisions, long endpoints, and legacy record updates

@codspeed-hq

codspeed-hq Bot commented Jul 25, 2026

Copy link
Copy Markdown

Merging this PR will improve performance by ×2.3

⚡ 1 improved benchmark
✅ 16 untouched benchmarks

Performance Changes

Benchmark BASE HEAD Efficiency
test_sql_bulk_edge_insertion 198.6 ms 84.9 ms ×2.3

Tip

Curious why this is faster? Comment @codspeedbot explain why this is faster on this PR, or directly use the CodSpeed MCP with your agent.


Comparing fix/collision-safe-edge-identities-75 (1b5112f) with master (fe117e0)

Open in CodSpeed

@j6k4m8
j6k4m8 merged commit 228fa6d into master Jul 25, 2026
7 checks passed
@j6k4m8
j6k4m8 deleted the fix/collision-safe-edge-identities-75 branch July 25, 2026 21:15
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