Mondrian支持有限的一系列
| Database | Hint Type | Permitted Values | Description |
| MySQL | force_index | 在这个表的索引的名字 | 强制使用索引的名字 |
<hint type="”force_index”">my_index</hint>
本文介绍了Mondrian支持的一种DatabaseHintType——force_index的使用方法,该类型允许用户强制指定使用某个索引名进行查询优化。通过示例展示了如何在XML配置中设置force_index来指定具体的索引。
Mondrian支持有限的一系列
| Database | Hint Type | Permitted Values | Description |
| MySQL | force_index | 在这个表的索引的名字 | 强制使用索引的名字 |
<hint type="”force_index”">my_index</hint>
1016

被折叠的 条评论
为什么被折叠?