Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Join queries never get an index #6602

Open
greenape opened this issue May 16, 2024 · 1 comment
Open

Join queries never get an index #6602

greenape opened this issue May 16, 2024 · 1 comment
Labels
FlowMachine Issues related to FlowMachine performance

Comments

@greenape
Copy link
Member

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

@greenape greenape added FlowMachine Issues related to FlowMachine performance labels May 16, 2024
@greenape
Copy link
Member Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
FlowMachine Issues related to FlowMachine performance
Projects
None yet
Development

No branches or pull requests

1 participant