Phoebe Goldman
Phoebe Goldman
# Description of Changes Heap profiling performed by @jsdt revealed that we had a memory leak in `InstanceEnv::datastore_index_scan_range_bsatn_chunks`. A bit of spelunking pointed to `ChunkPool`, a pool of buffers, which...
See [Discord](https://discord.com/channels/1037340874172014652/1037343198617538580/1361098858108813525).
# Description of Changes Fixes #2630 . Perhaps it should be called `DatabaseLifecycleManager`? This new object is responsible for tracking the lifecycle of a database, and for cleaning up after...
In both Rust and C#. This will require modifications to the C#, Rust and TypeScript client SDKs to ensure their client-side index implementations are compatible with `Timestamp`. Might as well...
[Reported on Discord](https://discordapp.com/channels/1037340874172014652/1367255053551009923/1367255053551009923). Intended behavior is that `SubscribeToAllTables` subscribes to all the public tables.
Make it a new "special" type, like Option. Use `ok` and `err` (lower-case) as variant names for consistency with SATS `Option`. This will also require adding codegen support to all...
In the module bindings libraries, feature-flag the procedure methods behind our unstable feature for the initial release.
Design and implement a way to call procedures and await their results from the SpacetimeDB CLI. Note that procedures live at a different HTTP route than reducers (`/database/:name/procedure/:name` vs `/database/:name/call/:name`),...