Skip to content
This repository was archived by the owner on May 28, 2026. It is now read-only.
This repository was archived by the owner on May 28, 2026. It is now read-only.

Predicate optimisation #9

Description

@neilstevenson

(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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions