__init__.py
529 Bytes
-
Further accelerate metadata refresh (#363) · ba8a85ca
A Waffle switch can now be used to toggle parallelized execution of the data loading pipeline. The pipeline is structured so that stages that can run independently of others are interleaved using separate processes. A separate Waffle switch can be used to toggle threaded writes to the database. Instead of using threads to request all data, then writing it all serially, use this switch to spawn separate threads responsible for reading and writing each page of data. ECOM-5871
Renzo Lucioni committed