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
One interesting approach is to give the optimizer a SQL query that is running slowing and the optimizer checks whether it can build an index out of it.
let built = optimizer.build_index_from_sql("SELECT SUM(..) ....");