PulseExploreJournal ClubDebatesTrendingResearchersJournals
Instagram
HomeExploreJournal ClubTrending
Synapse
⌘+K
Synapse
September 17, 2025Proceedings of the VLDB Endowment0 citations

LETIndex: A Secure Learned Index with TEE

View Full Paper
SCShuting CaoZNZhongzhong NiuGLGuoliang Li

Key Points

  • LETIndex improves performance in encrypted databases by minimizing context switches and I/O overhead.
  • Experiments demonstrate LETIndex outperforms existing approaches on the SOSD benchmark.
  • The index leverages a piecewise geometric model and adaptive prefetching for efficient data handling.
  • Applying LETIndex to binary and multi-table joins shows its effectiveness in real scenarios.

Abstract

Trusted execution environment (TEE) offers a promising approach to building encrypted databases, which keep data confidential for users. However, designing an efficient index for TEE databases remains a significant challenge. Due to the limited enclave memory and system call support in enclaves, traditional indexes incur massive context switches (including enclave entry and exiting), which cause performance regression. Existing approaches, such as introducing rich execution environment (REE) buffer pools or index parameter optimization, may not alleviate these problems effectively. To address these limitations, we propose LETIndex, an efficient learned dynamic index designed for TEE databases. LETIndex adopts LSM-structured Piecewise Geometric Model (PGM) indexes and an adaptive prefetch mechanism to support lookup, range queries, and updates with significantly reduced context switches and disk I/O overhead. Experimental results show that LETIndex achieves superior performance compared to existing approaches on the SOSD benchmark. We demonstrate LETIndex with two real scenarios, binary join and multi-tale join.

Ask AI
Helpful
Bookmark
Share
View Full Paper

Cite This Study

Cao et al. (2025) studied this question.

synapsesocial.com/papers/68d45b3431b076d99fa5de3bhttps://doi.org/10.14778/3750601.3750682
Ask AI
Helpful
Bookmark
Share
View Full Paper