Haojun Liao
ad0b62328c
[td-6563]
2021-09-09 15:45:32 +08:00
Haojun Liao
616f32e018
[td-6563] remove the calloc to improve the query performance.
2021-09-09 15:36:17 +08:00
Ganlin Zhao
a99abf36ab
[TD-6560]<test>: Add unit test cases for parsing OpenTSDB HTTP JSON data import format
2021-09-09 15:08:32 +08:00
Ganlin Zhao
b27bfa1dce
[TD-6560]<test>: Add unit test cases for parsing OpenTSDB HTTP JSON data import format
2021-09-09 15:07:19 +08:00
Ganlin Zhao
ca4ffac45a
[TD-6560]<test>: Add unit test cases for parsing OpenTSDB HTTP JSON data import format
2021-09-09 15:06:09 +08:00
Yicheng Hu
b25f827bd6
fix issue #7838
2021-09-09 00:18:32 -06:00
Elias Soong
bb3b0a6f93
Merge pull request #7786 from ConnorChen97/develop
...
[TD-7764]<docs>:fix windows client installation path incorrect
2021-09-09 12:55:59 +08:00
Elias Soong
ffb2c65fcb
Merge pull request #7829 from Linexl/develop
...
Modify doc
2021-09-09 12:00:21 +08:00
Ping Xiao
b47a0a8362
[ci skip] update performance test script
2021-09-09 11:52:51 +08:00
Shuduo Sang
26821d99f3
[DONT MERGE] Hotfix/sangshuduo/td 5872 taosdemo stmt improve ( #7733 )
...
* [TD-5872]<fix>: taosdemo stmt improve.
* refactor stmt functions.
* [TD-5872]<fix>: taosdemo stmt csv perf improve.
* rand func back to early impl.
* fix windows/mac compile error.
* fix empty tag sample.
* [TD-5873]<test>add stmt’performance taosdemo testcase
* add data_type enum and stmt_batch framework.
* use data type enum and fix test case limit/offset.
Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
Co-authored-by: tomchon <haoran920c@163.com>
2021-09-09 11:42:24 +08:00
Ganlin Zhao
b73549bfd6
Update docs.md
2021-09-09 11:39:31 +08:00
Hui Li
8cfea7d4e4
Merge pull request #7821 from taosdata/tomchon-patch-6
...
[TS-230]<enhance>adapte Linx os #7819
2021-09-09 10:43:02 +08:00
Ganlin Zhao
0bd06c44ba
Update docs.md
2021-09-09 10:41:43 +08:00
Haojun Liao
a4260aeb32
[td-6563]
2021-09-09 10:31:34 +08:00
Ganlin Zhao
0df9e2e17e
[TD-6560]<test>: Add unit test cases for parsing OpenTSDB HTTP JSON data import format
2021-09-09 09:22:13 +08:00
Shuduo Sang
70a6f00c9c
Feature/sangshuduo/td 5844 cmdline parameters align ( #7832 )
...
* [TD-5844]<feature>: make cmd line parameter similar.
* fix test case align with taosdemo change.
* fix windows stack overflow issue.
* fix mac compile error.
* fix taosdemo cmdline parameter in tests/pytest/tools/taosdemoAllTest/NanoTestCase/taosdemoTestSupportNanoInsert.py
* fix windows compiler options.
* make taos.exe use mysql style password input.
* make taos shell and taosdump use mysql style password input.
* determine scanf return value.
* make console echo off during password input.
* use one macro to define password length.
* fix --password. change taos shell '-z' for timezone
* fix password echo on darwin.
2021-09-09 09:20:44 +08:00
shenglian zhou
8d11d1efac
regexp:add maxRegexStringLen configuration option
2021-09-09 09:11:01 +08:00
shenglian zhou
412a24ed9b
Merge branch 'feature/szhou/regex-nmatch' of github.com:taosdata/TDengine into feature/szhou/regex-nmatch
2021-09-09 08:57:25 +08:00
shenglian zhou
546019bfa5
[TD-6561]<feature>:regexp -add nmatch relation operator
2021-09-09 08:57:05 +08:00
shenglian zhou
f94c9a937d
[TD-6145]<feature>:regexp - add match/nmatch relation operator - enhance test
2021-09-09 08:55:04 +08:00
Ganlin Zhao
200de3058e
[TD-6443]<feature>: Support OpenTSDB HTTP JSON data import format
2021-09-09 01:07:45 +08:00
Ganlin Zhao
18e52bfc3f
[TD-6443]<feature>: Support OpenTSDB HTTP JSON data import format
2021-09-08 23:51:45 +08:00
Ganlin Zhao
0601017b64
[TD-6443]<feature>: Support OpenTSDB HTTP JSON data import format
2021-09-08 23:22:17 +08:00
cerdore
fd8362222d
Merge branch 'develop' into cxs
2021-09-08 19:44:27 +08:00
Haojun Liao
7ed1aa2618
[td-6563]
2021-09-08 19:35:29 +08:00
Haojun Liao
f14fd21aa5
[td-6563]remove duplicated code.
2021-09-08 19:31:42 +08:00
Cerdore
49c2dba497
fix(docs): fix format of lowercase, and replace ‘taosc’ with 'TAOSC'
...
Signed-off-by: Cerdore <khn64@163.com>
2021-09-08 19:24:43 +08:00
Lin_X
f77155d0c0
Update docs.md
2021-09-08 19:14:50 +08:00
Elias Soong
391e5639d2
Merge pull request #7816 from RobbieDragon233/fix_docs
...
[TD-7648]<docs>:fix advice reader to configure hosts
2021-09-08 18:10:42 +08:00
shenglian zhou
a09cfdfa8b
support nmatch relation between binary/nchar tbname/tag/col and posix regular expression
2021-09-08 17:50:37 +08:00
Haojun Liao
da545a9974
[td-6563] refactor the code to improve the client-side performance.
2021-09-08 17:20:03 +08:00
Ganlin Zhao
4a72753452
[TD-6443]<feature>: Support OpenTSDB HTTP JSON data import format
2021-09-08 16:00:13 +08:00
Ganlin Zhao
7745b6b573
[TD-6443]<feature>: Support OpenTSDB HTTP JSON data import format
2021-09-08 15:36:56 +08:00
dapan1121
ab24035c2a
Merge pull request #7763 from taosdata/fix/TD-6442
...
[TD-6442]<feature>: Support OpenTSDB telnet style data import format
2021-09-08 15:28:15 +08:00
Ganlin Zhao
a329b9fc99
[TD-6443]<feature>: Support OpenTSDB HTTP JSON data import format
2021-09-08 14:10:47 +08:00
Haojun Liao
f10ef79e5e
[td-255] fix a typo.
2021-09-08 14:06:17 +08:00
Haojun Liao
267e6e0ba6
[td-255] avoid memset the allocated memory to improve the query performance.
2021-09-08 14:03:00 +08:00
Ganlin Zhao
9202a38201
[TD-6443]<feature>: Support OpenTSDB HTTP JSON data import format
2021-09-08 13:37:16 +08:00
Ganlin Zhao
65013096a3
[TD-6443]<feature>: Support OpenTSDB HTTP JSON data import format
2021-09-08 10:52:07 +08:00
Ganlin Zhao
5b90d7d2a5
[TD-6443]<feature>: Support OpenTSDB HTTP JSON data import format
2021-09-08 10:47:20 +08:00
Ganlin Zhao
336e82b4f6
[TD-6443]<feature>: Support OpenTSDB HTTP JSON data import format
2021-09-08 10:32:05 +08:00
Ganlin Zhao
f0e4dea1ca
[TD-6443]<feature>: Support OpenTSDB HTTP JSON data import format
2021-09-08 10:19:09 +08:00
Ganlin Zhao
31b3e489c1
[TD-6443]<feature>: Support OpenTSDB HTTP JSON data import format
2021-09-08 10:15:51 +08:00
haoranchen
b2d50d1164
[TS-230]<enhance>adapte Linx os #7819
2021-09-08 10:15:45 +08:00
Linhe Huo
3aab4b024f
[TD-6535]<fix>: force cleanup tscCache to close tsc timer, which will cause segmentfault ( #7818 )
...
* [TD-6535]<fix>: force cleanup tscCache to close tsc timer, which will cause segmentfault
* [TD-6543]<doc>: document support compile with dotnet sdk
2021-09-08 10:15:04 +08:00
Ganlin Zhao
534f64f128
[TD-6443]<feature>: Support OpenTSDB HTTP JSON data import format
2021-09-08 10:03:38 +08:00
Ganlin Zhao
480c621f7b
[TD-6443]<feature>: Support OpenTSDB HTTP JSON data import format
2021-09-08 10:03:04 +08:00
Hui Li
50c9164baa
Merge pull request #7820 from taosdata/revert-7743-nanosupport_TestCase_for_connectors
...
Revert "[TD-5661]<test>: let the case running on CI for nano support for all connector"
2021-09-08 09:19:01 +08:00
dapan1121
3cb3a58087
Merge pull request #7784 from taosdata/fix/TD-6217
...
[TD-6217]<fix>: fixed memory leak that caused by invalid http requests
2021-09-08 08:21:36 +08:00
Yiqing Liu
cce7d18409
Revert "[TD-5661]<test>: let the case running on CI for nano support for all connector"
2021-09-08 07:54:46 +08:00