Skip to content
This repository has been archived by the owner on Feb 21, 2024. It is now read-only.

v1.3.0-community

Compare
Choose a tag to compare
@kordless kordless released this 18 Nov 17:02
· 330 commits to master since this release

About

This is FeatureBase, a crazy fast database based on Roaring Bitmaps. It is written in Go.

Release

This release contains AMD and ARM FeatureBase binaries for macOS (darwin) and Linux.

The tarball for each architecture includes the consumers for CSV, Github, Kafka and SQL.

NOTE: The UI does not support SQL3 in this version. Please use the APIs or CLI instead.

Support

Join the Discord community: https://discord.com/invite/featurefirstai

Documentation: https://docs.featurebase.com/

Would you rather use Docker?

Features

  • SQL3 support
  • inserts via SQL3

Fixes

  • Grafana issues

Bugs

  • help contains two holder command references (this is a new command that starts and exits the server)
  • DDL statements on tables with hyphens on their names fail with a tokenizer error. (do not use '-' in names)
  • Syntax errors may be triggered by running TOP and DISTINCT
  • Top(x) Does Not Work with Additional Expression Clauses (WHERE, GROUP BY, etc.)
  • SQL3 - Multiple Group By Columns Can Cause DB Health Issues
  • "IS" SQL Argument returns incorrect error

Issues

  • UI does not support SQL3 in this release (in progress)
  • requires using flags to enable SQL3