-
Bug Report
-
Resolution: Unresolved
-
L3 - Default
-
None
-
None
-
3
-
M
In https://jira.camunda.com/browse/OPT-3612, we discovered that composite aggregations cannot child aggregations of filter aggregations. This means that we cannot currently make use of this for variable value fetching and when the limit is reached.
There is currently an ES PR to address this: https://github.com/elastic/elasticsearch/pull/38863
Once this is supported, we should migrate the decision and process variable value endpoints to use composite aggregation. Alternatively, we should consider changing index structure or moving variables into a dedicated index so we can support the fetching of a large amount of variable values.
ATs:
- A greater number of variable values can be returned by the variable value endpoints than the max bucket limit
This is the controller panel for Smart Panels app
- is related to
-
OPT-3612 Variable name endpoints use composite aggregation to scroll through results
- Done