# Distributed Transactional Systems Cannot Be Fast

**Authors:** Diego Didona, Panagiota Fatourou, Rachid Guerraoui, Jingjing Wang,, Willy Zwaenepoel

arXiv: 1903.09106 · 2019-04-11

## TL;DR

This paper proves that fully transactional distributed systems cannot support fast read transactions if they also support multi-object writes, especially under causal or stronger consistency models, highlighting fundamental limitations.

## Contribution

It establishes a formal impossibility result showing the incompatibility of fast read transactions with full transactional support in distributed systems under causal consistency and stronger models.

## Key findings

- Fast read transactions require sacrificing multi-object transaction support.
- Impossibility holds even with minimal object storage and partial replication.
- Results justify current design choices in distributed transactional systems.

## Abstract

We prove that no fully transactional system can provide fast read transactions (including read-only ones that are considered the most frequent in practice). Specifically, to achieve fast read transactions, the system has to give up support of transactions that write more than one object. We prove this impossibility result for distributed storage systems that are causally consistent, i.e., they do not require to ensure any strong form of consistency. Therefore, our result holds also for any system that ensures a consistency level stronger than causal consistency, e.g., strict serializability. The impossibility result holds even for systems that store only two objects (and support at least two servers and at least four clients). It also holds for systems that are partially replicated. Our result justifies the design choices of state-of-the-art distributed transactional systems and insists that system designers should not put more effort to design fully-functional systems that support both fast read transactions and ensure causal or any stronger form of consistency.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1903.09106/full.md

## Figures

7 figures with captions in the complete paper: https://tomesphere.com/paper/1903.09106/full.md

## References

63 references — full list in the complete paper: https://tomesphere.com/paper/1903.09106/full.md

---
Source: https://tomesphere.com/paper/1903.09106