- 30 3月, 2022 1 次提交
-
-
由 wafwerar 提交于
-
- 28 3月, 2022 2 次提交
-
-
由 wade zhang 提交于
-
由 wade zhang 提交于
-
- 14 3月, 2022 1 次提交
-
-
由 wmmhello 提交于
-
- 12 3月, 2022 1 次提交
-
-
由 Ganlin Zhao 提交于
_qstart/_qstop/_qduration
-
- 08 3月, 2022 1 次提交
-
-
由 Ganlin Zhao 提交于
-
- 22 2月, 2022 1 次提交
-
-
由 Haojun Liao 提交于
-
- 21 2月, 2022 1 次提交
-
-
由 Alex Duan 提交于
-
- 15 2月, 2022 1 次提交
-
-
由 Haojun Liao 提交于
-
- 06 2月, 2022 1 次提交
-
-
由 Alex Duan 提交于
-
- 20 1月, 2022 1 次提交
-
-
由 wmmhello 提交于
[TD-11544]<feature>(query):the is no use to check version, because it already checked in function of rpcProcessMsgHead
-
- 14 1月, 2022 1 次提交
-
-
由 Cary Xu 提交于
[TD-11437]<feature>(connector,query,insert,other,tools,taosAdapter):add shortcutFlag to facilitate analysis of insert performance
-
- 09 1月, 2022 1 次提交
-
-
由 wmmhello 提交于
-
- 28 12月, 2021 1 次提交
-
-
由 Minglei Jin 提交于
-
- 25 12月, 2021 1 次提交
-
-
由 Alex Duan 提交于
-
- 24 12月, 2021 1 次提交
-
-
由 Cary Xu 提交于
-
- 21 12月, 2021 1 次提交
-
-
由 xywang 提交于
-
- 20 12月, 2021 2 次提交
- 17 12月, 2021 1 次提交
-
-
由 wmmhello 提交于
-
- 16 12月, 2021 1 次提交
-
-
由 xywang 提交于
-
- 03 12月, 2021 1 次提交
-
-
由 wmmhello 提交于
-
- 30 11月, 2021 1 次提交
-
-
由 wmmhello 提交于
-
- 25 11月, 2021 1 次提交
-
-
由 Yifan Hao 提交于
1. Add missing lock / unlock in profiling code. Without synchronization, the profiling code could access freed memory. 2. Remove unnecessary assert. 3. Remove unncessary if check in taosHashRemoveWithData. * Testing sample mysql: taos> create database db; Query OK, 0 of 0 row(s) in database (0.002291s) taos> use db; Query OK, 0 of 0 row(s) in database (0.000197s) taos> create table t (ts timestamp, a int); Query OK, 0 of 0 row(s) in database (0.003851s) taos> insert into t values ('2019-07-15 00:00:00', 1); Query OK, 1 of 1 row(s) in database (0.001128s) taos> insert into t values ('2019-07-15 01:00:00', 2); Query OK, 1 of 1 row(s) in database (0.000249s) taos> select * from t; ts | a | ======================================== 2019-07-15 00:00:00.000 | 1 | 2019-07-15 01:00:00.000 | 2 | Query OK, 2 row(s) in set (0.000772s) taos> drop database db; Query OK, 0 of 0 row(s) in database (0.002308s)
-
- 24 11月, 2021 1 次提交
-
-
由 Yifan Hao 提交于
1. Simplify implementation of taosHashCondTraverse 2. Complete function header comments for a few more functions * Testing Run through the sample mysql: taos> create database db; Query OK, 0 of 0 row(s) in database (0.002475s) taos> use db; Query OK, 0 of 0 row(s) in database (0.000252s) taos> create table t (ts timestamp, a int); Query OK, 0 of 0 row(s) in database (0.003588s) taos> insert into t values ('2019-07-15 00:00:00', 1); Query OK, 1 of 1 row(s) in database (0.001268s) taos> insert into t values ('2019-07-15 01:00:00', 2); Query OK, 1 of 1 row(s) in database (0.000265s) taos> select * from t; ts | a | ======================================== 2019-07-15 00:00:00.000 | 1 | 2019-07-15 01:00:00.000 | 2 | Query OK, 2 row(s) in set (0.000822s) taos> drop database db; Query OK, 0 of 0 row(s) in database (0.001711s)
-
- 22 11月, 2021 2 次提交
-
-
由 Yifan Hao 提交于
A few cleanups: 1. Move implementation details (macro definition, SHashEntry and SHashObj definition) to hash.c. Only leave relevant APIs in hash.h. 2. Complete function header comments. 3. Correct variable naming from "newSize" to "newCapacity".
-
由 Yifan Hao 提交于
A few cleanups: 1. Rename hash node "count" to "refCount" for ease of reading 2. Trailing white space removal of hash.h
-
- 03 11月, 2021 3 次提交
-
-
由 wmmhello 提交于
-
由 wmmhello 提交于
-
由 Zhiyu Yang 提交于
* [TS-498]<test>: add a test case for HttpClientPoolUtil * [TS-498]<fix>: fixed 'no sql input' bug * throw exception when httpEntity is null * [TS-498]<fix>: alter Keep Alive Time in RESTful pool Co-authored-by: Nxywang <xywang@taosdata.com>
-
- 02 11月, 2021 1 次提交
-
-
由 Zhiyu Yang 提交于
* [TS-498]<test>: add a test case for HttpClientPoolUtil * [TS-498]<fix>: fixed 'no sql input' bug * throw exception when httpEntity is null * [TS-498]<fix>: change taosd keepAlive to 30s Co-authored-by: Nxywang <xywang@taosdata.com>
-
- 01 11月, 2021 2 次提交
-
-
由 plum-lihui 提交于
-
由 Ganlin Zhao 提交于
specify child table name instead using ID in tag field.
-
- 26 10月, 2021 1 次提交
-
-
由 wmmhello 提交于
-
- 19 10月, 2021 2 次提交
- 15 10月, 2021 1 次提交
-
-
由 wmmhello 提交于
-
- 13 10月, 2021 1 次提交
-
-
由 wmmhello 提交于
-
- 09 10月, 2021 1 次提交
-
-
由 dapan1121 提交于
-
- 05 10月, 2021 1 次提交
-
-
由 Cary Xu 提交于
-