刘珍 created IOTDB-1328:
-------------------------

             Summary: Delete one row from a tsfile which produces mods file,but 
the current tsfile also produces mods file .
                 Key: IOTDB-1328
                 URL: https://issues.apache.org/jira/browse/IOTDB-1328
             Project: Apache IoTDB
          Issue Type: Bug
    Affects Versions: 0.12.0
            Reporter: 刘珍
         Attachments: image-2021-04-26-17-33-34-541.png

rel/0.12 git log:

commit 7feb9189718a8d0dcd0a3b07821ab6f03019d244
Author: wangchao316 <66939405+wangchao...@users.noreply.github.com>
Date: Thu Apr 22 18:16:48 2021 +0800

[To rel/0.12][IOTDB-1301] snappy compatible arm64 (#3047)

 

1. benchmark seq ingestion (weekly test)。

print-tsfile-sketch.sh 1619471569450-26-0-0.tsfile  获取任一tsfile中的sensor的时间范围

cli execute ,delete one row:

select s_411 from root.group_0.d_10 where time= 1543890300000;

delete from root.group_0.d_10.s_411 where time = 1543890300000 ;

select s_411 from root.group_0.d_10 where time= 1543890300000;

 

check tsfile list :

current tsfile should not produce mods file.

!image-2021-04-26-17-33-34-541.png!



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to