FlowKit icon indicating copy to clipboard operation
FlowKit copied to clipboard

Join queries never get an index

Open greenape opened this issue 1 year ago • 1 comments

For a Join query, no index will ever be created even if a subscriber column, or location column(s) are present.

greenape avatar May 16 '24 10:05 greenape

Options here are to be a bit greedy on index creation (create an index if there's anything which resembles these columns, even with a suffix), allow specifying indexes to be created (in which case do we want to allow a bit more flex here and allow specifying the type of index?), do some juju and create the indexes that would have been created on the joinee queries.

greenape avatar May 16 '24 10:05 greenape