EPJ Web of Conferences (Jan 2020)

Let’s get our hands dirty: a comprehensive evaluation of DAQDB, key-value store for petascale hot storage

  • Abed Abud Adam,
  • Cicalese Danilo,
  • Jereczek Grzegorz,
  • Le Goff Fabrice,
  • Lehmann Miotto Giovanna,
  • Love Jeremy,
  • Maciejewski Maciej,
  • Mommsen Remigius K,
  • Radtke Jakub,
  • Schmiegel Jakub,
  • Szychowska Malgorzata

DOI
https://doi.org/10.1051/epjconf/202024510004
Journal volume & issue
Vol. 245
p. 10004

Abstract

Read online

Data acquisition systems are a key component for successful data taking in any experiment. The DAQ is a complex distributed computing system and coordinates all operations, from the data selection stage of interesting events to storage elements. For the High Luminosity upgrade of the Large Hadron Collider, the experiments at CERN need to meet challenging requirements to record data with a much higher occupancy in the detectors. The DAQ system will receive and deliver data with a significantly increased trigger rate, one million events per second, and capacity, terabytes of data per second. An effective way to meet these requirements is to decouple real-time data acquisition from event selection. Data fragments can be temporarily stored in a large distributed key-value store. Fragments belonging to the same event can be then queried on demand, by the data selection processes. Implementing such a model relies on a proper combination of emerging technologies, such as persistent memory, NVMe SSDs, scalable networking, and data structures, as well as high performance, scalable software. In this paper, we present DAQDB (Data Acquisition Database) — an open source implementation of this design that was presented earlier, with an extensive evaluation of this approach, from the single node to the distributed performance. Furthermore, we complement our study with a description of the challenges faced and the lessons learned while integrating DAQDB with the existing software framework of the ATLAS experiment.