1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-12-24 14:20:59 +03:00
Andrew Hutchings de19208ea9 MCOL-1810 Fix hang on low core count
Anything that links against joblist will spin up a threadpool upon
startup. This includes the tools setConfig/getConfig. It is possible on
a low core count machine or low CPU speed that the signal to the prune
thread to shutdown is sent before the thread has completed startup when
these quick-running tools are used.

This fix adds a mutex so that spin up and shutdown can't happen at the
same time as well as a stop watch in case we are shutting down when
either the thread is running or we haven't fully started.
2018-10-16 17:55:41 +01:00
2018-02-07 14:56:17 -06:00
2018-10-05 21:48:51 +01:00
2016-01-06 14:08:59 -06:00
2016-07-15 10:49:57 -05:00
2016-06-22 16:00:00 -05:00
2016-01-06 14:08:59 -06:00
2016-07-19 10:46:58 -05:00
2016-01-06 14:08:59 -06:00
2016-06-15 12:21:16 -04:00
2016-01-13 15:52:33 -06:00
2016-06-02 19:14:56 -05:00
2016-01-06 14:08:59 -06:00
2018-02-22 10:09:33 -06:00
2018-09-10 13:03:35 -05:00

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.2 is a pre-release.

  • Do not use pre-releases on production systems.

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 of MariaDB ColumnStore happens in JIRA, https://jira.mariadb.org/browse/MCOL

Description
Ядро системы хранения данных - код процесса единой системы обмена сообщениями и PM
Readme 240 MiB
Languages
C++ 88.9%
Shell 2.9%
C 2.9%
Python 2.6%
Assembly 1.3%
Other 1.2%