Can we have a call to talk about filtering and Aerospike Expressions #535
rbotzer
started this conversation in
Team Posts
Replies: 1 comment
-
Hi Ronen.
spring-data uses predexps for querying Aerospike. We can add support for the Aerospike expressions, I suppose.
No, this is not supported.
Ok. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi. In Aerospike version 5.2 we released Aerospike Expressions. Among other things Expressions are used to replace Predicate Expressions (PredExp) for filtering. I don't believe Spring Data Aerospike currently uses PredExp, though.
Filters can be used as a WHERE clause to determine whether to return rows from a scan or query, and also as a conditional for all key-value operations (put, get, delete, operate), batch-reads and record UDFs.
I wanted to know if we could schedule a call to talk about Aerospike Expressions and the direction we're taking them. They're powerful and will get even more expressive in the next releases.
Another question I have is whether Spring Data for Aerospike supports multi-operation transactions on a single record. This is what the
operate
command does in Aerospike.Please email me at [email protected] if you can spare some time for a call.
Thanks,
Ronen
Beta Was this translation helpful? Give feedback.
All reactions