Our current efforts for tiered subscriptions require identifying "query shapes". My understanding is that most queries are nearly identical, but are differentiated by variables, skip & first filters, etc. We will need to add a deterministic algorithm for extracting a query shape for each query so that we can provide richer feedback to the user.
I've heard graph-node might have some code to do this. So we should first check if that would fit our use-case. Otherwise, we might need to come up with something from scratch.
Other notes
Our current efforts for tiered subscriptions require identifying "query shapes". My understanding is that most queries are nearly identical, but are differentiated by variables,
skip&firstfilters, etc. We will need to add a deterministic algorithm for extracting a query shape for each query so that we can provide richer feedback to the user.I've heard graph-node might have some code to do this. So we should first check if that would fit our use-case. Otherwise, we might need to come up with something from scratch.
Other notes