> For the complete documentation index, see [llms.txt](https://sliu583.gitbook.io/blog/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://sliu583.gitbook.io/blog/conference/index/nsdi-21/distributed-system.md).

# Distributed System

- [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


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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/distributed-system.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.
