oceanbase 读写流程

oceanbase 读数据时,row cache 和bloomfileter ,哪个先读 ?

应该是先读 row cache,需要在确认下。可以参考其他资料看看 https://docs.datastax.com/en/cassandra-oss/2.2/cassandra/dml/dmlAboutReads.html

应该是row cache,没有在布隆过滤器,布隆过滤器特点有不一定是有,没有肯定是没有。所以应该是row cache代价更小,也应该是先走。

1 个赞

https://www.oceanbase.com/docs/enterprise-oceanbase-database-cn-10000000000371387

帮忙确认下,这是一道考试题