-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
enhance: Add json key inverted index in stats for optimization #38039
base: master
Are you sure you want to change the base?
Conversation
Invalid PR Title Format Detected Your PR submission does not adhere to our required standards. To ensure clarity and consistency, please meet the following criteria:
Required Title Structure:
Where Example:
Please review and update your PR to comply with these guidelines. |
@JsDove cpp-unit-test check failed, comment |
@JsDove go-sdk check failed, comment |
@JsDove E2e jenkins job failed, comment |
@JsDove go-sdk check failed, comment |
@JsDove cpp-unit-test check failed, comment |
@JsDove E2e jenkins job failed, comment |
1 similar comment
@JsDove E2e jenkins job failed, comment |
@JsDove go-sdk check failed, comment |
@JsDove cpp-unit-test check failed, comment |
@JsDove E2e jenkins job failed, comment |
@JsDove go-sdk check failed, comment |
@JsDove cpp-unit-test check failed, comment |
a5befae
to
e1531e7
Compare
@JsDove E2e jenkins job failed, comment |
/run-cpu-e2e |
@JsDove cpp-unit-test check failed, comment |
8f74146
to
2910f86
Compare
@JsDove cpp-unit-test check failed, comment |
rerun go-sdk |
@JsDove E2e jenkins job failed, comment |
rerun go-sdk |
@JsDove cpp-unit-test check failed, comment |
@JsDove go-sdk check failed, comment |
5a23c42
to
ae0407a
Compare
@JsDove go-sdk check failed, comment |
@JsDove E2e jenkins job failed, comment |
1 similar comment
@JsDove E2e jenkins job failed, comment |
@JsDove go-sdk check failed, comment |
b1ad390
to
1dacbd3
Compare
@JsDove E2e jenkins job failed, comment |
@JsDove go-sdk check failed, comment |
1dacbd3
to
0b74598
Compare
@JsDove E2e jenkins job failed, comment |
b60e283
to
04b2f80
Compare
@JsDove E2e jenkins job failed, comment |
/run-cpu-e2e |
@JsDove E2e jenkins job failed, comment |
/run-cpu-e2e |
@JsDove E2e jenkins job failed, comment |
Signed-off-by: luzhang <[email protected]> Co-authored-by: luzhang <[email protected]>
Signed-off-by: Xianhui.Lin <[email protected]> improve jsonContainSExpr Signed-off-by: Xianhui.Lin <[email protected]> add jsonindex test Signed-off-by: Xianhui.Lin <[email protected]>
82eadec
to
0c8c649
Compare
Signed-off-by: Xianhui.Lin <[email protected]> improve statschecker unittest Signed-off-by: Xianhui.Lin <[email protected]> jsonindex expr code format Signed-off-by: Xianhui.Lin <[email protected]> fix go format Signed-off-by: Xianhui.Lin <[email protected]> fix controllerbasetest fail Signed-off-by: Xianhui.Lin <[email protected]> fix jsonindex memeroy leak Signed-off-by: Xianhui.Lin <[email protected]> fix jsonkey go format Signed-off-by: Xianhui.Lin <[email protected]> fix jsonindex go codeformat Signed-off-by: Xianhui.Lin <[email protected]> improve jsoninvert unitest Signed-off-by: Xianhui.Lin <[email protected]> delete unuse code Signed-off-by: Xianhui.Lin <[email protected]> refine test_json_key_index Signed-off-by: Xianhui.Lin <[email protected]> fix cpp unitest Signed-off-by: Xianhui.Lin <[email protected]> delete loginfo Signed-off-by: Xianhui.Lin <[email protected]> fix complie error Signed-off-by: Xianhui.Lin <[email protected]> fix codeformat Signed-off-by: Xianhui.Lin <[email protected]> fix createindex again hang up Signed-off-by: Xianhui.Lin <[email protected]> fix unitest Signed-off-by: Xianhui.Lin <[email protected]> fix createindex hang Signed-off-by: Xianhui.Lin <[email protected]> fix triggerstatstask go ut Signed-off-by: Xianhui.Lin <[email protected]> fix jsonindex filter error Signed-off-by: Xianhui.Lin <[email protected]> fix jsonindex filter error Signed-off-by: Xianhui.Lin <[email protected]> fix format Signed-off-by: Xianhui.Lin <[email protected]>
0c8c649
to
e8b28d4
Compare
@JsDove go-sdk check failed, comment |
rerun go-sdk |
@JsDove E2e jenkins job failed, comment |
Add json key inverted index in stats for optimization
#36995