scispace - formally typeset
F

Flavio Junqueira

Researcher at Yahoo!

Publications -  73
Citations -  4376

Flavio Junqueira is an academic researcher from Yahoo!. The author has contributed to research in topics: Web search query & Cache. The author has an hindex of 29, co-authored 73 publications receiving 4104 citations. Previous affiliations of Flavio Junqueira include University of California, San Diego.

Papers
More filters
Proceedings Article

ZooKeeper: wait-free coordination for internet-scale systems

TL;DR: ZooKeeper provides a per client guarantee of FIFO execution of requests and linearizability for all requests that change the ZooKeeper state to enable the implementation of a high performance processing pipeline with read requests being satisfied by local servers.
Proceedings ArticleDOI

Zab: High-performance broadcast for primary-backup systems

TL;DR: Zab is a crash-recovery atomic broadcast algorithm designed for the ZooKeeper coordination service that guarantees that if it delivers a given state change, then all other changes it depends upon must be delivered first.
Proceedings ArticleDOI

Mencius: building efficient replicated state machines for WANs

TL;DR: This work presents a protocol for general state machine replication - a method that provides strong consistency - that has high performance in a wide-area network and low latency under low client load even under changing wide- area network environment and client load.
Proceedings ArticleDOI

The impact of caching on search engines

TL;DR: Using a query log spanning a whole year, a new algorithm is proposed for static caching of posting lists, which outperforms previous methods and can achieve higher hit rates than caching query answers.
Proceedings ArticleDOI

Challenges on Distributed Web Retrieval

TL;DR: This paper surveys and organizes recent research results, outlining the main challenges of designing a distributed Web retrieval system.