mirror of
https://github.com/clockworklabs/SpacetimeDB.git
synced 2026-05-12 10:48:19 -04:00
65c8a8a9da
# Description of Changes Fixes https://github.com/clockworklabs/SpacetimeDB/issues/3240. Non-unique indices are now backed by a type `SameKeyEntry` which holds the `RowPointer`s for the same key. When these `RowPointer`s exceed 4KiB (512 entries), the data structure switches from using an array list to a hash set. # API and ABI breaking changes None # Expected complexity level and risk 2? # Testing Covered by existing tests, though more test will come in future PRs.