Update README.md

This commit is contained in:
Justin Swanhart
2016-06-15 21:06:36 -05:00
committed by GitHub
parent 5234d989a8
commit 3f6b1d84bd

View File

@ -1,13 +1,16 @@
This is MariaDB ColumnStore 1.0.1
#MariaDB ColumnStore Storage/Execution engine 1.0.1
MariaDB ColumnStore 1.0.1 is the development version of MariaDB ColumnStore.
It is built by porting InfiniDB 4.6.2 on MariaDB 10.1.14 and adding entirely
new features not found anywhere else.
MariaDB ColumnStore 1.0.1 is an Alpha release. This is the first MariaDB
ColumnStore release, not all features planned for the MariaDB ColumnStore 1.0
#MariaDB ColumnStore 1.0.1 is an Alpha release.
This is the first MariaDB ColumnStore release, not all features planned for the MariaDB ColumnStore 1.0
series are included in this release.
Additional features will be pushed in future releases.
A few things to notice:
- Do not use alpha releases on production systems.
- The building of the ColumnStore engine needs a special build environment. We're working on making it available for everyone to build.
#Building
This repository is not meant to be built independently outside of the server. This repository is integrated into http://mariadb-corporation/mariadb-columnstore-server (ie, the *server*) as a git submodule. As such, you can find complete build instructions on *the server* page.