Overview

The ixStore project provides a sql command set to interact with a btree engine. Refer to the project background page for history of the project. A minimal set of capabilities are provided to support storage and query functionality on individual indexes using a sql frontend.

Components:
  • b+tree\b-tree index
  • Paged storage
  • LRU page cache
  • Primary and secondary table indexes
  • Table level lock manager
  • System metadata management
  • Write ahead logging
  • SQL front-end parser