scispace - formally typeset
N

Noah Watkins

Researcher at University of California, Santa Cruz

Publications -  23
Citations -  439

Noah Watkins is an academic researcher from University of California, Santa Cruz. The author has contributed to research in topics: File system & Semantics (computer science). The author has an hindex of 7, co-authored 23 publications receiving 392 citations. Previous affiliations of Noah Watkins include Red Hat & Western Digital.

Papers
More filters
Proceedings ArticleDOI

SciHadoop: array-based query processing in Hadoop

TL;DR: This work describes the implementation of a Sci-Hadoop prototype for NetCDF data sets and quantifies the performance of five separate optimizations that address the following goals for several representative aggregate queries: reduce total data transfers, reduce remote reads, and reduce unnecessary reads.
Proceedings ArticleDOI

The Popper Convention: Making Reproducible Systems Evaluation Practical

TL;DR: This paper introduces _Popper_, a convention based on a set of modern open source software development principles for generating reproducible scientific publications that leverages existing cloud-computing infrastructure and DevOps tools to produce academic articles that are easy to validate and extend.
Proceedings Article

Flash on rails: consistent flash performance through redundancy

TL;DR: Rails is proposed, a design based on redundancy, which provides predictable performance and low latency for reads under read/write workloads by physically separating reads from writes, and achieves read-only performance while writes perform at least as well as before.
Proceedings ArticleDOI

Mantle: a programmable metadata load balancer for the ceph file system

TL;DR: A programmable storage system that lets the designer inject custom balancing logic is introduced that shows the flexibility and transparency of this approach by replicating the strategy of a state-of-the-art metadata balancer and concludes by comparing this strategy to other custom balancers on the same system.
Proceedings ArticleDOI

Malacology: A Programmable Storage System

TL;DR: This work introduces the programmable storage approach, which exposes internal services and abstractions of the storage stack as building blocks for higher-level services, and illustrates the advantages and challenges of this approach by composing existing internal abstractions into two new higher- level services.