Skip to content

Conversation

@github-actions
Copy link
Contributor

Cherry-picked from #56803

```
Field res;
res = Field::create_field(JsonbField(data, size));
```
The code above should call the move constructor of jsonb twice, instead
of the copy constructor.
@github-actions github-actions bot requested a review from yiguolei as a code owner October 15, 2025 02:16
@Thearas
Copy link
Contributor

Thearas commented Oct 15, 2025

Thank you for your contribution to Apache Doris.
Don't know what should be done next? See 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?

@dataroaring dataroaring reopened this Oct 15, 2025
@Thearas
Copy link
Contributor

Thearas commented Oct 15, 2025

run buildall

@doris-robot
Copy link

ClickBench: Total hot run time: 30.66 s
machine: 'aliyun_ecs.c7a.8xlarge_32C64G'
scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools
ClickBench test result on commit 48b4b8bb0abfdbff2cb2ca22f3c29c5c9b123c48, data reload: true

query1	0.03	0.03	0.04
query2	0.10	0.04	0.04
query3	0.28	0.07	0.07
query4	1.74	0.10	0.11
query5	0.27	0.26	0.25
query6	1.23	0.65	0.64
query7	0.02	0.02	0.02
query8	0.06	0.04	0.05
query9	0.61	0.52	0.54
query10	0.57	0.57	0.57
query11	0.17	0.11	0.11
query12	0.16	0.12	0.12
query13	0.64	0.62	0.61
query14	0.79	0.82	0.82
query15	0.87	0.86	0.85
query16	0.40	0.41	0.40
query17	1.03	1.04	1.05
query18	0.19	0.19	0.20
query19	1.89	1.85	1.85
query20	0.02	0.01	0.01
query21	15.45	0.91	0.59
query22	0.82	1.23	0.91
query23	14.87	1.37	0.58
query24	16.29	1.54	0.59
query25	2.25	0.38	0.20
query26	0.18	0.18	0.18
query27	0.21	0.20	0.20
query28	1.78	1.05	0.95
query29	12.69	3.91	3.26
query30	0.31	0.13	0.11
query31	3.03	0.58	0.40
query32	3.31	0.56	0.49
query33	3.18	3.07	3.05
query34	16.94	5.51	4.82
query35	5.12	5.14	5.16
query36	0.76	0.60	0.54
query37	0.11	0.07	0.07
query38	0.06	0.04	0.04
query39	0.04	0.03	0.02
query40	0.18	0.15	0.15
query41	0.08	0.03	0.03
query42	0.04	0.02	0.03
query43	0.05	0.04	0.04
Total cold run time: 108.82 s
Total hot run time: 30.66 s

@yiguolei yiguolei merged commit 8a768a1 into branch-4.0 Oct 16, 2025
24 of 27 checks passed
@github-actions github-actions bot deleted the auto-pick-56803-branch-4.0 branch October 16, 2025 01:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants