Skip to content

SQLite and HBase Supports

Latest
Compare
Choose a tag to compare
@momo54 momo54 released this 19 Apr 18:37
· 17 commits to master since this release
b513e5c

Major features

  • Support for SQLite and HBase BAckends
    • As an Embedded backend, SQLite deliver faster performance than Postgres.
    • Hbase support has been tested with Watdiv10m
    • new commands sage-sqlite-init, sage-sqlite-put. idem for hbase
  • New database layout with Dictionaries
    • Postgres and SQLite are now available with dictionary support. It greatly reduces the space required to store data.
    • just declare the option "backend: sqlite-catalog" in the config file.
  • Preemption support improved
    • New way to support web preemption. Deliver faster performances and better ensures quantums

What's Changed

New Contributors

Full Changelog: v2.2.0...v2.3.0