-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Predicate optimisation #9
Comments
We might need a predicate binding on the hazelcast side (cc @gokhanoner ) |
@dbrimley I believe we can open a Hazelcast issue, refer here & close this one. |
Is it still a valid GH Issue? @neilstevenson @dbrimley @gokhanoner |
@leszko, as mentioned, we can open an issue on hazelcast for query binding & close this one since it need to be resolved in hazelcast-core |
@neilstevenson can this one be closed already? |
@pivovarit as suggested above, Can you create an issue on hazelcast and close this one? |
(Migrated issue from https://github.com/hazelcast-incubator/spring-data-integrations-commons/issues/18)
In
org.springframework.data.hazelcast.repository.query.HazelcastPartTreeQuery
, theexecute()
method callsprepareQuery()
on each invocation.If a query is reused, as most are, this is unnecessary parsing. Some sort of parameter binding mechanism could be more efficient.
The text was updated successfully, but these errors were encountered: