Closed ashwinjagadeesh-zz closed 7 years ago
yes, the same set of predicate filters (conditions) are available both in scan and query. See PredExp.recDeviceSize() and PredExp.recLastUpdate() Aerospike does not keep create-time.
The predicate condition is not directly applied on the scan API. However, can be invoked via the Query API by creating a statement without a setFilter(), which also results in a database scan.
Support scan with conditions supported from index. Would like to have conditions based on last updated time, size, created time etc.