-
Notifications
You must be signed in to change notification settings - Fork 0
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
speedup search #28
Comments
Searching "Haskell" today ends up in 2.5Mb downloaded. Which includes in a LOT of non requested fields (content? description?). I guess it does scanning. |
|
Dropping the BeforeOcaml 514.05 kB / 594.38 kB transferred AfterOcaml 505.86 kB / 584.33 kB transferred |
Split Almost for sure it would help on the load time of "list episodes". Because right now is also fetching the whole records. But, I don't know how it will behave with the multiple index lookup would work.1 Another alternative would be add an index to
|
Tried adding 3+ |
although I am not 100% sure if it worked it is sure that it speed up the display of individual feeds *shrugs*
well, I think this is done for now. It still reads the content....but size seems to have decreased along with a for sure speed up of display of entries of a feed |
leaving open for 2nd task of list of promises |
on pagination, using observer
|
ok, changing to use rowid in fts table instead of a separate column improved speed by a lot! no longer I am receiving the whole search.content on search results pagination might still be nice, might also show the number of results found while loading? |
try thread pool provided by wasm libraryIf you use only a single connection, there is no difference between the two versions.
The text was updated successfully, but these errors were encountered: