Changelog
2026.1.30: New releases of seekdb V1.1.0, pyseekdb V1.1.0, and seekdb-js V1.1.0
seekdb V1.1.0
- macOS support: seekdb can now be built natively and used for local development on macOS 15 and later. For installation on Mac, see Deploy seekdb with package managers.
- FORK TABLE: New
FORK TABLEfeature provides fast table copies without full data duplication. It reuses storage at the table level and uses copy-on-write, so copies are quick and light while keeping consistency. This replaces the need for full CTAS-style copies in many cases. - Storage: Lower minimum resource requirements for data storage, clog storage, and system log storage, making it easier to run seekdb in resource-constrained environments.
- Memory management: Memory handling has been improved for different deployment sizes (large or small memory, standalone or co-located) so that behavior is more predictable across environments.
For full details, see the seekdb V1.1.0 Release Note.