-
Notifications
You must be signed in to change notification settings - Fork 105
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* support table model * change default value for ENABLE_TABLE * Solve table model query errors * Solve the CSVdataReader error under the table model * Change the iotdb version number to 1.4.0.SNAPSHOT * Simplify the logic of generating tablets in table models. Change ENABLE_TABLE to IoTDB_ENABLE_TABLE. Make the function of parameters clearer. * Extract the iotdb 1.4 module. The iotdb 1.3 no longer supports the table model. The iotdb 1.4 module supports the table model. * iotdb1.3 rollback * Solve the CSVDataReader data reading exception. * Refactoring iotdb inheritance structure * drop iotdb-1.4 * Delete useless comments and parameters * Delete useless comments and parameters(2) * init * Refactoring to Strategy Pattern * Refactoring to Strategy Pattern(2) * take a look~ * take a look~ * Refactoring to Strategy Pattern(3) * The table model can generate multiple databases and tables. Devices are grouped into tables, and tables are grouped into databases. * Fix the verificationWriteMode bug * take a look~ * Fix the bug for Date value query * fix something * Refactoring to Strategy Pattern(4) * Fixed the issue in 'verificationQuery()' where the expected number of records was not equal to the actual number of records. * Restore configuration parameter default values * Remove useless comments * Add a log: device number >= table number >= group number * Add the device filter condition to the table model query statement; Add a mandatory conversion of DATE; Dual write mode supports starting a tree model and a table model; Fix table model registration failure bug. * Modify the random device selection strategy in GenerateQueryWorkLoad. * Print a log comparing two query result sets * delete a log comparing two query result sets * Modify the query statement to concatenate duplicate sensors * Code style adjustment * Modify the log level * Fix type conversion errors * Simplified configuration parameters * Improve variable names * Remove the parameters ANOTHER_IoTDB_ENABLE_TABLE and ALL_NODES_VISIBLE * Modify the deviceQueryMaxCount parameter * Remove Blank Lines * Add IoTDBUtils.java --------- Co-authored-by: liyuheng <[email protected]> Co-authored-by: OneSizeFitsQuorum <[email protected]>
- Loading branch information
1 parent
d820b00
commit 002ee2d
Showing
39 changed files
with
2,169 additions
and
1,552 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.