#1712 [RFE] Use bulk inserts in hub
Closed: Fixed 4 years ago by mikem. Opened 4 years ago 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

4 years ago

Metadata Update from @tkopecek:
- Issue assigned to tkopecek

4 years ago

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

4 years ago

Login to comment on this ticket.

Metadata
Related Pull Requests
  • #1714 Merged 4 years ago