Abstract
Distributed databases are surging in popularity with the growing need for performance and fault tolerance. However, implementing transaction isolation models on distributed databases is more challenging due to their sharding and replication. As a result, they can produce executions that violate their claimed isolation guarantees. In this work, we propose a novel isolation model-agnostic approach that utilizes graph databases to efficiently detect isolation violations expressed as anti-patterns in transactional dependency graphs. To illustrate our approach, we introduce the GRAIL framework, implemented on top of the popular ArangoDB and Neo4j graph databases. GRAIL combines soundness guarantees and high performance with understandable, detailed counter-examples.
| Original language | English |
|---|---|
| Title of host publication | Proceedings - 2024 ACM/IEEE 46th International Conference on Software Engineering |
| Subtitle of host publication | Companion, ICSE-Companion 2024 |
| Publisher | IEEE |
| Pages | 320-321 |
| Number of pages | 2 |
| ISBN (Electronic) | 9798400705021 |
| DOIs | |
| Publication status | Published - 2024 |
| Event | ACM/IEEE 46th International Conference on Software Engineering - Lisbon, Lisbon, Portugal Duration: 14 Apr 2024 → 20 Apr 2024 Conference number: 46 https://conf.researchr.org/home/icse-2024 |
Publication series
| Name | Proceedings - International Conference on Software Engineering |
|---|---|
| ISSN (Print) | 0270-5257 |
Conference
| Conference | ACM/IEEE 46th International Conference on Software Engineering |
|---|---|
| Abbreviated title | ICSE '24 |
| Country/Territory | Portugal |
| City | Lisbon |
| Period | 14/04/24 → 20/04/24 |
| Internet address |
Keywords
- distributed databases
- graph queries
- testing
- transaction isolation