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.
我正在使用 Apache-IoTDB。
程序写入数据后,有时需要运行flush命令将数据刷新到磁盘中。
flush
有什么方法可以知道我在执行计划备份时是否已刷新数据?
目前还没有办法判断 memtable 中是否还有数据。但为了安全起见,您可以在flush每次计划备份之前执行此操作。