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

fix: temporary index used by migration #357

Merged
merged 2 commits into from
Jun 9, 2022
Merged

fix: temporary index used by migration #357

merged 2 commits into from
Jun 9, 2022

Conversation

koivunej
Copy link
Contributor

@koivunej koivunej commented Jun 9, 2022

Follow-up to #351 to swap the index around, hopefully making this migration faster on ram limited devices. Includes a fix to disable vacuum on examples/migrate_db which is just trying to have less mandatory patches running around.

Joonas Koivunen added 2 commits June 9, 2022 15:39
on unscientific tests this is faster (N=1). by logic this should be
faster because idx = {0, 1, 2, 3, 4} select over 90% of rows. I removed
this from the previous PR because it was not able to see this effect on
more powerful pc.
using the example simpler but committing this always-made change.
@koivunej koivunej force-pushed the fasta_migration_2 branch from 1514124 to 740b630 Compare June 9, 2022 12:39
@koivunej koivunej merged commit 6fc9512 into main Jun 9, 2022
@koivunej koivunej deleted the fasta_migration_2 branch June 9, 2022 12:39
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

Successfully merging this pull request may close these issues.

3 participants