scispace - formally typeset
L

Lixiang Ao

Researcher at University of California, San Diego

Publications -  14
Citations -  222

Lixiang Ao is an academic researcher from University of California, San Diego. The author has contributed to research in topics: Metadata & Computer science. The author has an hindex of 6, co-authored 11 publications receiving 131 citations. Previous affiliations of Lixiang Ao include University of Electronic Science and Technology of China.

Papers
More filters
Proceedings ArticleDOI

Sprocket: A Serverless Video Processing Framework

TL;DR: This paper describes the design and implementation of the Sprocket system on the AWS Lambda serverless cloud infrastructure, and evaluates Sprocket under a variety of conditions to show that it delivers its performance goals of high parallelism, low latency, and low cost.
Proceedings ArticleDOI

Particle: ephemeral endpoints for serverless networking

TL;DR: Particle is developed, a network stack tailored for multi-node serverless overlay networks that optimizes network creation without sacrificing multi-tenancy, generality, or throughput in short-lived serverless environments.
Proceedings ArticleDOI

BOLAS: Bipartite-Graph Oriented Locality-Aware Scheduling for MapReduce Tasks

TL;DR: BOLAS, a MapReducetask scheduling algorithm, which models the scheduling processes a bipartite-graph matching problem trying best to assign data block to the nearest task can achieve a high degree of data locality, guarantee minimal data transfer during execution, and reduces a job's makespan subsequently.
Proceedings ArticleDOI

Replichard: Towards Tradeoff between Consistency and Performance for Metadata

TL;DR: Replichard provides metadata services through a cluster of metadata servers, in which a flexible consistency scheme is adopted: strict consistency for non-idempotent operations with dynamic write-lock sharding, and relaxed consistency with accuracy estimations of return values where consistency for idempotent requests is relaxed to achieve high throughput.
Proceedings ArticleDOI

Partitioner: A Distributed HDFS Metadata Server Cluster

TL;DR: Partitioner is designed and implemented, a distributed HDFS metadata server cluster, which can unite multiple Name Nodes and provide single unique namespace for clients, resulting in improved scalability and availability of the distributed file system.