v0.30.1-beta.0
📦 lancedbView on GitHub →
✨ 2 features🔧 4 symbols
Summary
This release introduces feature parity for the sync and async create_index APIs and optimizes merge_insert operations by routing them through the MemWAL LSM write path. Performance is also improved for listing indices.
✨ New Features
- Unify sync create_index API to match async API.
- Route merge_insert through the MemWAL LSM write path.