KairosDB v1.2.0 Release Notes

Release Date: 2018-02-01 // about 6 years ago
  • ๐Ÿš€ The big change in this release is a change from Thrift to CQL. A lot of work was done to make CQL perform better than the thrift code. Queries are noticeably faster. The release will create new index tables that can be queried via the CQL shell. The code is compatible with data ingested by the previous release of Kairos (1.1.3).

    ๐Ÿš€ The release is not compatible with schema created by 1.2 beta 1 and beta 2.

    ๐Ÿš€ Now for all the heaps of coolness that can be found within this release

    ๐Ÿ‘‰ Uses CQL for reads and writes
    Up to 8x improvement in query speed - wait what?? Yes you read that right, I hit the turbo button.
    ๐Ÿ†• New service api for storing whatever you want in Kairos. (metadata, configuration, etc..)
    Extra metrics for tracking queries - even logged if the query fails
    โž• Added ability to specify node roles (ie ingest or query node)
    Requires C* 2.1 or higher.
    โž• Added a demo module that lets you load up a year of demo data to play with

    ๐Ÿ›  Fixes

    ๐Ÿ›  Fixed the open file handle issue
    Import/Export will exit when done.

    ๐Ÿš€ List of issues resolved in this release: https://github.com/kairosdb/kairosdb/milestone/7?closed=1