scispace - formally typeset
K

Kaushik Veeraraghavan

Researcher at Facebook

Publications -  36
Citations -  1713

Kaushik Veeraraghavan is an academic researcher from Facebook. The author has contributed to research in topics: File system & Overhead (computing). The author has an hindex of 16, co-authored 31 publications receiving 1476 citations. Previous affiliations of Kaushik Veeraraghavan include Microsoft & University of Michigan.

Papers
More filters
Proceedings ArticleDOI

Virtualized in-cloud security services for mobile devices

TL;DR: This paper proposes a new model whereby mobile antivirus functionality is moved to an off-device network service employing multiple virtualized malware detection engines, and demonstrates how the in-cloud model enhances mobile security and reduces on-device software complexity, while allowing for new services such as platform-specific behavioral analysis engines.
Journal ArticleDOI

Gorilla: a fast, scalable, in-memory time series database

TL;DR: Gorilla, Facebook's in-memory TSDB, is introduced and insight is that users of monitoring systems do not place much emphasis on individual data points but rather on aggregate analysis, and recent data points are of much higher value than older points to quickly detect and diagnose the root cause of an ongoing problem.
Proceedings ArticleDOI

Rethink the sync

TL;DR: This work introduces external synchrony, a new model for local file I/O that provides the reliability and simplicity of synchronous I/o, yet also closely approximates the performance of asynchronous I/ O.
Proceedings ArticleDOI

DoublePlay: parallelizing sequential logging and replay

TL;DR: The key insight is that one can use the simpler and faster mechanisms of single-processor record and replay, yet still achieve the scalability offered by multiple cores, by using an additional execution to parallelize the record and Replay of an application.
Journal ArticleDOI

Respec: efficient online multiprocessor replayvia speculation and external determinism

TL;DR: It is shown that the combination of these two techniques results in low recording and replay overhead for the common case of data-race-free execution intervals and still ensures correct replay for execution intervals that have data races.