关于MariaDB ColumnStore
MariaDB ColumnStore是一种使用大规模并行分布式数据架构的列存储引擎。它是通过将InfiniDB 4.6.7移植到MariaDB而构建的列存储系统,并在GPL许可下发布。
从MariaDB 10.5.4开始,它作为MariaDB Server的存储引擎可用。在此之前,它仅作为单独的下载可用。
Release notes and other documentation for ColumnStore is also available in the Enterprise docs section of the MariaDB website. For example:
它专为大数据扩展而设计,能够处理PB级别的数据,具有线性可扩展性和对分析查询的实时响应的卓越性能。它利用列存储、压缩、即时投影以及水平和垂直分区的I/O优势,为分析大型数据集时提供了巨大的性能。
链接:
- MariaDB Columnstore Blogs。
- 存在一个Google Group用于讨论MariaDB ColumnStore的想法、问题和与社区通信:发送电子邮件至mariadb-columnstore@googlegroups.com或使用forum interface。
- 可以在MariaDB Jira中报告错误:https://jira.mariadb.org(请参阅Reporting Bugs)。请在MCOL项目下提交错误,并在可能的情况下包括support utility的输出。
MariaDB ColumnStore是在GPL许可下发布的。
Content reproduced on this site is the property of its respective owners,
and this content is not reviewed in advance by MariaDB. The views, information and opinions
expressed by this content do not necessarily represent those of MariaDB or any other party.