Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[geomesa-dev] lessThan AND greaterThan on date field

Dear All,

I have a question about “>=“ and “<=“ on the date field. When we first applied the “>=“ and “<=“ predicates and it worked well. However, as we digged into the source code we found that the query object was transformed to the ‘Filter' object, and then the ‘Filter’ was divided into the primary part and the secondary part, right? Based on my comprehension, the spatial and temporal criteria are involved in the primary part.  So my question is whether the attribute-based “greater than” or “less than” predicates on the date field will trigger Z3 or XZ3 index to work to improve the query efficiency.

Thank you and Best regards,
Phil

from 阿里邮箱 macOS

Back to the top