Add final filtered query into X-Ray
Closed this issue · 3 comments
Nikschavan commented
Same as humanmade/altis-cloud#183 but for hm-platform
The query that is sent to X-Ray contains placeholders, Also it is possible that the final query can be modified with the filter query
which we are not accounting for.
The placeholders also increase the size of the final database query and cause humanmade/aws-xray#74
In our case, one of the longest queries is ~120KB which does not get sent to X-Ray. If the placeholders are removed the query is reduced to ~40kb.
joehoyle commented
What is this 40KB query?!
rmccue commented
Users-by-role query (@Nikschavan is looking into potentially using roles-as-taxonomies in the future).
Nikschavan commented
Fixed as #184 is now merged