mysql_double_index:mysql数据库检查重复和冗余索引

时间:2021-05-16 22:58:44
【文件属性】:
文件名称:mysql_double_index:mysql数据库检查重复和冗余索引
文件大小:9KB
文件格式:ZIP
更新时间:2021-05-16 22:58:44
Ruby MysqlDoubleIndex Welcome to your new gem! In this directory, you'll find the files you need to be able to package up your Ruby library into a gem. Put your Ruby code in the file lib/mysql_double_index. To experiment with that code, run bin/console for an interactive prompt. TODO: 检查mysql数据库中重复和冗余的索引 Doc 冗余和重复索引的概念: MySQL允许在相同列上创建多个索引,无论是有意的还是无意的。MySQL需要单独维护重复的索引,并且优化器在优化查询的时候也需要逐个地进行考虑,这会影响性能。 重复索
【文件预览】:
mysql_double_index-master
----.gitignore(106B)
----bin()
--------setup(115B)
--------console(343B)
----LICENSE.txt(1KB)
----spec()
--------mysql_double_index_spec.rb(324B)
----README.md(3KB)
----lib()
--------mysql_double_index()
--------mysql_double_index.rb(6KB)
----Gemfile(106B)
----Rakefile(28B)
----mysql_double_index.gemspec(1KB)

网友评论