Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
cassandra-cli 中是否有 API(Thrift 或 Hector)或某些命令的示例来解释如何在 Cassandra 中存储小(几百 KB)文件。
我试过谷歌搜索,但找不到任何东西。
将该大小的值放在单个列中是合理的;单个列值的大小最大为 2 GiB。保持列较小的主要原因是整个值在使用时会被读入内存,因此通常最好将它们保持在几 MB 以下。