Skip to content

Speedup read access to records from query #758

Description

@lvca

The current implementation of deserializing properties from an immutable document is quite generic and used by many methods, but in particular from:

  • ImmutableDocument.has()
  • ImmutableDocument.get()

The methods above are largely used in queries. It would be great if we can create ad hoc methods that are optimized for has and get(<property>).

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions