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.
tombstone_failure_threshold默认值为 100000。但是这个值是针对每个表还是针对整个集群?我很困惑。如果一个表超过这个值,其他表中的范围查询也会被中止吗?请解释。
tombstone_failure_threshold
此参数在集群范围内设置,但它应用于单个查询- 当查询运行时,并且在数据处理期间它发现墓碑的数量大于此参数,然后它将中止执行此查询...
这可能是一种情况,当您执行数据删除时,但大部分删除仅发生在某些分区中,因此该表上的某些查询可能会工作,而某些查询可能会被中止。