mysql-permute-indexes:为 MySQL EXPLAIN 生成所有有效索引以自动优化复杂查询(SQL 索引淘汰)

时间:2024-07-29 08:33:21
【文件属性】:

文件名称:mysql-permute-indexes:为 MySQL EXPLAIN 生成所有有效索引以自动优化复杂查询(SQL 索引淘汰)

文件大小:3KB

文件格式:ZIP

更新时间:2024-07-29 08:33:21

mysql perl postgresql oracle Perl

mysql-permute-indexes 概括 为 EXPLAIN 自动生成所有有效索引语句,以自动优化 MySQL、Postgres、Oracle 和 SQL Server 的复杂查询。 一些用例: 加速现有的开源(WordPress、Joomla 等)和商业应用程序 测试数据库优化器结果 具有数百个索引对象的压力测试数据库 验证 DBA 对优化器索引选择行为的理解 对我来说最有趣的是提高使用元数据存储(OpenStack、CloudStack、DynamoDB、Bacula 等)的基础设施工具的性能 对于多表连接、子选择和报告查询,典型的性能改进是 100 倍到 1,000 倍。 例子 $ vi permute_index.pl # (update user settings) $ permute_index.pl | tee permute_index.txt alt


【文件预览】:
mysql-permute-indexes-master
----README.md(1KB)
----permute_index.pl(4KB)

网友评论