scispace - formally typeset
M

Mehul A. Shah

Researcher at University of California, Berkeley

Publications -  11
Citations -  2187

Mehul A. Shah is an academic researcher from University of California, Berkeley. The author has contributed to research in topics: Dataflow & Tree (data structure). The author has an hindex of 9, co-authored 11 publications receiving 2143 citations.

Papers
More filters
Proceedings ArticleDOI

TelegraphCQ: continuous dataflow processing

TL;DR: The current version of TelegraphCQ is shown, which is implemented by leveraging the code base of the open source PostgreSQL database system, which found that a significant portion of the PostgreSQL code was easily reusable.
Proceedings ArticleDOI

Continuously adaptive continuous queries over streams

TL;DR: This work presents a continuously adaptive, continuous query (CACQ) implementation based on the eddy query processing framework that provides significant performance benefits over existing approaches to evaluating continuous queries, not only because of its adaptivity, but also because of the aggressive cross-query sharing of work and space that it enables.
Proceedings ArticleDOI

Flux: an adaptive partitioning operator for continuous query systems

TL;DR: A dataflow operator called flux is introduced that encapsulates adaptive state partitioning and dataflow routing that can be used for CQ operators under shifting processing and memory loads and can provide several factors improvement in throughput and orders of magnitude improvement in average latency over the static case.
Proceedings ArticleDOI

Highly available, fault-tolerant, parallel dataflows

TL;DR: A technique that masks failures in a cluster to provide high availability and fault-tolerance for long-running, parallelized dataflows that can use these dataflows to implement a variety of continuous query applications that require high-throughput, 24x7 operation.
Proceedings ArticleDOI

AMDB: an access method debugging tool

TL;DR: Amdb is a visual analysis, debugging and profiling tool for AMs that are written as extensions of libgist, a public-domain stand-alone C++ implementation of GiSTs, based on the GiST framework for AM construction.