Gaffer icon indicating copy to clipboard operation
Gaffer copied to clipboard

Optimise the removal of properties in the Accumulo Store

Open p013570 opened this issue 7 years ago • 0 comments

To be done after #1179.

If a user asks for only a subset of properties to be returned in a query we should be able to skip deserialising them. This will only work if those properties are not used in Transforms or Filters.

We might be able to use the lazy element classes like we do with GetAdjacentIdsHandler.

p013570 avatar Aug 16 '17 13:08 p013570