Skip to content

perf: add bulk insert support for tags#8

Open
bug-author wants to merge 2 commits intocodersgyan:masterfrom
bug-author:perf/bulk-inserts-for-tags
Open

perf: add bulk insert support for tags#8
bug-author wants to merge 2 commits intocodersgyan:masterfrom
bug-author:perf/bulk-inserts-for-tags

Conversation

@bug-author
Copy link

This PR replaces the previous per-tag INSERT logic with a single bulk INSERT statement using INSERT OR IGNORE. This reduces the number of database round trips and improves performance when inserting many tags.

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.

1 participant