We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
An annotation to create INDEX on columns would be very useful. After the database gets larger, column index become very important for performance.
The text was updated successfully, but these errors were encountered:
You can try this pull request.. #64 We're yet to merge it to master..
Sorry, something went wrong.
Any change this can get in?
I created a new pull request: #749 which resolved the merge conflicts from #64 .
@howettl Thank you for your contribution! I will try to review this PR as soon as I can, the most probably it's that I will review it on Saturday.
Looks good; I'm currently adding indexes with the version migration feature instead (CREATE INDEX IF NOT EXISTS ...) in each of the VERSION.sql files.
JonatanSalas
No branches or pull requests
An annotation to create INDEX on columns would be very useful. After the database gets larger, column index become very important for performance.
The text was updated successfully, but these errors were encountered: