Re: [PR] [opt](ann index) Make chunk size of index train configurable [doris]
airborne12 merged PR #58645: URL: https://github.com/apache/doris/pull/58645 -- 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] [opt](ann index) Make chunk size of index train configurable [doris]
hello-stephen commented on PR #58645: URL: https://github.com/apache/doris/pull/58645#issuecomment-3605184397 # BE Regression && UT Coverage Report Increment line coverage `100.00% (9/9)` :tada: [Increment coverage report](http://coverage.selectdb-in.cc/coverage/58645_20d2e9afa1ea7985d0be2117cecc6b316b3bb980_merge/increment_report/index.html) [Complete coverage report](http://coverage.selectdb-in.cc/coverage/58645_20d2e9afa1ea7985d0be2117cecc6b316b3bb980_merge/report/index.html) | Category | Coverage | |---|| | Function Coverage | 72.25% (24801/34327) | | Line Coverage | 58.89% (259871/441316) | | Region Coverage | 53.66% (215439/401500) | | Branch Coverage | 55.29% (92318/166979) | -- 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] [opt](ann index) Make chunk size of index train configurable [doris]
github-actions[bot] commented on PR #58645: URL: https://github.com/apache/doris/pull/58645#issuecomment-3605166263 PR approved by at least one committer and no changes requested. -- 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] [opt](ann index) Make chunk size of index train configurable [doris]
github-actions[bot] commented on PR #58645: URL: https://github.com/apache/doris/pull/58645#issuecomment-3605166379 PR approved by anyone and no changes requested. -- 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] [opt](ann index) Make chunk size of index train configurable [doris]
hello-stephen commented on PR #58645: URL: https://github.com/apache/doris/pull/58645#issuecomment-3605021827 # BE UT Coverage Report Increment line coverage `100.00% (9/9)` :tada: [Increment coverage report](http://coverage.selectdb-in.cc/coverage/20d2e9afa1ea7985d0be2117cecc6b316b3bb980_20d2e9afa1ea7985d0be2117cecc6b316b3bb980/increment_report/index.html) [Complete coverage report](http://coverage.selectdb-in.cc/coverage/20d2e9afa1ea7985d0be2117cecc6b316b3bb980_20d2e9afa1ea7985d0be2117cecc6b316b3bb980/report/index.html) | Category | Coverage | |---|| | Function Coverage | 53.51% (18735/35011) | | Line Coverage | 39.10% (172717/441711) | | Region Coverage | 33.71% (133712/396690) | | Branch Coverage | 34.66% (57559/166082) | -- 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] [opt](ann index) Make chunk size of index train configurable [doris]
doris-robot commented on PR #58645: URL: https://github.com/apache/doris/pull/58645#issuecomment-3604907890 ClickBench: Total hot run time: 27.46 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools ClickBench test result on commit 20d2e9afa1ea7985d0be2117cecc6b316b3bb980, data reload: false query1 0.060.050.05 query2 0.100.050.05 query3 0.260.080.08 query4 1.610.120.11 query5 0.260.250.25 query6 1.170.650.64 query7 0.030.030.02 query8 0.060.040.05 query9 0.580.520.51 query10 0.560.550.55 query11 0.170.110.11 query12 0.150.120.11 query13 0.630.620.61 query14 1.001.000.99 query15 0.820.790.81 query16 0.410.410.39 query17 0.991.021.03 query18 0.250.220.22 query19 1.931.821.79 query20 0.010.010.01 query21 15.44 0.290.14 query22 4.860.050.04 query23 16.08 0.290.10 query24 2.240.780.41 query25 0.130.060.04 query26 0.140.130.14 query27 0.050.060.07 query28 5.981.211.02 query29 12.60 4.043.20 query30 0.270.130.12 query31 2.830.640.40 query32 3.220.560.48 query33 2.983.083.15 query34 16.92 5.164.57 query35 4.574.474.54 query36 0.660.510.49 query37 0.110.070.07 query38 0.070.040.04 query39 0.050.030.03 query40 0.180.150.14 query41 0.090.040.03 query42 0.040.030.03 query43 0.050.040.03 Total cold run time: 100.61 s Total hot run time: 27.46 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] [opt](ann index) Make chunk size of index train configurable [doris]
doris-robot commented on PR #58645: URL: https://github.com/apache/doris/pull/58645#issuecomment-3604895200 TPC-DS: Total hot run time: 182180 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 20d2e9afa1ea7985d0be2117cecc6b316b3bb980, data reload: false query1 1073412 407 407 query2 6587120011611161 query3 6739236 226 226 query4 25355 23365 22730 22730 query5 5857651 508 508 query6 340 246 216 216 query7 4652522 306 306 query8 319 260 245 245 query9 8752265126422642 query10 559 364 309 309 query11 15304 15234 14882 14882 query12 179 116 114 114 query13 1680557 436 436 query14 10863 586259185862 query15 258 202 189 189 query16 7666674 527 527 query17 1577808 629 629 query18 2072463 335 335 query19 245 198 174 174 query20 130 131 120 120 query21 221 137 117 117 query22 3894405938763876 query23 33061 31989 32121 31989 query24 8221241624212416 query25 611 511 453 453 query26 1235285 167 167 query27 2696495 340 340 query28 4457216921882169 query29 794 629 484 484 query30 321 245 212 212 query31 819 707 621 621 query32 83 78 71 71 query33 597 393 326 326 query34 830 888 560 560 query35 792 812 735 735 query36 903 936 839 839 query37 127 115 92 92 query38 3872387938433843 query39 1488141114091409 query40 235 137 126 126 query41 66 64 66 64 query42 130 125 110 110 query43 444 437 416 416 query44 1327770 749 749 query45 204 194 182 182 query46 910 1022643 643 query47 1689175016411641 query48 408 436 334 334 query49 769 491 423 423 query50 697 725 407 407 query51 3997385338313831 query52 122 121 112 112 query53 248 263 214 214 query54 343 328 302 302 query55 100 98 90 90 query56 359 367 356 356 query57 1137115610971097 query58 308 285 290 285 query59 2367248323682368 query60 389 365 351 351 query61 184 191 183 183 query62 797 719 668 668 query63 235 199 205 199 query64 4618130710201020 query65 4057397340153973 query66 1078465 362 362 query67 15315 14950 14908 14908 query68 84091007641 641 query69 533 356 325 325 query70 11471018993 993 query71 480 354 345 345 query72 5993482947994799 query73 684 596 351 351 query74 8598886287218721 query75 3091305625202520 query76 32831154759 759 query77 522 414 315 315 query78 9443967989378937 query79 2279825 586 586 query80 670 588 494 494 query81 520 280 245 245 query82 466 140 115 115 query83 276 268 252 252 query84 259 131 101 101 query85 881 502 450 450 query86 334 295 276 276 query87 4021411640174017 query88 4138230523392305 query89 390 346 293 293 query90 2061240 216 216 query91 175 169 140 140 query92 89 66 67 66 query93 20931041671 671 query94 754 468 343 343 query95 507 428 421 421 query96 568 572 285 285 query97 2656267625522552 query98 263 234 230 230 query99 1315139212651265 Total cold run time: 274660 ms Total hot run time: 182180 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
Re: [PR] [opt](ann index) Make chunk size of index train configurable [doris]
doris-robot commented on PR #58645: URL: https://github.com/apache/doris/pull/58645#issuecomment-3604871110 TPC-H: Total hot run time: 35173 ms ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/tpch-tools Tpch sf100 test result on commit 20d2e9afa1ea7985d0be2117cecc6b316b3bb980, data reload: false -- Round 1 -- q1 17601 506349504950 q2 2038360 211 211 q3 10231 1328722 722 q4 10220 840 321 321 q5 7519246921492149 q6 189 176 138 138 q7 962 792 636 636 q8 9344143811011101 q9 6977533853145314 q10 6793220418251825 q11 527 317 287 287 q12 347 360 223 223 q13 17786 367430723072 q14 237 245 216 216 q15 589 518 515 515 q16 912 876 831 831 q17 690 779 549 549 q18 7368755679657556 q19 13251032617 617 q20 404 367 243 243 q21 4342415227242724 q22 10601076973 973 Total cold run time: 107461 ms Total hot run time: 35173 ms - Round 2, with runtime_filter_mode=off - q1 5170516951645164 q2 335 409 359 359 q3 2374281425512551 q4 1614180414091409 q5 4506442145144421 q6 204 174 124 124 q7 2001198718621862 q8 2624254424992499 q9 7558758575527552 q10 3108333927872787 q11 589 544 486 486 q12 691 769 628 628 q13 3497377329742974 q14 273 281 255 255 q15 541 488 490 488 q16 873 891 853 853 q17 1108134513791345 q18 7241723569736973 q19 867 807 829 807 q20 1929196218171817 q21 4635424241694169 q22 10971018974 974 Total cold run time: 52835 ms Total hot run time: 50497 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] [opt](ann index) Make chunk size of index train configurable [doris]
zhiqiang- commented on PR #58645: URL: https://github.com/apache/doris/pull/58645#issuecomment-3604830300 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] [opt](ann index) Make chunk size of index train configurable [doris]
hello-stephen commented on PR #58645: URL: https://github.com/apache/doris/pull/58645#issuecomment-3603328812 # BE Regression && UT Coverage Report Increment line coverage `100.00% (9/9)` :tada: [Increment coverage report](http://coverage.selectdb-in.cc/coverage/58645_a65427fa2d6beaca8002d6ddff78ade3a65ae701_merge/increment_report/index.html) [Complete coverage report](http://coverage.selectdb-in.cc/coverage/58645_a65427fa2d6beaca8002d6ddff78ade3a65ae701_merge/report/index.html) | Category | Coverage | |---|| | Function Coverage | 72.21% (24787/34327) | | Line Coverage | 58.88% (259861/441316) | | Region Coverage | 53.84% (216172/401500) | | Branch Coverage | 55.34% (92406/166979) | -- 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] [opt](ann index) Make chunk size of index train configurable [doris]
doris-robot commented on PR #58645: URL: https://github.com/apache/doris/pull/58645#issuecomment-3603094053 # BE UT Coverage Report Increment line coverage `100.00% (9/9)` :tada: [Increment coverage report](http://coverage.selectdb-in.cc/coverage/a65427fa2d6beaca8002d6ddff78ade3a65ae701_a65427fa2d6beaca8002d6ddff78ade3a65ae701/increment_report/index.html) [Complete coverage report](http://coverage.selectdb-in.cc/coverage/a65427fa2d6beaca8002d6ddff78ade3a65ae701_a65427fa2d6beaca8002d6ddff78ade3a65ae701/report/index.html) | Category | Coverage | |---|| | Function Coverage | 53.51% (18735/35011) | | Line Coverage | 39.10% (172709/441711) | | Region Coverage | 33.69% (133657/396690) | | Branch Coverage | 34.65% (57546/166082) | -- 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] [opt](ann index) Make chunk size of index train configurable [doris]
doris-robot commented on PR #58645: URL: https://github.com/apache/doris/pull/58645#issuecomment-3602646583 ClickBench: Total hot run time: 27.28 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools ClickBench test result on commit a65427fa2d6beaca8002d6ddff78ade3a65ae701, data reload: false query1 0.050.050.05 query2 0.100.040.04 query3 0.260.080.08 query4 1.600.120.11 query5 0.260.240.27 query6 1.160.640.63 query7 0.040.030.03 query8 0.060.040.05 query9 0.570.500.51 query10 0.560.570.56 query11 0.150.110.11 query12 0.150.110.12 query13 0.620.590.60 query14 0.990.961.00 query15 0.810.780.80 query16 0.400.390.40 query17 1.051.061.04 query18 0.230.220.22 query19 1.841.831.82 query20 0.010.020.01 query21 15.49 0.310.14 query22 4.810.050.05 query23 15.99 0.290.10 query24 1.300.440.33 query25 0.080.080.06 query26 0.140.140.13 query27 0.060.060.05 query28 3.681.231.02 query29 12.61 3.943.20 query30 0.280.140.12 query31 2.810.630.39 query32 3.240.550.46 query33 3.183.032.98 query34 16.75 5.164.61 query35 4.554.504.52 query36 0.660.500.48 query37 0.100.060.07 query38 0.080.040.04 query39 0.040.030.04 query40 0.190.140.13 query41 0.080.040.03 query42 0.040.030.03 query43 0.050.040.03 Total cold run time: 97.12 s Total hot run time: 27.28 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] [opt](ann index) Make chunk size of index train configurable [doris]
doris-robot commented on PR #58645: URL: https://github.com/apache/doris/pull/58645#issuecomment-3602624208 TPC-DS: Total hot run time: 182110 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 a65427fa2d6beaca8002d6ddff78ade3a65ae701, data reload: false query1 1038414 394 394 query2 6603120811551155 query3 6744230 228 228 query4 25121 23487 22911 22911 query5 4976650 503 503 query6 345 254 226 226 query7 4659527 302 302 query8 326 254 261 254 query9 8763262526662625 query10 545 341 310 310 query11 15395 15126 14908 14908 query12 172 118 111 111 query13 1679579 432 432 query14 9584602460646024 query15 228 201 181 181 query16 7583687 534 534 query17 1189768 625 625 query18 2061445 356 356 query19 215 211 185 185 query20 132 130 124 124 query21 219 144 118 118 query22 3937395238873887 query23 32705 31654 32039 31654 query24 8479246424502450 query25 656 556 497 497 query26 1245281 177 177 query27 2719510 347 347 query28 4379217721622162 query29 849 661 532 532 query30 328 248 216 216 query31 828 702 638 638 query32 92 78 78 78 query33 627 405 341 341 query34 847 884 556 556 query35 811 854 751 751 query36 897 939 866 866 query37 139 113 94 94 query38 3951388337613761 query39 1466141514271415 query40 234 141 127 127 query41 72 73 69 69 query42 122 119 120 119 query43 453 458 416 416 query44 1376768 760 760 query45 204 196 187 187 query46 930 1034665 665 query47 1649174616751675 query48 412 465 331 331 query49 817 531 475 475 query50 717 748 417 417 query51 3926394238273827 query52 121 120 106 106 query53 256 273 201 201 query54 342 317 292 292 query55 98 95 94 94 query56 351 347 343 343 query57 1172116211071107 query58 347 273 274 273 query59 2273235623702356 query60 360 352 352 352 query61 171 167 171 167 query62 772 713 666 666 query63 236 196 199 196 query64 45091203901 901 query65 4064399039323932 query66 1115436 334 334 query67 15146 15344 14849 14849 query68 82001012625 625 query69 517 346 311 311 query70 1088104710151015 query71 485 343 324 324 query72 5929482948764829 query73 679 589 348 348 query74 8929873986728672 query75 3669306225512551 query76 37571160765 765 query77 804 411 321 321 query78 9425979288848884 query79 2001864 605 605 query80 638 609 515 515 query81 507 275 242 242 query82 373 143 125 125 query83 274 264 258 258 query84 255 116 96 96 query85 954 504 452 452 query86 340 302 287 287 query87 4085410839473947 query88 3889229122812281 query89 390 338 309 309 query90 1984225 218 218 query91 195 175 142 142 query92 86 70 65 65 query93 14051047667 667 query94 683 443 345 345 query95 501 419 421 419 query96 542 557 298 298 query97 2601268425762576 query98 242 217 218 217 query99 1345143412361236 Total cold run time: 271549 ms Total hot run time: 182110 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 t
Re: [PR] [opt](ann index) Make chunk size of index train configurable [doris]
doris-robot commented on PR #58645: URL: https://github.com/apache/doris/pull/58645#issuecomment-3602571549 TPC-H: Total hot run time: 34684 ms ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/tpch-tools Tpch sf100 test result on commit a65427fa2d6beaca8002d6ddff78ade3a65ae701, data reload: false -- Round 1 -- q1 17704 521649794979 q2 2040326 211 211 q3 10249 1331767 767 q4 10232 897 317 317 q5 7548245122602260 q6 187 166 137 137 q7 1010788 641 641 q8 9363147211341134 q9 7094538853325332 q10 6868221117751775 q11 522 313 290 290 q12 342 375 224 224 q13 17788 371331213121 q14 234 227 211 211 q15 607 529 520 520 q16 900 858 820 820 q17 713 814 567 567 q18 8009727069286928 q19 1107975 629 629 q20 357 355 234 234 q21 4063388926272627 q22 10451038960 960 Total cold run time: 107982 ms Total hot run time: 34684 ms - Round 2, with runtime_filter_mode=off - q1 5097505450185018 q2 341 417 317 317 q3 2132268922892289 q4 1350175713181318 q5 4398455845114511 q6 225 172 130 130 q7 2072199818221822 q8 2755265825982598 q9 7566759476297594 q10 3063325528162816 q11 611 535 487 487 q12 669 738 610 610 q13 3528394634493449 q14 289 291 279 279 q15 576 522 521 521 q16 907 901 882 882 q17 1276152614201420 q18 7983783475477547 q19 999 946 902 902 q20 1893197518131813 q21 4695442041964196 q22 10871035993 993 Total cold run time: 53512 ms Total hot run time: 51512 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] [opt](ann index) Make chunk size of index train configurable [doris]
zhiqiang- commented on PR #58645: URL: https://github.com/apache/doris/pull/58645#issuecomment-3602062912 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] [opt](ann index) Make chunk size of index train configurable [doris]
hello-stephen commented on PR #58645: URL: https://github.com/apache/doris/pull/58645#issuecomment-3602062422 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]
