Tencent / Tendis

Tendis is a high-performance distributed storage system fully compatible with the Redis protocol.
http://tendis.cn
Other
2.87k stars 317 forks source link

关于将相同的key-value多次写入tendis的问题 #189

Closed masayil closed 2 years ago

masayil commented 2 years ago

169 中提到将相同的key-value多次写入tendis磁盘的占用会增加。目前我是只能通过reshape命令进行清理吗?在执行命令的过程中当前节点可以进行读写操作吗?在集群模式中整个操作流程是怎样的?

raffertyyu commented 2 years ago

可以,reshape不阻塞读写,底层就是对所有key进行compact