iotdb
iotdb copied to clipboard
[To rel/0.13][IOTDB-2525] Modify last cache value mechanism
Issue Currently, if a time series has no data written before, the last cache will be null, which we still need to read the disk.
Solution Add a EmptyLastCacheContainer class to indicate that this timeseries has no data.