oceanbase 读数据时,row cache 和bloomfileter ,哪个先读 ?
应该是先读 row cache,需要在确认下。可以参考其他资料看看 https://docs.datastax.com/en/cassandra-oss/2.2/cassandra/dml/dmlAboutReads.html
应该是row cache,没有在布隆过滤器,布隆过滤器特点有不一定是有,没有肯定是没有。所以应该是row cache代价更小,也应该是先走。
1 个赞