Cassandra文件系统如何与平台文件系统交互

编程入门 行业动态 更新时间:2024-10-22 10:49:12
本文介绍了Cassandra文件系统如何与平台文件系统交互的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述

我正在研究NoSql。我发现两个数据库与实现所需的数据库接近。

I am doing research regarding NoSql. I have found two DBs that are close to what I require for implementation.

只是想知道这些Nosql的文件系统如何与Windows / Linux文件系统交互?

just wondering how the file system of these Nosql interacts with Windows/Linux file system?

Cassandra使用Cassandra文件系统,是否是在JRE / JDK的帮助下与平台文件系统交互的虚拟文件系统?

for instance, Cassandra uses Cassandra file system, so is it the case that it is a virtual file system that with help of JRE/JDK, it interacts with the platform file system?

推荐答案

使用Cassandra实际上不需要Cassandra文件系统。 CFS仅随DataStax Enterprise一起提供,而在Apache Cassandra中不可用。它不是必需的,也不以任何方式集成到正常的Cassandra操作中。

The Cassandra File System is actually not required to use Cassandra. CFS only comes with DataStax Enterprise and isn't available in Apache Cassandra. It is not required or integrated in any way into normal Cassandra operations.

CFS是与HDFS兼容的文件系统,可与批处理分析软件一起使用。它实现为一组C *表,但最终将表示为磁盘数据。因为它是一组C *表,所以它将在您的群集中分布,并充当分布式容错文件系统。

CFS was built as a HDFS compatible filesystem for use with batch analytics software. It is implemented as a set of C* tables but will eventually be represented as on disk data. Because it is a set of C* tables it will be distributed about your cluster and act as a distributed fault tolerant filesystem.

更多推荐

Cassandra文件系统如何与平台文件系统交互

本文发布于:2023-05-28 06:55:00,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/315100.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:文件系统   平台   Cassandra

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!