mirror of
https://github.com/clockworklabs/SpacetimeDB.git
synced 2026-05-12 10:48:19 -04:00
a39840b50a
# Description of Changes Despecializes direct indices for `u64` keys that have too large values and convert them into a B-Tree index instead. Otherwise, we are exposed to OOM aborts. Also hardens typed index tests to cover more combinations. This is how the bug was caught. Some index code is also simplified. # API and ABI breaking changes None # Expected complexity level and risk 2? # Testing Proptests were generalized to catch the bug and to then verify that it was fixed.
⚠️ Internal Crate ⚠️
This crate is intended for internal use only. It is not stable and may change without notice.