This website is under development. If you come accross any issues, please report
them to Konstantinos Kanellis
(kkanellis@cs.wisc.edu) or Yannis Chronis
(chronis@google.com).
AnyDB: An Architecture-less DBMS for Any Workload
Abstract
In this paper, we propose a radical new approach for scale-out distributed DBMSs. Instead of hard-baking an architectural model, such as a shared-nothing architecture, into the distributed DBMS design, we aim for a new class of so-called architecture-less DBMSs. The main idea is that an architecture-less DBMS can mimic any architecture on a per-query basis on-the-fly without any additional overhead for reconfiguration. Our initial results show that our architecture-less DBMS AnyDB can provide significant speedup across varying workloads compared to a traditional DBMS implementing a static architecture.