English

Farview: Disaggregated Memory with Operator Off-loading for Database Engines

Databases 2021-06-15 v1

Abstract

Cloud deployments disaggregate storage from compute, providing more flexibility to both the storage and compute layers. In this paper, we explore disaggregation by taking it one step further and applying it to memory (DRAM). Disaggregated memory uses network attached DRAM as a way to decouple memory from CPU. In the context of databases, such a design offers significant advantages in terms of making a larger memory capacity available as a central pool to a collection of smaller processing nodes. To explore these possibilities, we have implemented Farview, a disaggregated memory solution for databases, operating as a remote buffer cache with operator offloading capabilities. Farview is implemented as an FPGA-based smart NIC making DRAM available as a disaggregated, network attached memory module capable of performing data processing at line rate over data streams to/from disaggregated memory. Farview supports query offloading using operators such as selection, projection, aggregation, regular expression matching and encryption. In this paper we focus on analytical queries and demonstrate the viability of the idea through an extensive experimental evaluation of Farview under different workloads. Farview is competitive with a local buffer cache solution for all the workloads and outperforms it in a number of cases, proving that a smart disaggregated memory can be a viable alternative for databases deployed in cloud environments.

Keywords

Cite

@article{arxiv.2106.07102,
  title  = {Farview: Disaggregated Memory with Operator Off-loading for Database Engines},
  author = {Dario Korolija and Dimitrios Koutsoukos and Kimberly Keeton and Konstantin Taranov and Dejan Milojičić and Gustavo Alonso},
  journal= {arXiv preprint arXiv:2106.07102},
  year   = {2021}
}

Comments

12 pages

R2 v1 2026-06-24T03:09:11.708Z