Merge pull request #5444 from taosdata/feature/sangshuduo/TD-3192-support-tblimit-tboffset

[TD-3192] <feature>: support childtable limit and offset.
This commit is contained in:
Shuduo Sang 2021-03-15 17:52:23 +08:00 committed by GitHub
commit 60b2d7126f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 51 additions and 53 deletions

View File

@ -34,14 +34,12 @@
"super_tables": [{ "super_tables": [{
"name": "stb", "name": "stb",
"child_table_exists":"no", "child_table_exists":"no",
"childtable_count": 100, "childtable_count": 10000,
"childtable_prefix": "stb_", "childtable_prefix": "stb_",
"auto_create_table": "no", "auto_create_table": "no",
"data_source": "rand", "data_source": "rand",
"insert_mode": "taosc", "insert_mode": "taosc",
"childtable_limit": 33, "insert_rows": 100000,
"childtable_offset": 33,
"insert_rows": 1000,
"multi_thread_write_one_tbl": "no", "multi_thread_write_one_tbl": "no",
"number_of_tbl_in_one_sql": 0, "number_of_tbl_in_one_sql": 0,
"rows_per_tbl": 100, "rows_per_tbl": 100,