-
-
Notifications
You must be signed in to change notification settings - Fork 1
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 #170: Re-create FTS Search table with newer tokenizer #357
base: main
Are you sure you want to change the base?
Conversation
-- Re-insert all data into the new table. | ||
INSERT INTO Search_Refresher (_id) SELECT _id FROM Item; | ||
-- Compact database indexes for faster search experience. | ||
INSERT INTO Search(Search) VALUES('optimize'); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Measure how much this costs to make sure users won't run out of disk space.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
on 34
Upgraded (189 ms) database v5 to v6, step 5 to 6: v5(68)::3.39.2@/data/user/0/net.twisterrob.inventory.debug/databases/MagicHomeInventory
name, | ||
location |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Include description in same upgrade?
3e3ac6f
to
bc5ddeb
Compare
Research