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

Improve import performance #261

Merged
merged 11 commits into from
May 21, 2022
Merged

Conversation

sissbruecker
Copy link
Owner

Changes:

  • all database operations run in bulk
  • replaced parser with an implementation based on HTMLParser, adapted from the work in Import with folders as tags #199 by @jwezel
  • when synchronizing an existing bookmark, new tags now are appended instead of replacing the previous ones

Closes #213
Closes #155

@sissbruecker sissbruecker merged commit f4e3d72 into master May 21, 2022
@sissbruecker sissbruecker deleted the perf/improve_import_performance branch May 21, 2022 07:27
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.

Faster importing of "bookmarks.html" using regex? import of an existing bookmark will overwrite old tags
1 participant