关于如何设置 InfiniDB 选项的指南?

发布于 2024-11-09 09:31:59 字数 343 浏览 0 评论 0原文

我一直在尝试找出如何最好地设置这些设置,但无法找到有关它们的太多信息。其中一些我以前在常规 MySQL 安装中见过,但另一些我还没有见过:

## InfiniDB Specific options
sort_buffer_size = 4M
read_buffer_size = 4M
read_rnd_buffer_size = 16M
thread_cache_size = 8
query_cache_size = 0
thread_stack = 512K
join_buffer_size = 128M
#infinidb_compression_type=0

任何人都可以指导我正确的方向吗?

I've been trying to find out how to best set these settings, but haven't been able to find much info on them. Some of them I've seen before with regular MySQL installations, but some others I haven't:

## InfiniDB Specific options
sort_buffer_size = 4M
read_buffer_size = 4M
read_rnd_buffer_size = 16M
thread_cache_size = 8
query_cache_size = 0
thread_stack = 512K
join_buffer_size = 128M
#infinidb_compression_type=0

Can anyone guide me in the right direction?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

强辩 2024-11-16 09:31:59

InfiniDb是建立在MySql之上的,这些值都是标准的MySql系统变量。在决定它们的值时,请参考 MySql 文档。
描述可以在这里找到:
http://dev.mysql.com/doc/refman /5.1/en/server-system-variables.html

InfiniDb is built upon MySql, and these values are all standard MySql system variables. When deciding on their values, reference the MySql documentation.
Descriptions can be found here:
http://dev.mysql.com/doc/refman/5.1/en/server-system-variables.html

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文