1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-08-10 01:22:48 +03:00
David.Hall 2020f35e88 Mcol 5092 MODA uses wrong column width for some types (#2450)
* MCOL-5092 Ensure column width is correct for datatype
                       Change MODA return type to STRING
                       Modify MODA to handle every numeric type
* MCOL-5162 MODA to support char and varchar with collation support

Fixes to the aggregate bit functions
When we fixed the storage sign issue for MCOL-5092, it uncovered a problem in the bit aggregates (bit_and, bit_or and bit_xor). These aggregates should always return UBIGINT, but they relied on the type of the argument column, which gave bad results.
2022-08-11 15:16:11 -05:00
2022-08-05 16:30:18 +03:00
2022-05-05 16:44:23 +00:00
2022-02-17 13:08:58 +03:00
2022-02-17 13:08:58 +03:00
2022-04-18 18:00:17 -04:00
2022-01-21 16:43:49 +00:00
2022-07-13 15:51:50 +03:00
2022-08-04 16:16:38 +03:00
2022-05-02 18:23:37 +00:00
2016-01-06 14:08:59 -06:00
2022-05-02 18:23:37 +00:00
2016-01-06 14:08:59 -06:00
2016-01-06 14:08:59 -06:00
2020-07-24 13:52:01 +02:00
2016-06-15 12:21:16 -04:00
2016-01-06 14:08:59 -06:00
2022-01-18 08:35:09 +00:00
2022-07-21 15:01:19 -05:00

MariaDB ColumnStore Storage/Execution engine 8.X

It is built by porting InfiniDB 4.6.7 on MariaDB and adding entirely new features not found anywhere else.

Building

This repository is not meant to be built independently outside of MariaDB server.

https://github.com/MariaDB/server/tree/10.8

See building instructions here.

Issue tracking

Issue tracking of MariaDB ColumnStore happens in JIRA, https://jira.mariadb.org/browse/MCOL

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