You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is an optimization of the query listing related charts on data pages.
I think it's better to join on the chart_dimensions table rather than this json_contains (normal tables are much faster to filter than nested json in MySQL)
This is an optimization of the query listing related charts on data pages.
Raised by @danyx23 in #3176 (comment)
The text was updated successfully, but these errors were encountered: