iotdb icon indicating copy to clipboard operation
iotdb copied to clipboard

WAL的记录路径可以被优化

Open Beyyes opened this issue 8 years ago • 0 comments

现在WAL序列化到文件中的都是一个完整的Path,比如root.vehicle.d1.s1,其实考虑到我们是一个filenode存一个日志文件,比如set storage level为root.vehicle,那WAL的序列化的path只要为d1.s1即可。

考虑到metadata tree结构会重新设计,这条优化也可延后做?

Beyyes avatar Sep 14 '17 09:09 Beyyes