作者热门文章
- Java 双重比较
- java - 比较器与 Apache BeanComparator
- Objective-C 完成 block 导致额外的方法调用?
- database - RESTful URI 是否应该公开数据库主键?
阅读 this somewhat old page about Cassandra 1.1 features ,似乎可以将表配置为转到某个存储介质。在尝试搜索文档后,我找不到任何关于它的信息。
Cassandra 的存储配置应该如何支持这种设置?
非常感谢!
最佳答案
Cassandra 1.1 and later releases provide fine-grained control of table storage on disk, writing tables to disk
using separate table directories within each keyspace directory. Data files are stored using this directory
and file naming format:
/var/lib/cassandra/data/ks1/cf1/ks1-cf1-hc-1-Data.db
The new file name format includes the keyspace name to distinguish which keyspace and table the file
contains when streaming or bulk loading data. Cassandra creates a subdirectory for each table, which
allows you to symlink a table to a chosen physical drive or data volume. This provides the capability to
move very active tables to faster media, such as SSD’s for better performance, and also divvy up tables
across all attached storage devices for better I/O balance at the storage layer.
有了这个,希望你能明白他们的意思。您应创建指向将包含媒体或任何其他数据的表的符号链接(symbolic link)。由于 cassandra 以特定方式存储所有列族信息,这是可以预测的。这有助于这种用法。
关于database - 如何将不同的 Cassandra 表存储在不同的存储介质上?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/22992666/
是否可以转换图片库、照片 slider 、图像插件符合(HTML、CSS、Javascript/jQuery)为.Swf格式?还是在其他“非浏览器”媒体中? 最佳答案 我认为将它转换为 Flash 并
我是一名优秀的程序员,十分优秀!