MyISAM的key

编程入门 行业动态 更新时间:2024-10-11 11:18:07
本文介绍了MyISAM的key_buffer_size的InnoDB等效项是什么?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述

使用MyISAM时,配置设置key_buffer_size定义了MySQL缓存常用索引数据块的全局缓冲区的大小.

When using MyISAM the configuration setting key_buffer_size defines the size of the global buffer where MySQL caches frequently used blocks of index data.

InnoDB的对应设置是什么?

What is the corresponding setting for InnoDB?

推荐答案

innodb_buffer_pool_size是用于控制InnoDB用于缓存索引和数据的内存缓冲区大小的设置.这是一个重要的性能选项.

innodb_buffer_pool_size is the setting that controls the size of the memory buffer that InnoDB uses to cache indexes and data. It's an important performance option.

请参见手册页充分的解释. MySQL Performance Blog 也有一篇有关如何选择合适的文章.大小.

See the manual page for the full explanation. The MySQL Performance Blog also has an article about how to choose a proper size for it.

更多推荐

MyISAM的key

本文发布于:2023-10-28 10:31:03,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1536386.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:MyISAM   key

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!