Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

See the reference documentation for a full list of the available Pipeline Utils.

Querying JSON Data

The One of the best performing way ways of selecting and filtering JSON data is by applying a query directly on the database (property store). Since only the data is returned which matches the given query and the query algorithms are applied directly in the database layer, this should be the preferred way for big and very big JSON documents.

...