Aerospike 以压缩格式存储数据
Aerospike Store Data in Compressed Format
Aerospike 是否内置了对数据压缩的支持?
如果不是,以压缩格式存储 bin 值是否有任何负面影响?
目前没有此类内置支持。我不认为以压缩格式存储 bin 有任何特定的副作用。
如果这是包含单个 blob 的单个 bin,请考虑将命名空间配置为 single-bin true
。
更新
截至 2018 年 12 月 13 日,Aerospike 企业版 4.5 中有一个内置的压缩功能:
https://www.aerospike.com/blog/aerospike-4-5-persistent-memory-compression/
Aerospike 是否内置了对数据压缩的支持?
如果不是,以压缩格式存储 bin 值是否有任何负面影响?
目前没有此类内置支持。我不认为以压缩格式存储 bin 有任何特定的副作用。
如果这是包含单个 blob 的单个 bin,请考虑将命名空间配置为 single-bin true
。
更新 截至 2018 年 12 月 13 日,Aerospike 企业版 4.5 中有一个内置的压缩功能: https://www.aerospike.com/blog/aerospike-4-5-persistent-memory-compression/