/plushcap/analysis/datastax/datastax-cfs-dsefs

From CFS to DSEFS

What's this blog post about?

The Cassandra File System (CFS) was the default distributed file system in DataStax Enterprise versions 2.0 to 5.0, designed for Hadoop and Spark workloads with temporary storage. However, it has been deprecated and replaced by the improved DataStax Enterprise File System (DSEFS), which is available as an option in DSE 5.0 and became the default distributed file system in DSE 5.1. Unlike CFS, DSEFS separates data storage from metadata storage, with metadata stored in Cassandra tables and file data stored directly on the node's local file system. This design offers several advantages, including better cache efficiency, reduced context switches, and lower connection costs. DSEFS also supports a modern, efficient, scalable, and highly available distributed file system, making it unnecessary to use CFS any longer.

Company
DataStax

Date published
May 23, 2017

Author(s)
Piotr Kołaczkowski

Word count
1128

Hacker News points
None found.

Language
English


By Matt Makai. 2021-2024.