Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 555 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 555 Bytes

tachyon-rdma

Tachyon is a memory-centric distributed file system enabling reliable file sharing at memory-speed across cluster frameworks, such as Spark and MapReduce. It achieves high performance by leveraging lineage information and using memory aggressively. Tachyon caches working set files in memory, thereby avoiding going to disk to load datasets that are frequently read. This enables different jobs/queries and frameworks to access cached files at memory speed.

The project is a variant of the Tachyon which transmit data by RDMA.