REVIEW 4 cited by
GlassDB: An Efficient Verifiable Ledger Database System Through Transparency
Not yet reviewed by Pith; the record is open.
This paper has not been read by Pith yet. Machine review is queued; the pith claim, tier, and objections will appear here once it completes.
SPECIMEN: schema-true, not a live event
T0 review · schema-true
One-sentence machine reading of the paper's core claim.
pith:XXXXXXXX · record.json · timestamp
Signed reviews
read the original abstract
Verifiable ledger databases protect data history against malicious tampering. Existing systems, such as blockchains and certificate transparency, are based on transparency logs -- a simple abstraction allowing users to verify that a log maintained by an untrusted server is append-only. They expose a simple key-value interface. Building a practical database from transparency logs, on the other hand, remains a challenge. In this paper, we explore the design space of verifiable ledger databases along three dimensions: abstraction, threat model, and performance. We survey existing systems and identify their two limitations, namely, the lack of transaction support and the inferior efficiency. We then present GlassDB, a distributed database that addresses these limitations under a practical threat model. GlassDB inherits the verifiability of transparency logs, but supports transactions and offers high performance. It extends a ledger-like key-value store with a data structure for efficient proofs, and adds a concurrency control mechanism for transactions. GlassDB batches independent operations from concurrent transactions when updating the core data structures. In addition, we design a new benchmark for evaluating verifiable ledger databases, by extending YCSB and TPC-C benchmarks. Using this benchmark, we compare GlassDB against four baselines: reimplemented versions of three verifiable databases, and a verifiable map backed by a transparency log. Experimental results demonstrate that GlassDB is an efficient, transactional, and verifiable ledger database.
Forward citations
Cited by 4 Pith papers
-
QMDB: Quick Merkle Database
QMDB uses append-only twigs and an in-memory index to make blockchain state updates and proof generation faster, reporting up to 2.28 million updates per second, with benchmark caveats.
-
gECC: A GPU-based high-throughput framework for Elliptic Curve Cryptography
gECC batches elliptic-curve operations and reduces integer multiply-add instructions to achieve multi-fold ECDSA/ECDH throughput gains on Nvidia GPUs.
-
PoneglyphDB: Efficient Non-interactive Zero-Knowledge Proofs for Arbitrary SQL-Query Verification
A database system that uses PLONKish/Halo2 zero-knowledge circuits to prove SQL query results are correct without revealing the private database, with TPC-H experiments against ZKSQL and Libra.
-
Verifiable Manifest Signing and Transparency Enforcement for Secure MCP-Based LLM Pipelines
The paper proposes a security layer that signs, freshness-checks, policy-validates, and Merkle-logs MCP tool-use manifests before LLM execution, reporting near-linear scaling and low overhead.
Discussion (0). Continue with ORCID to comment.