#1712 [RFE] Use bulk inserts in hub
Closed: Fixed by mikem. Opened by tkopecek.

Originally named 'Speedup insert of buildroot_listing' - now it is done in simple cycle with hundreds/thousands of inserts - convert it to bulk insert.
I've gone through rest of hub code and found, that it is done in few more places. So I'm proposing BulkInsertProcessor to be used instead of InsertProcessor.
I was thinking about adding bulk option to InsertProcessor, but I've decided to make separate one with limited options, so less error-prone than IP with mixed type of data.


Found more such cases - extending InsertProcessor to support bulk mode seems more appropriate.

Metadata Update from @tkopecek:
- Custom field Size adjusted to None

Metadata Update from @tkopecek:
- Issue assigned to tkopecek

PR #1714

Commit aaaabcc9 fixes this issue

Commit 6de0700a fixes this issue

Metadata Update from @jcupova:
- Issue tagged with: no_qe

This issue has been migrated to Fedora Forge:
https://forge.fedoraproject.org/koji/koji/issues/1712

Please continue any further discussion there.

Metadata
Related Pull Requests