Currently there are no metrics about which queries take the longest. Latency is not yet an issue but as the database grows the cost of joins increases (log(n))
Having analytics data could help identify which queries are low performance.
Consider using something like
https://docs.python.org/2/library/profile.html
Currently there are no metrics about which queries take the longest. Latency is not yet an issue but as the database grows the cost of joins increases (log(n)) Having analytics data could help identify which queries are low performance. Consider using something like https://docs.python.org/2/library/profile.html
Sent with GitHawk