Publications
TiQuE: Improving the Transactional Performance of Analytical Systems for True Hybrid Workloads
VLDB: Very Large Data Bases, 2023
Authors
- Nuno Faria ,
- José Pereira ,
- Ana Nunes Alonso ,
- Ricardo Vilaça ,
- Yunus Koning ,
- Niels Nes
Digital Object Identifier
10.14778/3598581.3598598Abstract
Transactions have been a key issue in database management for a long time and there are a plethora of architectures and algorithms to support and implement them. The current state-of-the-art is focused on storage management and is tightly coupled with its design, leading, for instance, to the need for completely new engines to support new features such as Hybrid Transactional Analytical Processing (HTAP). We address this challenge with a proposal to implement transactional logic in a query language such as SQL. This means that our approach can be layered on existing analytical systems but that the retrieval of a transactional snapshot and the validation of update transactions runs in the server and can take advantage of advanced query execution capabilities of an optimizing query engine. We demonstrate our proposal, TiQuE, on MonetDB and obtain an average 500x improvement in transactional throughput while retaining good performance on analytical queries, making it competitive with the state-of-the-art HTAP systems.BibTeX
@article{tique,
title = {TiQuE: Improving the Transactional Performance of Analytical Systems for True Hybrid Workloads},
author = {Faria, Nuno and Pereira, José and Nunes Alonso, Ana and Vilaça, Ricardo and Koning, Yunus and Nes, Niels},
journal = {Proceedings of the VLDB Endowment},
volume = {16},
number = {9},
pages = {2274--2288},
year = {2023},
publisher = {VLDB Endowment},
doi = {10.14778/3598581.3598598}
}