Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
0.12.5-SNAPSHOT
-
None
-
None
Description
After importing the CSV file by using the -batch value parameter, entering the CLI, query the count data points multiple times, and find that the data points are not inserted in batches according to the -batch value.
step 1: start server, import csv file
bigdata.csv about 2.7G
./import-csv.sh -h 127.0.0.1 -p 6667 -u root -pw root -f ./bigdata.csv -batch 1000000
Step 2: Enter CLI, execute query
select count(s_0) from root.data.g_0.d_0
Then like this:
Attachments
Attachments
Issue Links
- is related to
-
IOTDB-2604 batch size is invalid in import-csv tool
- Closed