Real-time analytical processing with SQL server

Per-Åke Larson,Adrian Birka,Eric N. Hanson,Weiyun Huang,Michal Nowakiewicz,Vassilis Papadimos
DOI: https://doi.org/10.14778/2824032.2824071
IF: 2.5
2015-08-01
Proceedings of the VLDB Endowment
Abstract:Over the last two releases SQL Server has integrated two specialized engines into the core system: the Apollo column store engine for analytical workloads and the Hekaton in-memory engine for high-performance OLTP workloads. There is an increasing demand for real-time analytics, that is, for running analytical queries and reporting on the same system as transaction processing so as to have access to the freshest data. SQL Server 2016 will include enhancements to column store indexes and in-memory tables that significantly improve performance on such hybrid workloads. This paper describes four such enhancements: column store indexes on in-memory tables, making secondary column store indexes on disk-based tables updatable, allowing B-tree indexes on primary column store indexes, and further speeding up the column store scan oper ator.
computer science, information systems, theory & methods
What problem does this paper attempt to address?