Re: [PR] [fix](inverted index) Fix the two-stage merge error issue in time_series [doris]
github-actions[bot] closed pull request #49790: [fix](inverted index) Fix the two-stage merge error issue in time_series URL: https://github.com/apache/doris/pull/49790 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] - To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
Re: [PR] [fix](inverted index) Fix the two-stage merge error issue in time_series [doris]
github-actions[bot] commented on PR #49790: URL: https://github.com/apache/doris/pull/49790#issuecomment-3549991446 We're closing this PR because it hasn't been updated in a while. This isn't a judgement on the merit of the PR in any way. It's just a way of keeping the PR queue manageable. If you'd like to revive this PR, please reopen it and feel free a maintainer to remove the Stale tag! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] - To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
Re: [PR] [fix](inverted index) Fix the two-stage merge error issue in time_series [doris]
airborne12 commented on PR #49790: URL: https://github.com/apache/doris/pull/49790#issuecomment-2900703372 need problem description -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] - To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
Re: [PR] [fix](inverted index) Fix the two-stage merge error issue in time_series [doris]
hello-stephen commented on PR #49790: URL: https://github.com/apache/doris/pull/49790#issuecomment-2893910856 # BE UT Coverage Report Increment line coverage `73.91% (34/46)` :tada: [Increment coverage report](http://coverage.selectdb-in.cc/coverage/0dde0dba578956c1011d4a07701bd394cb50cfa7_0dde0dba578956c1011d4a07701bd394cb50cfa7/increment_report/index.html) [Complete coverage report](http://coverage.selectdb-in.cc/coverage/0dde0dba578956c1011d4a07701bd394cb50cfa7_0dde0dba578956c1011d4a07701bd394cb50cfa7/report/index.html) | Category | Coverage | |---|| | Function Coverage | 55.94% (14921/26675) | | Line Coverage | 44.78% (132456/295772) | | Region Coverage | 43.88% (66647/151878) | | Branch Coverage | 38.49% (34165/88774) | -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] - To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
Re: [PR] [fix](inverted index) Fix the two-stage merge error issue in time_series [doris]
hello-stephen commented on PR #49790: URL: https://github.com/apache/doris/pull/49790#issuecomment-2894130755 # BE Regression && UT Coverage Report Increment line coverage `80.43% (37/46)` :tada: [Increment coverage report](http://coverage.selectdb-in.cc/coverage/49790_0dde0dba578956c1011d4a07701bd394cb50cfa7_merge/increment_report/index.html) [Complete coverage report](http://coverage.selectdb-in.cc/coverage/49790_0dde0dba578956c1011d4a07701bd394cb50cfa7_merge/report/index.html) | Category | Coverage | |---|| | Function Coverage | 79.48% (20872/26260) | | Line Coverage | 72.68% (214971/295782) | | Region Coverage | 70.84% (126397/178436) | | Branch Coverage | 64.60% (65515/101410) | -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] - To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
Re: [PR] [fix](inverted index) Fix the two-stage merge error issue in time_series [doris]
doris-robot commented on PR #49790: URL: https://github.com/apache/doris/pull/49790#issuecomment-2893687231 ClickBench: Total hot run time: 29.11 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools ClickBench test result on commit 0dde0dba578956c1011d4a07701bd394cb50cfa7, data reload: false query1 0.040.030.04 query2 0.120.100.12 query3 0.250.190.20 query4 1.590.190.20 query5 0.430.410.43 query6 1.150.660.65 query7 0.020.020.01 query8 0.040.040.03 query9 0.580.520.51 query10 0.570.570.57 query11 0.160.110.11 query12 0.140.110.11 query13 0.610.600.60 query14 0.780.810.80 query15 0.900.850.86 query16 0.380.390.37 query17 1.031.051.01 query18 0.220.200.21 query19 1.891.861.85 query20 0.010.010.02 query21 15.40 0.900.54 query22 0.751.180.64 query23 14.99 1.370.61 query24 7.131.030.60 query25 0.520.200.19 query26 0.660.160.15 query27 0.050.050.04 query28 9.320.940.45 query29 12.53 4.023.30 query30 0.270.100.08 query31 2.830.590.38 query32 3.240.540.46 query33 3.163.163.15 query34 15.83 5.104.55 query35 4.534.544.54 query36 0.660.500.51 query37 0.080.060.06 query38 0.050.040.04 query39 0.030.020.02 query40 0.170.140.14 query41 0.090.020.02 query42 0.030.020.02 query43 0.040.030.03 Total cold run time: 103.27 s Total hot run time: 29.11 s ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] - To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
Re: [PR] [fix](inverted index) Fix the two-stage merge error issue in time_series [doris]
doris-robot commented on PR #49790: URL: https://github.com/apache/doris/pull/49790#issuecomment-2893670231 TPC-DS: Total hot run time: 186353 ms ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/tpcds-tools TPC-DS sf100 test result on commit 0dde0dba578956c1011d4a07701bd394cb50cfa7, data reload: false query1 1011480 505 480 query2 6556192219151915 query3 6745227 232 227 query4 26509 23608 23413 23413 query5 4322639 463 463 query6 285 210 186 186 query7 4630499 307 307 query8 301 250 265 250 query9 8612262226052605 query10 487 333 294 294 query11 15696 15053 14893 14893 query12 157 111 98 98 query13 1647540 417 417 query14 9226605260406040 query15 201 186 181 181 query16 7185677 503 503 query17 1220751 629 629 query18 1973410 298 298 query19 188 185 163 163 query20 121 122 118 118 query21 216 129 103 103 query22 4136413842254138 query23 33810 33117 33120 33117 query24 8452238523642364 query25 540 481 391 391 query26 1225271 151 151 query27 2767510 330 330 query28 4295211320872087 query29 772 566 452 452 query30 293 216 184 184 query31 955 885 789 789 query32 72 68 68 68 query33 560 387 306 306 query34 789 842 520 520 query35 777 812 775 775 query36 940 980 880 880 query37 115 97 78 78 query38 4056413039753975 query39 1465140713931393 query40 214 125 106 106 query41 60 62 62 62 query42 128 107 106 106 query43 513 528 499 499 query44 1312842 814 814 query45 174 178 172 172 query46 850 1037636 636 query47 1757178317131713 query48 390 430 327 327 query49 782 517 421 421 query50 653 689 392 392 query51 4212410840704070 query52 125 111 105 105 query53 224 246 190 190 query54 577 590 518 518 query55 89 87 89 87 query56 318 323 323 323 query57 1137112510891089 query58 310 252 258 252 query59 2698272827042704 query60 343 338 296 296 query61 126 124 118 118 query62 809 709 661 661 query63 224 188 191 188 query64 43831020668 668 query65 4309424242404240 query66 1137428 314 314 query67 16004 15746 15413 15413 query68 6667889 524 524 query69 477 310 286 286 query70 1209108311131083 query71 407 330 308 308 query72 5711485748384838 query73 646 589 352 352 query74 9104893887308730 query75 3172318226882688 query76 31891180742 742 query77 485 374 290 290 query78 10029 10249 93949394 query79 2286824 577 577 query80 630 507 439 439 query81 499 258 222 222 query82 452 127 92 92 query83 258 245 223 223 query84 250 102 94 94 query85 790 351 310 310 query86 381 323 291 291 query87 4342446943004300 query88 3923231623012301 query89 404 314 284 284 query90 1890206 208 206 query91 150 142 115 115 query92 80 58 54 54 query93 1857944 589 589 query94 729 413 305 305 query95 378 293 278 278 query96 500 577 281 281 query97 2748276026412641 query98 243 217 203 203 query99 1447143912481248 Total cold run time: 272498 ms Total hot run time: 186353 ms ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to
Re: [PR] [fix](inverted index) Fix the two-stage merge error issue in time_series [doris]
doris-robot commented on PR #49790: URL: https://github.com/apache/doris/pull/49790#issuecomment-2893635255 TPC-H: Total hot run time: 33882 ms ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/tpch-tools Tpch sf100 test result on commit 0dde0dba578956c1011d4a07701bd394cb50cfa7, data reload: false -- Round 1 -- q1 26287 514350245024 q2 2088287 185 185 q3 10484 1255710 710 q4 10251 998 551 551 q5 8170241223892389 q6 189 167 133 133 q7 888 751 603 603 q8 9315128810821082 q9 6913507150945071 q10 6811232618981898 q11 511 291 268 268 q12 342 350 223 223 q13 17766 365230753075 q14 221 226 226 226 q15 537 491 479 479 q16 433 427 374 374 q17 604 870 367 367 q18 7854729770667066 q19 1501940 573 573 q20 350 335 217 217 q21 4203324423932393 q22 10741039975 975 Total cold run time: 116792 ms Total hot run time: 33882 ms - Round 2, with runtime_filter_mode=off - q1 5113510951445109 q2 236 320 228 228 q3 2179267522942294 q4 1340179614791479 q5 4545447343424342 q6 220 171 134 134 q7 1975187817301730 q8 2550257928262579 q9 7217709871467098 q10 2997319427512751 q11 565 521 493 493 q12 672 741 613 613 q13 3561389832333233 q14 291 294 270 270 q15 510 475 474 474 q16 427 492 436 436 q17 1188158114051405 q18 7666755073517351 q19 820 842 886 842 q20 2054200618071807 q21 4822439844104398 q22 11001026997 997 Total cold run time: 52048 ms Total hot run time: 50063 ms ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] - To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
Re: [PR] [fix](inverted index) Fix the two-stage merge error issue in time_series [doris]
zzzxl1993 commented on PR #49790: URL: https://github.com/apache/doris/pull/49790#issuecomment-2893575199 run buildall -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] - To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
Re: [PR] [fix](inverted index) Fix the two-stage merge error issue in time_series [doris]
zzzxl1993 commented on PR #49790: URL: https://github.com/apache/doris/pull/49790#issuecomment-2774706426 run buildall -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] - To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
Re: [PR] [fix](inverted index) Fix the two-stage merge error issue in time_series [doris]
zzzxl1993 commented on PR #49790: URL: https://github.com/apache/doris/pull/49790#issuecomment-2774961399 run buildall -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] - To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
Re: [PR] [fix](inverted index) Fix the two-stage merge error issue in time_series [doris]
hello-stephen commented on PR #49790: URL: https://github.com/apache/doris/pull/49790#issuecomment-2775671876 # BE UT Coverage Report Increment line coverage `25.00% (11/44)` :tada: [Increment coverage report](http://coverage.selectdb-in.cc/coverage/8b4eb3e32e450a0747880a76720452494e92d8ea_8b4eb3e32e450a0747880a76720452494e92d8ea/increment_report/index.html) [Complete coverage report](http://coverage.selectdb-in.cc/coverage/8b4eb3e32e450a0747880a76720452494e92d8ea_8b4eb3e32e450a0747880a76720452494e92d8ea/report/index.html) | Category | Coverage | |---|| | Function Coverage | 52.22% (13995/26799) | | Line Coverage | 40.96% (120568/294365) | | Region Coverage | 39.68% (61328/154551) | | Branch Coverage | 34.31% (30619/89252) | -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] - To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
Re: [PR] [fix](inverted index) Fix the two-stage merge error issue in time_series [doris]
doris-robot commented on PR #49790: URL: https://github.com/apache/doris/pull/49790#issuecomment-2775282458 ClickBench: Total hot run time: 31.94 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools ClickBench test result on commit 8b4eb3e32e450a0747880a76720452494e92d8ea, data reload: false query1 0.040.040.03 query2 0.130.110.10 query3 0.250.190.20 query4 1.590.190.19 query5 0.600.580.58 query6 1.180.730.73 query7 0.030.020.02 query8 0.040.030.04 query9 0.600.520.52 query10 0.570.590.57 query11 0.170.110.11 query12 0.150.120.12 query13 0.630.600.60 query14 2.782.722.70 query15 0.960.860.86 query16 0.390.410.39 query17 1.041.041.06 query18 0.210.200.20 query19 1.911.951.81 query20 0.020.010.01 query21 15.38 0.880.53 query22 0.751.170.70 query23 15.31 1.420.61 query24 7.351.551.43 query25 0.510.150.07 query26 0.730.160.12 query27 0.050.050.05 query28 9.530.820.44 query29 12.52 4.053.31 query30 0.250.080.06 query31 2.820.610.40 query32 3.230.580.48 query33 3.193.093.14 query34 15.82 5.194.51 query35 4.564.554.54 query36 0.670.510.50 query37 0.090.060.06 query38 0.040.040.04 query39 0.030.020.02 query40 0.160.130.12 query41 0.080.030.02 query42 0.040.020.02 query43 0.040.030.02 Total cold run time: 106.44 s Total hot run time: 31.94 s ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] - To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
Re: [PR] [fix](inverted index) Fix the two-stage merge error issue in time_series [doris]
doris-robot commented on PR #49790: URL: https://github.com/apache/doris/pull/49790#issuecomment-2775265118 TPC-DS: Total hot run time: 186777 ms ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/tpcds-tools TPC-DS sf100 test result on commit 8b4eb3e32e450a0747880a76720452494e92d8ea, data reload: false query1 992 490 466 466 query2 6546197219251925 query3 6750214 216 214 query4 26519 23862 22991 22991 query5 4318660 486 486 query6 303 216 196 196 query7 4623493 299 299 query8 295 242 241 241 query9 8630257925722572 query10 480 317 266 266 query11 15853 15093 14915 14915 query12 180 116 107 107 query13 1657540 412 412 query14 9536621561846184 query15 217 188 166 166 query16 7259610 418 418 query17 1177709 559 559 query18 1978389 298 298 query19 190 185 153 153 query20 119 123 117 117 query21 207 121 102 102 query22 4287413140234023 query23 33773 32991 33215 32991 query24 8428236623972366 query25 559 455 389 389 query26 1263263 153 153 query27 2757501 327 327 query28 4408243223822382 query29 749 571 422 422 query30 285 222 189 189 query31 971 835 765 765 query32 80 71 86 71 query33 565 377 347 347 query34 827 865 528 528 query35 783 791 724 724 query36 960 990 899 899 query37 117 101 80 80 query38 4144412041654120 query39 1626138013861380 query40 216 121 107 107 query41 57 77 51 51 query42 121 105 110 105 query43 502 523 496 496 query44 1328801 799 799 query45 175 168 165 165 query46 834 1027647 647 query47 1808179717451745 query48 379 421 300 300 query49 781 523 418 418 query50 665 675 391 391 query51 4159413741374137 query52 115 110 108 108 query53 231 260 188 188 query54 576 575 501 501 query55 86 84 84 84 query56 301 308 307 307 query57 1162118210781078 query58 272 261 256 256 query59 2628270227922702 query60 333 329 308 308 query61 130 129 129 129 query62 833 722 655 655 query63 241 194 233 194 query64 43941011684 684 query65 4360423342874233 query66 1133422 311 311 query67 15830 15695 15274 15274 query68 7912894 525 525 query69 480 302 263 263 query70 1216111511961115 query71 417 312 296 296 query72 5496470248804702 query73 674 597 356 356 query74 8960913089628962 query75 3440320527232723 query76 33491197762 762 query77 539 388 300 300 query78 989410144 93549354 query79 1723833 575 575 query80 597 519 439 439 query81 509 262 223 223 query82 201 131 99 99 query83 275 263 240 240 query84 259 116 85 85 query85 754 354 387 354 query86 373 322 289 289 query87 4439450544594459 query88 3076227922672267 query89 393 317 286 286 query90 1977229 222 222 query91 146 156 113 113 query92 79 63 67 63 query93 1754957 580 580 query94 677 433 304 304 query95 386 297 295 295 query96 489 554 285 285 query97 3115325631183118 query98 239 212 200 200 query99 1352138313071307 Total cold run time: 273251 ms Total hot run time: 186777 ms ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to
Re: [PR] [fix](inverted index) Fix the two-stage merge error issue in time_series [doris]
doris-robot commented on PR #49790: URL: https://github.com/apache/doris/pull/49790#issuecomment-2775212439 TPC-H: Total hot run time: 34030 ms ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/tpch-tools Tpch sf100 test result on commit 8b4eb3e32e450a0747880a76720452494e92d8ea, data reload: false -- Round 1 -- q1 26465 499150034991 q2 2064289 181 181 q3 10399 1264719 719 q4 10228 1028542 542 q5 7561239523542354 q6 185 162 130 130 q7 917 755 609 609 q8 9327136510721072 q9 6911509951505099 q10 6806228918911891 q11 482 291 286 286 q12 348 357 215 215 q13 17767 365830923092 q14 239 231 206 206 q15 561 498 482 482 q16 620 603 594 594 q17 583 873 348 348 q18 7646719270247024 q19 1291956 559 559 q20 339 337 220 220 q21 4344263724532453 q22 10551026963 963 Total cold run time: 116138 ms Total hot run time: 34030 ms - Round 2, with runtime_filter_mode=off - q1 5115508050925080 q2 238 341 232 232 q3 2168265223242324 q4 1430182713681368 q5 4553450044384438 q6 219 163 129 129 q7 1992191317291729 q8 2912259325092509 q9 7211724572257225 q10 2991317127262726 q11 579 504 500 500 q12 698 770 618 618 q13 3860385632953295 q14 281 321 295 295 q15 523 468 464 464 q16 632 684 678 678 q17 1194150714091409 q18 7768758974477447 q19 805 796 849 796 q20 1984203718541854 q21 5080463346344633 q22 10671020999 999 Total cold run time: 53300 ms Total hot run time: 50748 ms ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] - To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
Re: [PR] [fix](inverted index) Fix the two-stage merge error issue in time_series [doris]
zzzxl1993 commented on PR #49790: URL: https://github.com/apache/doris/pull/49790#issuecomment-2775013092 run buildall -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] - To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
Re: [PR] [fix](inverted index) Fix the two-stage merge error issue in time_series [doris]
doris-robot commented on PR #49790: URL: https://github.com/apache/doris/pull/49790#issuecomment-2774786639 ClickBench: Total hot run time: 30.61 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools ClickBench test result on commit 9188f68aba3bba2781323a459afbcc4e86248579, data reload: false query1 0.050.040.03 query2 0.120.110.11 query3 0.250.200.19 query4 1.590.200.20 query5 0.580.590.59 query6 1.190.720.71 query7 0.030.020.01 query8 0.040.040.03 query9 0.580.530.52 query10 0.570.570.57 query11 0.150.100.11 query12 0.150.110.11 query13 0.610.590.60 query14 2.672.732.73 query15 0.930.850.85 query16 0.400.380.37 query17 1.011.021.00 query18 0.210.200.20 query19 1.861.821.91 query20 0.010.010.01 query21 15.35 0.870.53 query22 0.751.150.62 query23 15.02 1.400.62 query24 7.980.660.34 query25 0.440.260.06 query26 0.580.160.13 query27 0.050.040.04 query28 9.280.900.43 query29 12.53 4.053.37 query30 0.250.100.06 query31 2.820.600.39 query32 3.230.540.46 query33 3.143.133.08 query34 15.85 5.084.47 query35 4.504.474.50 query36 0.680.490.48 query37 0.090.060.06 query38 0.040.040.03 query39 0.030.020.03 query40 0.170.140.13 query41 0.080.030.03 query42 0.030.020.02 query43 0.040.030.03 Total cold run time: 105.93 s Total hot run time: 30.61 s ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] - To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
Re: [PR] [fix](inverted index) Fix the two-stage merge error issue in time_series [doris]
doris-robot commented on PR #49790: URL: https://github.com/apache/doris/pull/49790#issuecomment-2774774324 TPC-DS: Total hot run time: 185579 ms ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/tpcds-tools TPC-DS sf100 test result on commit 9188f68aba3bba2781323a459afbcc4e86248579, data reload: false query1 1023499 468 468 query2 6545196219471947 query3 6749225 211 211 query4 26638 23717 23182 23182 query5 4659626 474 474 query6 290 199 185 185 query7 4629482 278 278 query8 276 233 244 233 query9 8641260026252600 query10 467 331 266 266 query11 15869 15114 14776 14776 query12 177 111 110 110 query13 1655518 443 443 query14 10630 620760986098 query15 199 192 173 173 query16 7654638 445 445 query17 1192738 593 593 query18 2010424 313 313 query19 189 185 158 158 query20 120 116 119 116 query21 213 119 113 113 query22 4264421842564218 query23 33759 32802 32736 32736 query24 7665240324272403 query25 507 448 389 389 query26 1218263 153 153 query27 2593467 321 321 query28 4400243323802380 query29 716 563 422 422 query30 284 221 192 192 query31 946 905 774 774 query32 74 63 62 62 query33 576 354 332 332 query34 799 895 498 498 query35 800 810 738 738 query36 921 999 895 895 query37 118 99 71 71 query38 4197420339533953 query39 1443141414031403 query40 203 117 108 108 query41 58 55 52 52 query42 120 101 101 101 query43 501 499 474 474 query44 1293796 800 796 query45 179 169 164 164 query46 841 1018613 613 query47 1754181517241724 query48 379 405 307 307 query49 782 538 441 441 query50 648 673 381 381 query51 4175418240804080 query52 105 105 96 96 query53 228 260 180 180 query54 571 567 509 509 query55 85 82 85 82 query56 291 301 286 286 query57 1134116410711071 query58 260 255 289 255 query59 2733270426492649 query60 320 305 297 297 query61 131 125 126 125 query62 790 737 668 668 query63 215 184 184 184 query64 42971009695 695 query65 4302419142244191 query66 1077431 321 321 query67 15717 15723 15316 15316 query68 8225883 518 518 query69 485 300 268 268 query70 1183110510401040 query71 495 321 334 321 query72 5725469946964696 query73 731 594 357 357 query74 9122890386538653 query75 3940318226952695 query76 36841254752 752 query77 803 377 289 289 query78 999410023 92889288 query79 6947793 529 529 query80 675 501 429 429 query81 480 262 226 226 query82 710 127 105 105 query83 293 257 243 243 query84 307 107 89 89 query85 788 355 306 306 query86 340 296 296 296 query87 4544443842944294 query88 3456221622042204 query89 474 307 278 278 query90 1970208 209 208 query91 140 139 113 113 query92 76 59 60 59 query93 3649919 572 572 query94 672 417 302 302 query95 378 282 283 282 query96 479 577 267 267 query97 3239322231313131 query98 242 209 215 209 query99 1458137612721272 Total cold run time: 283998 ms Total hot run time: 185579 ms ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to
Re: [PR] [fix](inverted index) Fix the two-stage merge error issue in time_series [doris]
doris-robot commented on PR #49790: URL: https://github.com/apache/doris/pull/49790#issuecomment-2774748974 TPC-H: Total hot run time: 34225 ms ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/tpch-tools Tpch sf100 test result on commit 9188f68aba3bba2781323a459afbcc4e86248579, data reload: false -- Round 1 -- q1 26136 503950545039 q2 2093278 185 185 q3 10399 1251689 689 q4 10240 1021545 545 q5 7551238923442344 q6 191 160 130 130 q7 893 718 615 615 q8 9320131510721072 q9 6903510551225105 q10 6798231918861886 q11 470 289 279 279 q12 340 358 218 218 q13 17789 369030713071 q14 244 227 212 212 q15 542 471 484 471 q16 637 601 589 589 q17 599 853 372 372 q18 7533733172317231 q19 1086961 538 538 q20 340 344 225 225 q21 4089334624572457 q22 10411006952 952 Total cold run time: 115234 ms Total hot run time: 34225 ms - Round 2, with runtime_filter_mode=off - q1 5106524150805080 q2 235 322 228 228 q3 2176266422422242 q4 1420180614111411 q5 4546442444044404 q6 211 166 123 123 q7 1981189217091709 q8 2578246924802469 q9 7214712270977097 q10 2968315027582758 q11 574 497 483 483 q12 681 742 593 593 q13 3554382533553355 q14 268 284 275 275 q15 529 492 466 466 q16 651 660 643 643 q17 1140155114081408 q18 7797766874557455 q19 782 783 876 783 q20 1963201718631863 q21 5177471645974597 q22 10591048975 975 Total cold run time: 52610 ms Total hot run time: 50417 ms ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] - To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
Re: [PR] [fix](inverted index) Fix the two-stage merge error issue in time_series [doris]
zzzxl1993 commented on PR #49790: URL: https://github.com/apache/doris/pull/49790#issuecomment-2774697731 run buildall -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] - To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
Re: [PR] [fix](inverted index) Fix the two-stage merge error issue in time_series [doris]
Thearas commented on PR #49790: URL: https://github.com/apache/doris/pull/49790#issuecomment-2774697452 Thank you for your contribution to Apache Doris. Don't know what should be done next? See [How to process your PR](https://cwiki.apache.org/confluence/display/DORIS/How+to+process+your+PR). Please clearly describe your PR: 1. What problem was fixed (it's best to include specific error reporting information). How it was fixed. 2. Which behaviors were modified. What was the previous behavior, what is it now, why was it modified, and what possible impacts might there be. 3. What features were added. Why was this function added? 4. Which code was refactored and why was this part of the code refactored? 5. Which functions were optimized and what is the difference before and after the optimization? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] - To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
