Litcius/Paper detail

FastVer: Making Data Integrity a Commodity

Arvind Arasu, Badrish Chandramouli, Johannes Gehrke, Esha Ghosh, Donald Kossmann, Jonathan Protzenko, Ravi Ramamurthy, Tahina Ramananandro, Aseem Rastogi, Srinath Setty, Nikhil Swamy, Alexander van Renen, Min Xu

202114 citationsDOI

Abstract

We present FastVer, a high-performance key-value store with strong data integrity guarantees. FastVer is built as an extension of FASTER, an open-source, high-performance key-value store. It offers the same key-value API as FASTER plus an additional verify() method that detects if an unauthorized attacker tampered with the database and checks whether results of all read operations are consistent with historical updates. FastVer is based on a novel approach that combines the advantages of Merkle trees and deferred memory verification. We show that this approach achieves one to two orders of magnitudes higher throughputs than traditional approaches based on either Merkle trees or memory verification. We have formally proven the correctness of our approach in a proof assistant, ensuring that verify() detects any inconsistencies, except if a collision can be found on a cryptographic hash.

Topics & Concepts

Computer scienceCorrectnessMerkle treeHash functionKey (lock)CryptographyData integrityCryptographic hash functionAssociative arrayExtension (predicate logic)Computer securityDistributed computingProgramming languageSecurity and Verification in ComputingCloud Data Security SolutionsDistributed systems and fault tolerance
FastVer: Making Data Integrity a Commodity | Litcius