oracle中常用Hint
动态采样/*+ dynamic_sampling(采样级别) */查看带有A-Time的执行计划/*+ gather_plan_statistics */全表扫描/*+ full(表名或别名) */索引范围扫描/*+ index(表名/别名 索引名) */索引跳跃扫描/*+ index_ss(表名/别名 索引名) */索引全扫描/*+ index(表名/别名 索引名) */索引快速全扫描/*+ index_ffs(表名/别名 索引名) */嵌套循环..