You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@hbase.apache.org by zheng wang <18...@qq.com> on 2020/05/11 13:52:17 UTC

回复:how to scan for all values which don't have given timestamps?

May be you can split it to two scans.




------------------&nbsp;原始邮件&nbsp;------------------
发件人: "Vitaliy Semochkin"<vitaliy.se@gmail.com&gt;; 
发送时间: 2020年5月10日(星期天) 凌晨4:56
收件人: "user"<user@hbase.apache.org&gt;; 
主题: how to scan for all values which don&#39;t have given timestamps?



Hello everyone,

Hi, I need to scan for all values which don't have given timestamps?

Does anyone know how to scan for all rows with all versions except that are
not in a given Set of timestamps?
(i.e. opposite to TimestampsFilter)
<" rel="noopener" target="_blank">https://hbase.apache.org/apidocs/org/apache/hadoop/hbase/filter/TimestampsFilter.html&gt;;
Which filter should I use?

Regards,
Vitaliy