- 论坛徽章:
- 0
|
简介:TokuDB是一个使用 fractal tree 索引的mysql存储引擎,比传统存储引擎速度快50倍。适用于实时的大数据分析。
TokuDB for MySQL is a storage engine built with Tokutek’s Fractal Tree
technology. TokuDB provides near seamless compatibility for MySQL
applications. Tables can be individually defined to use TokuDB, MyISAM,
InnoDB or other MySQL-compliant storage engines. Data is loaded,
inserted, and queried using standard MySQL commands, with no
restrictions or special requirements. Our Fractal Tree technology
indexes up to 50 times faster than traditional database technologies,
enabling near real time analysis on large volumes of rapidly arriving
data.
Speeds reaction time to user requests (e.g. scalable web sites)Enables interactive analysis on high volumes of incoming dataFully compatible with existing MySQL applicationsData compression for reduced disk use and lower storage costsFractal Trees are self optimizing and do not age, requiring less tuning and maintenanceLower hardware, administrative and infrastructure costsIncreased MySQL scalability - avoids a costly migration to a different DBMS
本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u3/90603/showart_2083338.html |
|