rta-pipe / RTAlib

A C++ and Python library to stream the data from existing RECO components to rta-pipe framework and for the development of Data Quality components
2 stars 0 forks source link

[PyRTAlib] Improving RTA_DL_DB. Testing on RTA_DLTest_DB and UnitTesting (ST) #43

Closed ghost closed 6 years ago

ghost commented 6 years ago

By default, RTA_DL_DB provides a synchronous (blocking) insert mode. -> should be asynchronous? In that case, the pipeline updater commit should be done by the thread and not by the specific class. The specific class could pass a general query to the thread.