subSyncSuperMaxsql100.json 702 字节
Newer Older
haoranc's avatar
haoranc 已提交
1 2 3 4 5 6 7 8 9 10 11 12
{
    "filetype":"subscribe",
    "cfgdir": "/etc/taos",
    "host": "127.0.0.1",
    "port": 6030,
    "user": "root",
    "password": "taosdata",
    "databases": "db",
    "confirm_parameter_prompt": "no",
      "super_table_query": 
      {
       "stblname": "stb0",
haoranc's avatar
haoranc 已提交
13
       "threads":4, 
haoranc's avatar
haoranc 已提交
14 15 16 17 18 19
       "mode":"sync", 
       "interval":0, 
       "restart":"no", 
       "keepProgress":"no",
       "sqls": [
        {
20
          "sql": "select * from xxxx where ts >= '2021-02-25 10:00:00.000' ", 
haoranc's avatar
haoranc 已提交
21 22 23
          "result": "./subscribe_res2.txt"
        },
        {
24
          "sql": "select * from xxxx where ts >= '2021-02-25 10:00:00.000' ", 
haoranc's avatar
haoranc 已提交
25 26 27 28
          "result": "./subscribe_res3.txt"
        }]
      }
}