Skip to content

optimize data authorization query

Neelesh Thakur requested to merge auth-optimization into master

Optimize data authorization query to use filter rather bool must clause. Filter queries are cached on Search backend (Elasticsearch) and cached filters can used be across different queries.

Type of change

  • Bug Fix
  • Feature

Does this introduce a change in the core logic?

  • [NO]

Does this introduce a change in the cloud provider implementation, if so which cloud?

  • AWS
  • Azure
  • Google Cloud
  • IBM

Does this introduce a breaking change?

  • [NO]
Edited by Neelesh Thakur

Merge request reports