forked from mariadb-corporation/mariadb-columnstore-engine
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
16 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,11 @@ | ||
This is MariaDB ColumnStore 1.1.0 Beta | ||
MariaDB ColumnStore 1.1.0Beta is the development version of MariaDB ColumnStore. | ||
This is MariaDB ColumnStore 1.2.0 | ||
MariaDB ColumnStore 1.2.0 is the development version of MariaDB ColumnStore. | ||
It is built by porting InfiniDB 4.6.7 on MariaDB 10.2 and adding entirely | ||
new features not found anywhere else. | ||
|
||
MariaDB ColumnStore 1.1.0 is a Beta release. This is the first MariaDB | ||
ColumnStore release, not all features planned for the MariaDB ColumnStore 1.0 | ||
series are included in this release. | ||
MariaDB ColumnStore 1.2 is a pre-release. | ||
|
||
Additional features will be pushed in future releases. | ||
A few things to notice: | ||
- Do not use Beta releases on production systems. | ||
- Do not use pre-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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,19 @@ | ||
#MariaDB ColumnStore Storage/Execution engine 1.1.0 Beta | ||
MariaDB ColumnStore 1.1.0 Beta is the development version of MariaDB ColumnStore. | ||
It is built by porting InfiniDB 4.6.7 on MariaDB 10.1.21 and adding entirely | ||
# MariaDB ColumnStore Storage/Execution engine 1.2.0 | ||
|
||
MariaDB ColumnStore 1.2.0 is the development version of MariaDB ColumnStore. | ||
It is built by porting InfiniDB 4.6.7 on MariaDB 10.2 and adding entirely | ||
new features not found anywhere else. | ||
|
||
#MariaDB ColumnStore 1.1.0 is an Beta release. | ||
# MariaDB ColumnStore 1.2 is a pre-release. | ||
|
||
- Do not use pre-releases on production systems. | ||
|
||
- Do not use Beta releases on production systems. | ||
# Building | ||
|
||
#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. | ||
|
||
https://github.com/mariadb-corporation/mariadb-columnstore-server | ||
|
||
#Issue tracking | ||
# Issue tracking | ||
|
||
Issue tracking of MariaDB ColumnStore happens in JIRA, https://jira.mariadb.org/browse/MCOL |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
COLUMNSTORE_VERSION_MAJOR=1 | ||
COLUMNSTORE_VERSION_MINOR=1 | ||
COLUMNSTORE_VERSION_PATCH=1 | ||
COLUMNSTORE_VERSION_MINOR=2 | ||
COLUMNSTORE_VERSION_PATCH=0 | ||
COLUMNSTORE_VERSION_RELEASE=1 |