Releases: diennea/herddb
Releases · diennea/herddb
v.0.11.1
v.0.11.0
v0.9.1
v0.10.1
v0.10.0
v0.9.0
v0.8.1
v0.8.0
Highlights:
- New v3 Wire protocol
- Totally rewritten the server side RPC execution pipeline, now it is fully async in respect to writes to the WAL
- Support (Experimental) for O_DIRECT writes
- New JDBC "async" DML operations (a custom extension of JDBC)
- Super fast import from MySQL (using async JDBC extensions)
- Upgrade to Apache Bookkeeper 4.8.1
HerdDB v0.7.1
News and noteworthy:
- FlatBuffers based wire protocol
- Improvements on BLink
- Leverage Hotspots intrinsics when working on JDK9+
HerdDB v0.6.0
Highlights:
- improvements on BRIN indexes
- improvements on network wire protocol
- improvement to usage of memory during comparisons (no in memory copies whenever possible)
- improvements on BookKeeper Commit Log
- enhanced support for JDBC Metadata (indexes)
- improvements in MySQL import tools
- fixed an important memory leak due to a bug in ConcurrentSkipListMap
- new system tables to track the status of replication and to have informations about indexes
- bug fixes
- upgrade di Apache Calcite 1.17
Notes for the upgrade:
- automatically index metadata for PKs (BLink) will be recomputed
- BRIN Index format changed on disk, upgrade will be automatic
- network protocol changed, you have to upgrade clients, the new protocol is not 100% compatible with the old one (there is still no support for wire protocol versioning, contributions will be really welcome!)