scispace - formally typeset
L

Lin Ma

Researcher at Carnegie Mellon University

Publications -  18
Citations -  760

Lin Ma is an academic researcher from Carnegie Mellon University. The author has contributed to research in topics: Computer science & Online transaction processing. The author has an hindex of 9, co-authored 15 publications receiving 524 citations. Previous affiliations of Lin Ma include Peking University.

Papers
More filters
Proceedings Article

Self-Driving Database Management Systems.

TL;DR: The architecture of Peloton is presented, the first selfdriving DBMS, which enables new optimizations that are important for modern high-performance DBMSs, but which are not possible today because the complexity of managing these systems has surpassed the abilities of human experts.
Proceedings ArticleDOI

Query-based Workload Forecasting for Self-Driving Database Management Systems

TL;DR: This work presents a robust forecasting framework called QueryBot 5000 that allows a DBMS to predict the expected arrival rate of queries in the future based on historical data and presents a clustering-based technique for reducing the total number of forecasting models to maintain.
Proceedings ArticleDOI

Parallel subgraph listing in a large-scale graph

TL;DR: A novel parallel subgraph listing framework, named PSgL, which completely relies on the graph traversal, and avoids the explicit join operation, and proves the problem of partial subgraph instance distribution for workload balance is NP-hard, and carefully design a set of heuristic strategies.
Proceedings ArticleDOI

Reducing the Storage Overhead of Main-Memory OLTP Databases with Hybrid Indexes

TL;DR: In this paper, the authors proposed a dual-stage index architecture that achieves both space efficiency and high performance by periodically migrating entries from the first stage to the second, which uses a more compact, read-optimized data structure.
Proceedings ArticleDOI

Active Learning for ML Enhanced Database Systems

TL;DR: This paper proposes an active data collection platform, ADCP, that employs active learning (AL) to gather relevant data cost-effectively and develops a novel AL technique, Holistic Active Learner (HAL), that robustly combines multiple noisy signals for data gathering in the context of database applications.