EPJ Web of Conferences (Jan 2024)

HBase/Phoenix-based Data Collection and Storage for the ATLAS EventIndex

  • García Montoro Carlos,
  • Sánchez Javier,
  • Barberis Dario,
  • González de la Hoz Santiago,
  • Salt Jose

DOI
https://doi.org/10.1051/epjconf/202429501034
Journal volume & issue
Vol. 295
p. 01034

Abstract

Read online

The ATLAS EventIndex is the global catalogue of all ATLAS real and simulated events. During the LHC long shutdown between Run 2 (20152018) and Run 3 (2022-2025) its components were substantially revised, and a new system was deployed for the start of Run 3 in Spring 2022. The new core storage system is based on HBase tables with a Phoenix interface. It allows faster data ingestion rates and scales better than the old system. This paper describes the data collection, the technical design of the core storage, and the properties that make it fast and efficient, namely the compact and optimized design of the events table, which already holds more than 400 billion entries, and all the auxiliary tables, and the EventIndex Supervisor, in charge of orchestrating the whole data collection, now simplified thanks to the Loaders, the Spark jobs that load the data into the new core system. The extractors, in charge of preparing the pieces of data that the loaders will put into the final back-end, have been updated too. The data migration from HDFS to HBase and Phoenix is also described.