
Third International Workshop on Composable Data Management Systems, 2025
Workshop Venue: London, United Kingdom - Co-located with VLDB 2025
Workshop Date: 5th September 2025
Panel Discussion
The Role of Composability in Building HTAP Systems
![]() |
![]() |
||
Distinguished Engineer, SAP |
Co-founder & CTO, PingCAP |
||
![]() |
![]() |
||
Principal Software Engineer, Google |
Consulting Member of Technical Staff, Oracle |
![]() |
Distinguished Professor of Science (Hong Kong Baptist University, China) , Distinguished Visiting Professor (Tsinghua University, China) , Retired IBM Fellow (IBM Research, USA) |
Abstract: For the longest time, there were two distinct classes of database management systems (DBMSs): Online Transaction Processing (OLTP) and Online Analytical Processing (OLAP). These systems were architected internally to handle distinct types of workloads, with different response time and throughput requirements. Over time, even the storage formats of the persistent data began to diverge in these systems: row stores for OLTP and column stores for OLAP. As the OLTP databases got updated, the modified data was replicated incrementally to OLAP systems for analytics to be performed on the somewhat out-of-date data in the OLAP databases. But, in the last decade or so, there has been an increased demand for both OLTP and OLAP workloads to be run on a single instance of the database so that the analytics is based on the latest data. Such systems have come to be called Hybrid Transactional and Analytical Processing (HTAP) systems. Over the decades, another trend in the architecture of DBMSs has been to apply extensibility and composability ideas of software engineering in building modern DBMSs. Such ideas made it easier to extend existing DBMSs with new external and internal functionalities like support for new datatypes, operators, access and join methods, storage formats, networking/storage/processor/AI technologies, etc. |