Commit Graph

39165 Commits

Author SHA1 Message Date
Haojun Liao 4322f59a22 fix(query): fix bug in descending order scan in lastblock. 2022-08-22 14:28:13 +08:00
Haojun Liao e61ee31de6 refactor(query): do some internal refactor. 2022-08-22 13:26:09 +08:00
Haojun Liao 530c775d97 refactor(query): do some internal refactor. 2022-08-22 11:57:10 +08:00
Haojun Liao e4881423b8 fix(query): add one more condition check when merge file block and last block. 2022-08-22 11:09:12 +08:00
Haojun Liao f029df4876 fix(query): reset index when moving to next file. 2022-08-21 22:17:12 +08:00
Haojun Liao a7ba94939a fix(query): set init value for current last block index. 2022-08-21 22:02:01 +08:00
Haojun Liao 4879ae3d68 refactor(query): optimize load last block. 2022-08-21 21:36:15 +08:00
Haojun Liao 98a6f36cc2
Merge pull request #16256 from taosdata/refact/tsdb_last
refactor: refactor the last file structure, as well as the related write and read procedure.
2022-08-21 20:55:23 +08:00
Haojun Liao 29a1245be4 fix(query): use the separate last block delete index. 2022-08-21 20:15:53 +08:00
Jeff Tao 774c86d44a
Update index.md 2022-08-21 19:14:38 +08:00
Jeff Tao 9a85b8011a
Update index.md 2022-08-21 19:12:34 +08:00
Haojun Liao 7904686915 fix(query): support delete in last 2022-08-21 18:59:21 +08:00
Jeff Tao 8b4b9f3967
Update index.mdx 2022-08-21 18:58:28 +08:00
Jeff Tao e68788b646
Update 01-index.md 2022-08-21 18:36:09 +08:00
Jeff Tao 319a2c040f
Update 01-index.md 2022-08-21 18:35:38 +08:00
Jeff Tao c39152ed86
Update index.md 2022-08-21 18:30:06 +08:00
Haojun Liao 2087375967 Merge branch 'refact/tsdb_last' of github.com:taosdata/tdengine into refact/tsdb_last 2022-08-21 15:59:08 +08:00
Haojun Liao d305e975c4 fix(query): remove printf. 2022-08-21 15:56:46 +08:00
Haojun Liao fe918b3f69 fix(query): set correct column data. 2022-08-21 15:56:06 +08:00
Hongze Cheng 470c774f54 fix: alter table schema 2022-08-21 15:05:56 +08:00
Hongze Cheng 5324889c52 fix: sma file corrupt 2022-08-21 11:26:20 +08:00
Haojun Liao 38b30d071e fix(query): fix errors. 2022-08-21 00:02:43 +08:00
Haojun Liao aca09788ea Merge branch 'refact/tsdb_last' of github.com:taosdata/tdengine into refact/tsdb_last 2022-08-20 23:27:42 +08:00
Haojun Liao 5a1ba3d016 fix(query): increase the output buffer size. 2022-08-20 23:26:58 +08:00
Hongze Cheng 16d28b8a39 fix: a bug 2022-08-20 22:24:07 +08:00
Hongze Cheng c3ec89c3cb fix a coredump 2022-08-20 21:18:12 +08:00
Hongze Cheng b1d2285b05 Merge branch '3.0' of https://github.com/taosdata/TDengine into refact/tsdb_last 2022-08-20 20:49:44 +08:00
Haojun Liao 6d8a70ebf6 fix(query): remove invalid free. 2022-08-20 20:22:39 +08:00
Haojun Liao 03879752a1 fix(query): fix syntax error on the darwin platform. 2022-08-20 19:17:17 +08:00
Haojun Liao df0d6f1823 fix(query): fix memory leak. 2022-08-20 19:05:55 +08:00
Haojun Liao 0dfd032068 fix(query): reset block data when no blocks are available. 2022-08-20 16:57:44 +08:00
Haojun Liao 09ffcd2e13 fix(query): fix bug in tsdbread 2022-08-20 12:41:58 +08:00
Haojun Liao 515e8d36b0 fix(query): fix bug in merge buffer data and last block. 2022-08-20 11:14:00 +08:00
Shengliang Guan 348079ea86
Merge pull request #16255 from taosdata/fix/dnode
test: restore case
2022-08-19 22:45:55 +08:00
Hongze Cheng 5e4b7bf9bd more code 2022-08-19 22:29:46 +08:00
Shengliang Guan d3d0d88cdd test: restore case 2022-08-19 22:05:33 +08:00
Hongze Cheng 831d7dafca more code 2022-08-19 21:56:37 +08:00
Hongze Cheng 67d45c6b62 Merge branch '3.0' of https://github.com/taosdata/TDengine into refact/tsdb_last 2022-08-19 21:54:48 +08:00
Hongze Cheng 94b97c4da4 more code 2022-08-19 21:42:14 +08:00
Shengliang Guan 08b7684cb2
Merge pull request #16249 from taosdata/fix/TD-18462
fix(query): fix "n","y" time unit parsing does not return error
2022-08-19 21:24:42 +08:00
Shengliang Guan 6352ba618b
Merge pull request #16254 from taosdata/fix/TD-18428
fix: wait pPageH to complete initialization
2022-08-19 21:17:12 +08:00
Shengliang Guan 83db6fbc7f
Merge pull request #16239 from taosdata/fix/ZhiqiangWang/TD-18448-fix-flashing-black-console-error
os: fix flashing black console error
2022-08-19 21:16:38 +08:00
Hongze Cheng de97c9253a make it compile 2022-08-19 20:53:19 +08:00
Hui Li d0e0c222ba
Merge pull request #16251 from taosdata/feature/stream
refactor(stream): optimize interval
2022-08-19 20:48:28 +08:00
Hui Li 85af958d08
Merge pull request #16252 from taosdata/szhou/fixbugs
fix: check tag when it is not regular table
2022-08-19 20:48:05 +08:00
Hongze Cheng 98bc07bb2a Merge branch '3.0' of https://github.com/taosdata/TDengine into refact/tsdb_last 2022-08-19 20:26:32 +08:00
Minglei Jin 0338530544 fix: wait pPageH to complete initialization 2022-08-19 19:40:21 +08:00
Hongze Cheng 4acc76b7c5 adjust more code 2022-08-19 18:35:09 +08:00
Ganlin Zhao 02055c4a90 fix error msg 2022-08-19 18:16:46 +08:00
Ganlin Zhao 0993843c81 fix(query): fix "n","y" time unit parsing does not return error 2022-08-19 18:13:01 +08:00