Skip to content

v2.2.0b0

Latest
Compare
Choose a tag to compare
@auxten auxten released this 23 Nov 10:35
· 2 commits to main since this release
18d4aa4

What's Changed

  • Fix upload pypi and github release by @auxten in #278
  • Update PyPi info by @auxten in #279
  • Add citation just like ClickHouse, as chDB is mentioned in ClickHouse Paper by @auxten in #280
  • New stateful mode in SQLite like API by @auxten in #283
    • SQLite like API: common functions, common connection strings supported

    • Stateful Query with long live clickhouse engine instance bind with connection

    • Python DB-API reimplemented with new API. Both persist and memory engine supported

    • ClickHouse memory engine support

    • Some performance improvement (~43%)
      image

    • More details see #283 (comment)

Try with pip install chdb==2.2.0b0

Full Changelog: v2.1.1...v2.2.0b0