-
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 |
@JsDove go-sdk check failed, comment |
@JsDove E2e jenkins job failed, comment |
rerun go-sdk |
@JsDove go-sdk check failed, comment |
rerun go-sdk |
@JsDove go-sdk check failed, comment |
cb6a311
to
223a346
Compare
@JsDove E2e jenkins job failed, comment |
@JsDove E2e jenkins job failed, comment |
@JsDove go-sdk check failed, comment |
@JsDove E2e jenkins job failed, comment |
21a428b
to
46d0809
Compare
@JsDove go-sdk check failed, comment |
rerun go-sdk |
@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]>
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]> improve jsonkey unitest Signed-off-by: Xianhui.Lin <[email protected]> remove sealsegment chunknum assert Signed-off-by: Xianhui.Lin <[email protected]>
Signed-off-by: Xianhui.Lin <[email protected]>
46d0809
to
a5d5f1a
Compare
@JsDove go-sdk check failed, comment |
a5d5f1a
to
1058d0b
Compare
@JsDove go-sdk check failed, comment |
a23a2cf
to
d4c04ab
Compare
Signed-off-by: Xianhui.Lin <[email protected]> fix unitest Signed-off-by: Xianhui.Lin <[email protected]> improve Signed-off-by: Xianhui.Lin <[email protected]> fix Signed-off-by: Xianhui.Lin <[email protected]> fix Signed-off-by: Xianhui.Lin <[email protected]> fix go test error Signed-off-by: Xianhui.Lin <[email protected]>
d4c04ab
to
1852709
Compare
Add json key inverted index in stats for optimization
#36995