You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
150703: bulk,importer,rowexec: add CPU AC to bulk ops r=dt a=dt
This adds the option to enable a CPU-based pacer to a few loops that have the potential to become tight, CPU-bound loops during bulk operations, namely:
* SST Batcher's Add method, which is called in a tight loop after sorting a buffered pool of KVs
* index backfiller's key generation loop, which is a tight loop over a buffer of read rows
* IMPORT's row -> datum reader loop and datum -> KV loops.
Each of these are controlled by a setting, which are default off for now pending more production-scale testing and benchmarking.
Co-authored-by: David Taylor <[email protected]>
0 commit comments