-
Notifications
You must be signed in to change notification settings - Fork 107
Support a "Show plan" endpoint with cost estimation #864
Comments
I think the main challenge here is representing true "cost". also useful I think would be:
I believe we've discussed previously that this isn't a priority/roadmap item for us right now, so while we're happy to review and assist, primary development would come from you guys. |
Also in the result set one should show what data set is used (e.g. raw data or rollup). |
right, hard to know the amount of timeseries involved without issuing the actual index query. |
I am ok with just tracking executed queries. I don't want to make it overly complicated. Interactions with Cassandra would also be useful because we find that a lot of queries / dashboards have time ranges greater that the cache size. |
So can we just close this in favor of #1130 then? seems that one includes the "cost metrics" asked for here, solving the problem. |
Yes. Let's close this in favor of #1130 |
We are looking to build a user proxy to authenticate, audit, authorize and rate limit access to MT. One thing that would be quite helpful is to have an endpoint that would give details about execution (without executing it). Some points of interest:
Some of this info needs to reach out to the rest of the cluster to get accurate numbers, but maybe that could be optional and a "best guess" could be used based on the local node.
The text was updated successfully, but these errors were encountered: