doc: add retry option for taosdump
This commit is contained in:
parent
57a0fdcaa4
commit
4d2b7a466f
|
@ -104,6 +104,13 @@ Usage: taosdump [OPTION...] dbname [tbname ...]
|
||||||
the table name.(Version 2.5.3)
|
the table name.(Version 2.5.3)
|
||||||
-T, --thread-num=THREAD_NUM Number of thread for dump in file. Default is
|
-T, --thread-num=THREAD_NUM Number of thread for dump in file. Default is
|
||||||
8.
|
8.
|
||||||
|
-W, --rename=RENAME-LIST Rename database name with new name during
|
||||||
|
importing data. RENAME-LIST:
|
||||||
|
"db1=newDB1|db2=newDB2" means rename db1 to newDB1
|
||||||
|
and rename db2 to newDB2 (Version 2.5.4)
|
||||||
|
-k, --retry-count=VALUE Set the number of retry attempts for connection or
|
||||||
|
query failures
|
||||||
|
-z, --retry-sleep-ms=VALUE retry interval sleep time, unit ms
|
||||||
-C, --cloud=CLOUD_DSN specify a DSN to access TDengine cloud service
|
-C, --cloud=CLOUD_DSN specify a DSN to access TDengine cloud service
|
||||||
-R, --restful Use RESTful interface to connect TDengine
|
-R, --restful Use RESTful interface to connect TDengine
|
||||||
-t, --timeout=SECONDS The timeout seconds for websocket to interact.
|
-t, --timeout=SECONDS The timeout seconds for websocket to interact.
|
||||||
|
@ -111,10 +118,6 @@ Usage: taosdump [OPTION...] dbname [tbname ...]
|
||||||
-?, --help Give this help list
|
-?, --help Give this help list
|
||||||
--usage Give a short usage message
|
--usage Give a short usage message
|
||||||
-V, --version Print program version
|
-V, --version Print program version
|
||||||
-W, --rename=RENAME-LIST Rename database name with new name during
|
|
||||||
importing data. RENAME-LIST:
|
|
||||||
"db1=newDB1|db2=newDB2" means rename db1 to newDB1
|
|
||||||
and rename db2 to newDB2 (Version 2.5.4)
|
|
||||||
|
|
||||||
Mandatory or optional arguments to long options are also mandatory or optional
|
Mandatory or optional arguments to long options are also mandatory or optional
|
||||||
for any corresponding short options.
|
for any corresponding short options.
|
||||||
|
|
|
@ -103,6 +103,13 @@ Usage: taosdump [OPTION...] dbname [tbname ...]
|
||||||
the table name.(Version 2.5.3)
|
the table name.(Version 2.5.3)
|
||||||
-T, --thread-num=THREAD_NUM Number of thread for dump in file. Default is
|
-T, --thread-num=THREAD_NUM Number of thread for dump in file. Default is
|
||||||
8.
|
8.
|
||||||
|
-W, --rename=RENAME-LIST Rename database name with new name during
|
||||||
|
importing data. RENAME-LIST:
|
||||||
|
"db1=newDB1|db2=newDB2" means rename db1 to newDB1
|
||||||
|
and rename db2 to newDB2 (Version 2.5.4)
|
||||||
|
-k, --retry-count=VALUE Set the number of retry attempts for connection or
|
||||||
|
query failures
|
||||||
|
-z, --retry-sleep-ms=VALUE retry interval sleep time, unit ms
|
||||||
-C, --cloud=CLOUD_DSN specify a DSN to access TDengine cloud service
|
-C, --cloud=CLOUD_DSN specify a DSN to access TDengine cloud service
|
||||||
-R, --restful Use RESTful interface to connect TDengine
|
-R, --restful Use RESTful interface to connect TDengine
|
||||||
-t, --timeout=SECONDS The timeout seconds for websocket to interact.
|
-t, --timeout=SECONDS The timeout seconds for websocket to interact.
|
||||||
|
@ -110,10 +117,6 @@ Usage: taosdump [OPTION...] dbname [tbname ...]
|
||||||
-?, --help Give this help list
|
-?, --help Give this help list
|
||||||
--usage Give a short usage message
|
--usage Give a short usage message
|
||||||
-V, --version Print program version
|
-V, --version Print program version
|
||||||
-W, --rename=RENAME-LIST Rename database name with new name during
|
|
||||||
importing data. RENAME-LIST:
|
|
||||||
"db1=newDB1|db2=newDB2" means rename db1 to newDB1
|
|
||||||
and rename db2 to newDB2 (Version 2.5.4)
|
|
||||||
|
|
||||||
Mandatory or optional arguments to long options are also mandatory or optional
|
Mandatory or optional arguments to long options are also mandatory or optional
|
||||||
for any corresponding short options.
|
for any corresponding short options.
|
||||||
|
|
Loading…
Reference in New Issue