# NSDI 21

- [Distributed System](https://sliu583.gitbook.io/blog/conference/index/nsdi-21/distributed-system.md)
- [Fault-Tolerant Replication with Pull-Based Consensus in MongoDB](https://sliu583.gitbook.io/blog/conference/index/nsdi-21/distributed-system/fault-tolerant-replication-with-pull-based-consensus-in-mongodb.md): https://www.usenix.org/conference/nsdi21/presentation/zhou
- [Ownership: A Distributed Futures System for Fine-Grained Tasks](https://sliu583.gitbook.io/blog/conference/index/nsdi-21/distributed-system/ownership-a-distributed-futures-system-for-fine-grained-tasks.md): https://www.usenix.org/conference/nsdi21/presentation/cheng
- [Caerus: NIMBLE Task Scheduling for Serverless Analytics](https://sliu583.gitbook.io/blog/conference/index/nsdi-21/distributed-system/caerus-nimble-task-scheduling-for-serverless-analytics.md): https://www.usenix.org/conference/nsdi21/presentation/zhang-hong
- [Ship Computer or Data? Why not both?](https://sliu583.gitbook.io/blog/conference/index/nsdi-21/distributed-system/ship-computer-or-data-why-not-both.md): https://www.usenix.org/conference/nsdi21/presentation/you
- [EPaxos Revisited](https://sliu583.gitbook.io/blog/conference/index/nsdi-21/distributed-system/epaxos-revisited.md): https://www.usenix.org/conference/nsdi21/presentation/tollman
- [MilliSort and MilliQuery: Large-Scale Data-Intensive Computing in Milliseconds](https://sliu583.gitbook.io/blog/conference/index/nsdi-21/distributed-system/millisort-and-milliquery-large-scale-data-intensive-computing-in-milliseconds.md): https://www.usenix.org/conference/nsdi21/presentation/li-yilong
- [TEGRA: Efficient Ad-Hoc Analytics on Evolving Graphs](https://sliu583.gitbook.io/blog/conference/index/nsdi-21/untitled.md): https://www.usenix.org/conference/nsdi21/presentation/iyer
- [GAIA: A System for Interactive Analysis on Distributed Graphs Using a High-Level Language](https://sliu583.gitbook.io/blog/conference/index/nsdi-21/gaia-a-system-for-interactive-analysis-on-distributed-graphs-using-a-high-level-language.md): https://www.usenix.org/conference/nsdi21/presentation/qian-zhengping


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://sliu583.gitbook.io/blog/conference/index/nsdi-21.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
