TransEdge: Supporting Efficient Read Queries Across Untrusted Edge Nodes

Published in EDBT, 2023

Recommended citation: Singh, Abhishek A., Aasim Khan, Sharad Mehrotra, and Faisal Nawab. "TransEdge: Supporting Efficient Read Queries Across Untrusted Edge Nodes." In EDBT, pp. 684-696. 2023. https://openproceedings.org/2023/conf/edbt/3-paper-103.pdf

This work deals with performing efficient read-only transactions. The context of this work involves a network comprising of clusters of nodes. Each cluster stores data ‘owned’ by the cluster. Consider a cluster A, B and C with each of them having 3f+1 nodes, where f is the number of faults that can be tolerated by a cluster (f can be defined by a cluster independent of it’s value for other clusters). In order for A to read data from B and C, A needs to know that the data it has read from B and C is the freshest copy and it is consistent. The problem we wish to solve is to allow A to read from a globally consistent snapshot even when it is reading from different clusters.

Download paper here