Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试使用Bitmap Indices在 MySQL 中设计一个 OLAP DB ,但是 MySQL 不支持 Bitmap 索引(据我所知),所以我必须构建和维护自己的位图索引。
有人可以告诉我这是否仍然会给我的应用程序带来任何好处,比如加快多维范围查询?如果是这样,那将是实现它的最佳方式?
不幸的是,“汇总表”是内置到应用程序中的:
对 250+ 百万个表进行分区
使用自联接获取统计信息
大表查询慢 - 如何优化?
查询优化还是更好的表设计?
未使用索引
55 多张桌子上的联合杀死网络应用程序
需要帮助来提高 innodb 性能
巨大的表 - 慢查询 - 我可以更好地索引吗?
InnoDB CPU 峰值
在 HP DL380G5、四核 Intel、4GB RAM 上使用 MySQL 和 Hybris 的极高负载和低吞吐量
表超过 100 万个条目时性能不佳