Английская Википедия:Apache Kudu

Материал из Онлайн справочника
Перейти к навигацииПерейти к поиску

Шаблон:Short description Шаблон:Infobox software Apache Kudu is a free and open source column-oriented data store of the Apache Hadoop ecosystem. It is compatible with most of the data processing frameworks in the Hadoop environment. It provides completeness to Hadoop's storage layer to enable fast analytics on fast data.[1]

The open source project to build Apache Kudu began as internal project at Cloudera.[2] The first version Apache Kudu 1.0 was released 19 September 2016.[3]

Comparison with other storage engines

Kudu was designed and optimized for OLAP workloads. Like HBase, it is a real-time store that supports key-indexed record lookup and mutation.[4] Kudu differs from HBase since Kudu's datamodel is a more traditional relational model, while HBase is schemaless. Kudu's "on-disk representation is truly columnar and follows an entirely different storage design than HBase/Bigtable".[4]

See also

Шаблон:Portal

References

Шаблон:Reflist

External links

Шаблон:Apache Software Foundation