Skip to content

Avoid unnecessary second call to get the properties from the VirtualProperties cache

Zhibin Mai requested to merge virtual_properties_cache into master

It is minor enhancement of MR 699:

  • Should not skip geometry decimation even the virtual properties does not exist which is possible for custom schema. Please note that geometry decimation is not only on virtual properties.

The MR also includes two minor enhancement:

  • Avoid calling the cache service twice unnecessarily
  • Implement and use partition safe virtual properties cache.
Edited by Zhibin Mai

Merge request reports