-
Notifications
You must be signed in to change notification settings - Fork 5
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
Comparing xklb and SQLAlchemy generated databases #270
Comments
Both schemas for references (click to expand): sqlalchemy-generated.db schema
xklb-generated.db schema
|
xklb-generated.db has indices on: sqlalchemy_generated.db has all the above indices plus additional ones on: |
The goal for this ticket is met. Nex steps will be to align the SQLAlchemy generated db with the XKLB generated one, removing unecessary indexing of columns like |
What's the most efficient way to make that happen? |
Edit #259. Doing it right now... |
I downloaded the playlist Think like a coder twice.
In the first try, I used SQLAlchemy ORM to generate the database before the download
In the second try, I let xklb generated it:
The text was updated successfully, but these errors were encountered: