Commit Graph

18505 Commits

Author SHA1 Message Date
Ganlin Zhao 9cd910b96f [TD-6233]<enhance>: make column compression threshold user configurable 2021-08-19 23:50:50 +08:00
Ganlin Zhao 63223c59c0 [TD-6233]<enhance>: make column compression threshold user configurable 2021-08-19 23:45:08 +08:00
Ganlin Zhao bb28e3a5f8 [TD-6233]<enhance>: make column compression threshold user configurable 2021-08-19 23:43:02 +08:00
Shuduo Sang e9c28a6307
Feature/sangshuduo/td 5844 cmdline parameters align (#7458)
* [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
2021-08-19 23:34:47 +08:00
卡比卡比 7019c8f333
Update docs.md 2021-08-19 21:31:12 +08:00
卡比卡比 f786c609bb
Update docs.md 2021-08-19 21:30:04 +08:00
Shuduo Sang 411543694b
Hotfix/sangshuduo/td 5136 taosdemo rework for master (#7473)
* cherry pick from develop branch.

* [TD-5136]<feature>: taosdemo simulate real senario.

* update test case according to taosdemo change

* adjust range of semi-random data.

* make demo mode use different tag name and value.

* change malloc to calloc for pid allocation.

* fix typo.

* fix binary length default value and group id logic.

* fix help msg.

Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-08-19 21:29:52 +08:00
Shuduo Sang 3e64ce5c2d
Feature/sangshuduo/td 5136 taosdemo rework (#7472)
* [TD-5136]<feature>: taosdemo simulate real senario.

* update test case according to taosdemo change

* adjust range of semi-random data.

* make demo mode use different tag name and value.

* change malloc to calloc for pid allocation.

* fix typo.

* fix binary length default value and group id logic.

* fix help msg.

Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-08-19 21:29:36 +08:00
wangmm0220 7c7f89a3eb [TD-6228]<hotfix> fix tag condtion is too long error 2021-08-19 21:04:04 +08:00
Shuduo Sang 99d8d0333a
[TD-6219]<fix>: remove few taosdemo macros. (#7468) 2021-08-19 18:53:53 +08:00
wangmm0220 d837e47cb6 [TD-6228]<hotfix> fix tag condtion is too long error 2021-08-19 18:47:37 +08:00
wangmm0220 0afe768d76 [TD-6228]<hotfix> fix tag condtion is too long error 2021-08-19 18:20:57 +08:00
Haojun Liao b0b3810ffb [td-6229] Send the query request in parallel if the number of subquery exceeds the threshold. 2021-08-19 18:02:55 +08:00
wangmm0220 dcb822e00c [TD-6046]<fix> fix ts top/bottom index error when using order by 2021-08-19 17:28:27 +08:00
Elias Soong 7f9eca2a19 [TD-2639] <docs>: fix typo in parameters. 2021-08-19 17:02:48 +08:00
liuyq-617 e09367b01e [TD-6209]<test>add case for TD-6027 2021-08-19 16:47:32 +08:00
Haojun Liao 4c2e4f2930
Merge pull request #7463 from taosdata/feature/query
Feature/query
2021-08-19 16:22:17 +08:00
lichuang 23cbcdd0b6 [TD-4352]<feature>fix bug:save new file content in new meta cache 2021-08-19 15:11:11 +08:00
Hongze Cheng 619d9712c6
Merge pull request #7460 from taosdata/enhance/TD-6184-D
[TD-6184]<enhance>: optimize insert from imported file
2021-08-19 15:04:57 +08:00
Liu Jicong 909e57325a [TD-6207]<fix>: fix altering schema too much corrupting meta file 2021-08-19 14:24:54 +08:00
Liu Jicong b6b5c03744 small fix 2021-08-19 14:24:54 +08:00
Hongze Cheng 4e26eb3772
Merge pull request #7452 from taosdata/hotfix/TD-6207
fix: fix altering schema  too much corrupting meta file
2021-08-19 14:24:14 +08:00
Ping Xiao e914a0e83f [ci skip] update scirpt for csv generator 2021-08-19 14:20:24 +08:00
liuyq-617 a46727f325 [TD-6209]<test>add case for TD-6027 2021-08-19 14:18:18 +08:00
Ping Xiao eb4e906737 [ci skip] update scirpt for csv generator 2021-08-19 14:13:17 +08:00
Elias Soong 49925cccf0
Merge pull request #7462 from taosdata/zyyang-taosdata-patch-1
Update docs.md
2021-08-19 14:05:35 +08:00
Zhiyu Yang a9aaa1c099
add jdbc driver’s compatibility description
add jdbc driver’s compatibility description
2021-08-19 14:03:55 +08:00
Zhiyu Yang 895bbd9aab
Update docs.md
suggest use taos-jdbcdriver-2.0.34
2021-08-19 13:46:11 +08:00
Shengliang Guan 373a275b15 Merge remote-tracking branch 'origin/master' into feature/d1 2021-08-19 13:19:21 +08:00
Shengliang Guan d363faa754
Merge pull request #7455 from taosdata/feature/cenc
merge from cenc into master
2021-08-19 13:17:10 +08:00
shenglian zhou 1dd7d1bf87 Merge branch 'hotfix/td-6155' of github.com:taosdata/TDengine into hotfix/td-6155 2021-08-19 13:08:49 +08:00
shenglian zhou f56a0d810d [TD-6155]<fix>:leave free tag expr at the end of sql parsing 2021-08-19 13:08:22 +08:00
shenglian zhou 8104f47d79 [TD-6155]<fix>:leave free tag expr at the end of sql parsing 2021-08-19 13:03:11 +08:00
Cary Xu 021fc6af21 [TD-6184]<enhance>: optimize insert from imported file 2021-08-19 13:02:34 +08:00
Elias Soong 2273e8e8a1
Merge pull request #7459 from taosdata/docs/Update-Latest-Feature
[TD-4181] <docs>: move intro part to be the beginning of Java doc.
2021-08-19 12:44:12 +08:00
Elias Soong a17b3c9101 [TD-4181] <docs>: move intro part to be the beginning of Java doc. 2021-08-19 12:43:39 +08:00
Hongze Cheng 0f638dd642
Merge pull request #7449 from taosdata/enhance/TD-6184
[TD-6184]<enhance>: optimize insert from imported file
2021-08-19 11:49:46 +08:00
Haojun Liao ac3208736b [td-6216] add the removed code segment back. 2021-08-19 11:25:33 +08:00
Elias Soong a683e0d028
Merge pull request #7457 from taosdata/docs/Update-Latest-Feature
[TD-6174] <docs>: remove links to Chinese pages in English "doc/getti…
2021-08-19 11:14:20 +08:00
Haojun Liao 5585b4be87 [td-6216] remove the unused code segment. 2021-08-19 11:13:29 +08:00
Elias Soong f0280f424f [TD-6174] <docs>: remove links to Chinese pages in English "doc/getting-started". 2021-08-19 11:13:27 +08:00
lichuang 2d464964e0 Merge branch 'develop' into feature/TD-4352 2021-08-19 11:10:44 +08:00
lichuang a1ac1c6348 [TD-4352]<feature>refactor code,use meta-ver instead of tmp file 2021-08-19 11:10:10 +08:00
Haojun Liao a9ba061cd8 [td-6216] Send the client query requests in parallel. 2021-08-19 11:00:04 +08:00
Shengliang Guan 9f0eb43164 add topicBianryLen config parameters for cenc 2021-08-19 10:57:23 +08:00
Shengliang Guan 3e6b99fa8a
Merge pull request #7454 from taosdata/feature/cenc
Feature/cenc
2021-08-19 10:51:56 +08:00
Shengliang Guan 9d9d946073 Merge from master 2021-08-19 10:45:31 +08:00
Shengliang Guan ea0a43f54e Merge from master into develop 2021-08-19 10:42:42 +08:00
Liu Jicong 22d3dda4b5 fix: init problem 2021-08-19 10:42:28 +08:00
tomchon 13723b04b8 change version number 2021-08-19 10:30:02 +08:00