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

Support configuration of indexes #246

Open
mor619dx opened this issue Dec 3, 2019 · 1 comment
Open

Support configuration of indexes #246

mor619dx opened this issue Dec 3, 2019 · 1 comment

Comments

@mor619dx
Copy link

mor619dx commented Dec 3, 2019

Hello,

I've searched through the docs and couldn't find any mention of how (or if possible) to create indexes in the MongoDB bi connector MySQL table it creates.

I would have assumes it would be part of the schemas but couldn't find any mention about it.

I'm mainly trying to create indexes to improve my performance over many relations between many tables, Any other suggestion as to how to improve performance?

@steveren
Copy link
Contributor

steveren commented Dec 3, 2019

BI Connector doesn't create any MySQL tables. It provides a way to query MongoDB collections with SQL, or with reporting tools such as Tableau and PowerBI. Creating indexes on your MongoDB collections may improve query performance, but you should do that with the MongoDB shell, not through BI Connector.

Best regards,

  • Steve

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

No branches or pull requests

2 participants