TY - GEN
T1 - Authenticated key-value stores with hardware enclaves
AU - Li, Kai
AU - Tang, Yuzhe
AU - Zhang, Qi
AU - Xu, Jianliang
AU - Chen, Ju
N1 - Publisher Copyright:
© 2021 ACM.
PY - 2021/12/6
Y1 - 2021/12/6
N2 - Authenticated data storage on an untrusted platform is an important computing paradigm for cloud applications ranging from data outsourcing, to cryptocurrency and general transparency logs. These modern applications increasingly feature update-intensive workloads, whereas existing authenticated data structures (ADSs) designed with in-place updates are inefficient to handle such workloads. This work addresses the issue and presents a novel authenticated log-structured merge tree (eLSM) based key-value store built on Intel SGX. We present a system design that runs the code of eLSM store inside enclave. To circumvent the limited enclave memory (128 MB with the latest Intel CPUs), we propose to place the memory buffer of the eLSM store outside the enclave and protect the buffer using a new authenticated data structure by digesting individual LSM-tree levels. We design protocols to support data integrity, (range) query completeness, and freshness. Our protocol causes small proofs by including the Merkle proofs at selected levels. We implement eLSM on top of Google LevelDB and Facebook RocksDB with minimal code change and performance interference. We evaluate the performance of eLSM under the YCSB workload benchmark and show a performance advantage of up to 4.5X speedup.
AB - Authenticated data storage on an untrusted platform is an important computing paradigm for cloud applications ranging from data outsourcing, to cryptocurrency and general transparency logs. These modern applications increasingly feature update-intensive workloads, whereas existing authenticated data structures (ADSs) designed with in-place updates are inefficient to handle such workloads. This work addresses the issue and presents a novel authenticated log-structured merge tree (eLSM) based key-value store built on Intel SGX. We present a system design that runs the code of eLSM store inside enclave. To circumvent the limited enclave memory (128 MB with the latest Intel CPUs), we propose to place the memory buffer of the eLSM store outside the enclave and protect the buffer using a new authenticated data structure by digesting individual LSM-tree levels. We design protocols to support data integrity, (range) query completeness, and freshness. Our protocol causes small proofs by including the Merkle proofs at selected levels. We implement eLSM on top of Google LevelDB and Facebook RocksDB with minimal code change and performance interference. We evaluate the performance of eLSM under the YCSB workload benchmark and show a performance advantage of up to 4.5X speedup.
KW - data integrity
KW - enclave
KW - key-value stores
KW - LSM trees
KW - query authentication
KW - SGX
KW - storage consistency
UR - https://www.scopus.com/pages/publications/85121471601
UR - https://www.scopus.com/pages/publications/85121471601#tab=citedBy
U2 - 10.1145/3491084.3491425
DO - 10.1145/3491084.3491425
M3 - Conference contribution
AN - SCOPUS:85121471601
T3 - Middleware 2021 Industry Track - Proceedings of the 2021 International Middleware Conference Industrial Track
SP - 1
EP - 8
BT - Middleware 2021 Industry Track - Proceedings of the 2021 International Middleware Conference Industrial Track
T2 - 22nd International Middleware Conference, Middleware 2021
Y2 - 6 December 2021 through 10 December 2021
ER -