Release 0.14.0
github-actions
released this
23 Feb 15:03
·
5 commits
to 8ecffc80af714f6b07927163f4a29e3d8660ac64
since this release
New features
- Introducing C(arrot)LI, a separate CLI for Cottontail DB.
- Cottontail DB comes now in three modules
core
,dbms
andcli
- Sort operators now produce consistent results between invocations even if compared columns result in a tie. This is achieved by ultimately using the
tupleId
of a record as a tie breaker.
Bugfix
- Fixed a major issue introduced in 0.13.0 connected to the new function invocation feature and intra-query parallelism, which could lead to inconsistent results