Commit Graph

177 Commits

Author SHA1 Message Date
4c5811f762 Opt compact row memory alloc 2024-03-07 02:45:09 +00:00
33ec292f4c fix compact row not compatible 2024-03-04 05:14:36 +00:00
6288816744 adjust compact row format && fix farm case failed 2024-02-27 12:44:28 +00:00
fb3a420c8f The ObTempBlockStore had incorrect use of the dump interface in append_block_payload, which has now been corrected. 2024-02-27 11:20:26 +00:00
690df5b287 Fix temp column store iterator vector reuse 2024-02-10 03:50:35 +00:00
8c5bdce48b revert adjust compact row format 2024-02-10 03:13:31 +00:00
0b9512c5ac adjust compact row format 2024-02-10 02:44:42 +00:00
828fb8b357 [bugfix]: shouldn't ignore sizeof(Block) while calc remain size of a block. 2024-02-10 01:42:36 +00:00
ab5422253c Fixed the issue where memory could not be reused when reading interme results 2024-02-10 00:14:28 +00:00
19d5e20cf1 Use the corresponding column fill cg
Co-authored-by: Charles0429 <xiezhenjiang@gmail.com>
Co-authored-by: Monk-Liu <1152761042@qq.com>
2024-02-09 22:21:21 +00:00
ed33b6e951 [opt]: vec_sort support truncate tmp_file. 2024-02-09 16:10:16 +00:00
ee68fd84f7 Optimize operator name with use_rich_format enabled 2024-02-09 14:05:06 +00:00
e15634314e Fix ObTempRowStore filling in uniform const format value causing crash 2024-02-09 12:49:05 +00:00
42af945db5 Fix section code REVERSE_ INULL, DIVIDE_ BY_ ZERO's problem 2024-02-09 06:37:54 +00:00
e487607c24 Fix some bug for vec2.0 2024-02-09 05:23:36 +00:00
748f33d484 Fix some hash distinct bug for vec2.0 2024-02-09 04:47:51 +00:00
19ca0ef47c Set uniform base format for trans info expr 2024-02-09 04:23:47 +00:00
acc64bfcdc Fix temp block store dump reader block failed 2024-02-08 23:40:28 +00:00
3154082c61 Adapt the new vec2.0 interface for single row calculation 2024-02-08 21:55:56 +00:00
550562e6e3 Fix vec 2.0 limit op use wrong null index 2024-02-08 19:09:40 +00:00
90b7fe53bb bugfix : json dot notation bugfix patch to master 2024-02-08 17:32:07 +00:00
fa31f40416 fix do not restore number buffer leads memory damage 2024-02-08 16:47:15 +00:00
e60ef1d45d Fix vec 2.0 hash infras ret code override 2024-02-08 15:00:05 +00:00
d5c68a0ef4 fix: fix bug of multi level batch nlj lost data bug 2024-02-08 13:42:26 +00:00
d719518631 Fix vector 2.0 case and opt temp column store from_vector 2024-02-08 10:23:00 +00:00
1dbf5325d8 Tracepoint: Add trace point to test NLJ and SPF batch rescan 2024-02-08 07:37:05 +00:00
0d0b11c0cc [FEAT MERGE] impl vectorization 2.0
Co-authored-by: oceanoverflow <oceanoverflow@gmail.com>
Co-authored-by: hezuojiao <hezuojiao@gmail.com>
Co-authored-by: Monk-Liu <1152761042@qq.com>
2024-02-08 05:32:54 +00:00
1c20161f72 [FEAT MERGE] column store ddl
Co-authored-by: simonjoylet <simonjoylet@gmail.com>
Co-authored-by: Monk-Liu <1152761042@qq.com>
Co-authored-by: renju96 <fcbrenju@163.com>
2024-02-07 23:09:02 +00:00
c699ceea48 [FEAT MERGE] Solidify session vars for functional index 2024-02-07 16:44:49 +00:00
2569072042 [CP] add serialization size check 2024-02-07 08:29:09 +00:00
933db9c2b3 Fix unused memory allocation 2024-02-07 06:38:20 +00:00
d5105f1475 Make white filter compat with former 2024-02-07 04:44:04 +00:00
e779a6e3f9 bugfix : json transform to timestamp will append time zone twice 2024-02-07 04:26:00 +00:00
c8ef409bf3 Do not report ERROR when sample rate equals 100 2024-02-06 14:49:36 +00:00
9f0a50674b Fix temp column store iterator vector reuse 2024-01-30 03:16:58 +00:00
18f9034622 revert adjust compact row format 2024-01-26 12:46:38 +00:00
718216ee0c adjust compact row format 2024-01-26 04:42:16 +00:00
ec93363fc9 [bugfix]: shouldn't ignore sizeof(Block) while calc remain size of a block. 2024-01-24 10:48:03 +00:00
2f8fa89e0c Fixed the issue where memory could not be reused when reading interme results
Co-authored-by: sdc <njucssdc@gmail.com>
2024-01-23 12:42:27 +00:00
27c9a5278f Use the corresponding column fill cg
Co-authored-by: Charles0429 <xiezhenjiang@gmail.com>
Co-authored-by: Monk-Liu <1152761042@qq.com>
2024-01-23 03:12:29 +00:00
9a25831540 [opt]: vec_sort support truncate tmp_file. 2024-01-18 06:50:09 +00:00
0bea27fc06 Optimize operator name with use_rich_format enabled 2024-01-17 08:48:37 +00:00
efc6695d43 Fix ObTempRowStore filling in uniform const format value causing crash 2024-01-16 11:43:33 +00:00
db305bcbc0 Fix section code REVERSE_ INULL, DIVIDE_ BY_ ZERO's problem 2024-01-10 10:30:07 +00:00
e77d98b14c Fix some bug for vec2.0 2024-01-10 02:44:25 +00:00
3f61aea79d Fix some hash distinct bug for vec2.0 2024-01-09 10:43:13 +00:00
1df6eda03a Set uniform base format for trans info expr 2024-01-09 07:26:44 +00:00
fe567d504b Fix temp block store dump reader block failed 2024-01-04 16:12:46 +00:00
48106fdd6a Adapt the new vec2.0 interface for single row calculation
Co-authored-by: hwx65 <1780011298@qq.com>
2024-01-04 05:42:43 +00:00
6fe86a8788 Fix vec 2.0 limit op use wrong null index 2024-01-02 10:43:20 +00:00