(Migrated issue from https://github.com/hazelcast-incubator/spring-data-integrations-commons/issues/18) In `org.springframework.data.hazelcast.repository.query.HazelcastPartTreeQuery`, the `execute()` method calls `prepareQuery()` 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.
(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.