Actions
User story #22739
openCache request for several nodes or datasources
Status:
Pending technical review
Priority:
N/A
Assignee:
Target version:
Effort required:
Name check:
To do
Fix check:
To do
Regression:
No
Description
If we have 10k nodes, with 10 properties each, and everything is provided by the same datasource (company cmdb for ex), then the cmdb takes 100k requests very efficiently (because we are very efficient).
This is not efficient and laggish, when we could have only one request and then chose with the json path what each node/property get.
So we need a cache that is called when the "request" (uri, method, headers, etc) is the same.
Actions