github questdb/questdb 3.0.0
QuestDB 3.0.0

latest releases: 7.4.2, 7.4.1, 7.4.0...
5 years ago

Beta release of new storage system dubbed CAIRO and new query system GRIFFIN.

CAIRO improves on now legacy system in several key areas:

  1. Performance. It is at least 30% faster in every test.
  2. Resilience. Cairo has been tested to withstand file system errors, such as corruption, space issue as well deal hardware stability issues, such as power loss or sudden reboots. Cairo will perform automatic data recovery in all of these circumstances
  3. Data management. Cairo implements functions of adding and removing table columns and partition management.
  4. Stability. Cairo is production ready. Data structures have been extensively tested to resolve all known defects.

Downsides:

  1. Object store and retrieval is not implemented against CAIRO. The system focus is on zero-GC embedded storage.

GRIFFIN - SQL implementation that uses CAIRO as the store.

This system is under active development. For now lacks features of legacy SQL, such as joins, group-by and analytic functions - these are not yet developed. However GRIFFIN provides sample-by implementation with various missing data fill options, including linear interpolation and more extensive language basics, such as select from function. Eventually GRIFFIN will implement all features of legacy SQL and well beyond that.

GRIFFIN also is not yet linked to HTTP server or any network service.

Don't miss a new questdb release

NewReleases is sending notifications on new releases.