百科.dev
全部条目AI 编程趋势榜开源项目技术资讯提交条目
登录
< 返回工具列表
T

tokudb-engine

> 编程语言
开源

Percona TokuDB 是一个高性能、针对写入优化、压缩和事务处理的存储引擎,用于 Percona Server。 问题跟踪器: https://tokutek.atlassian.net

663 stars0 点赞0 次浏览
访问官网GitHub

工具介绍

Percona TokuDB 是一个高性能、针对写入优化、压缩和事务处理的存储引擎,用于 Percona Server。 问题跟踪器: https://tokutek.atlassian.net

TokuDB

TokuDB is a high-performance, write optimized, transactional storage engine for Percona Server and MySQL. For more details, see our product page.

This repository contains the MySQL plugin that uses the PerconaFT core.

Download

  • Percona Server 5.6 + TokuDB

Build

Before you start, make sure you have a C++11-compatible compiler (GCC >= 4.7 is recommended), as well as CMake >=2.8.8, and the libraries and header files for valgrind,zlib, and Berkeley DB. We are using the gcc 4.7 in devtoolset-1.1.

On CentOS, yum install valgrind-devel zlib-devel libdb-devel

On Ubuntu, apt-get install valgrind zlib1g-dev libdb-dev

You can set the compiler by passing --cc and --cxx to the script, to select one that's new enough. The default is scripts/make.mysql.bash --cc=gcc47 --cxx=g++47, which may not exist on your system.

We use gcc from devtoolset-1.1 on CentOS 5.9 for builds.

To build a complete set of Percona Server and TokuDB, follow the instructions at build a debug environment.

Contribute

Please report TokuDB bugs to the issue tracker.

We have two publicly accessible mailing lists:

  • [email protected] is for general and support related questions about the use of TokuDB.
  • [email protected] is for discussion of the development of TokuDB.

All source code and test contributions must be provided under a BSD 2-Clause license. For any small change set, the license text may be contained within the commit comment and the pull request. For larger contributions, the license must be presented in a COPYING. file in the root of the tokudb-engine project. Please see the BSD 2-Clause license template for the content of the license text.

License

TokuDB is available under the GPL version 2 and AGPL version 3. See [COPYING][copying]

PerconaFT is a part of TokuDB and is available under the GPL version 2, and AGPL version 3, with slight modifications. See COPYING.AGPLv3, COPYING.GPLv2, and PATENTS.

Issues· 0 开放

查看全部 Issues在 GitHub 打开

暂无开放 Issues,或尚未同步最近议题。

> 标签

C++ps

暂无评论,来聊聊你的看法吧

> 工具信息

发布日期2026年8月1日
最后更新2026年9月17日
分类编程语言
定价开源

> 相关工具

T
TypeScript
JavaScript 的超集,为前端与全栈提供静态类型
P
Python
通用编程语言,广泛用于 Web、数据与 AI
G
Go
Google 推出的简洁高效系统语言