-
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 |
@JsDove cpp-unit-test check failed, comment |
8f74146
to
2910f86
Compare
@JsDove cpp-unit-test check failed, comment |
@JsDove E2e jenkins job failed, comment |
@JsDove E2e jenkins job failed, comment |
@JsDove go-sdk check failed, comment |
e8d01e7
to
ba0030f
Compare
@JsDove cpp-unit-test check failed, comment |
@JsDove E2e jenkins job failed, comment |
1 similar comment
@JsDove E2e jenkins job failed, comment |
29dc519
to
d16a546
Compare
@JsDove E2e jenkins job failed, comment |
d16a546
to
628495d
Compare
@JsDove E2e jenkins job failed, comment |
628495d
to
ee1c86f
Compare
@JsDove go-sdk check failed, comment |
@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]>
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]> improve Signed-off-by: Xianhui.Lin <[email protected]> fix Signed-off-by: Xianhui.Lin <[email protected]>
Signed-off-by: Xianhui.Lin <[email protected]>
Signed-off-by: Xianhui.Lin <[email protected]> fix: nested jsonarray cause incorrect index Signed-off-by: Xianhui.Lin <[email protected]>
Signed-off-by: Xianhui.Lin <[email protected]> feat growingsegment jsonkey index Signed-off-by: Xianhui.Lin <[email protected]>
Signed-off-by: Xianhui.Lin <[email protected]> fix complie error Signed-off-by: Xianhui.Lin <[email protected]> fix complie error Signed-off-by: Xianhui.Lin <[email protected]> fix complie error Signed-off-by: Xianhui.Lin <[email protected]> fix jsonkeyindex array contain Signed-off-by: Xianhui.Lin <[email protected]>
Signed-off-by: Xianhui.Lin <[email protected]> fix jsonkeyindex arrayindex filter error Signed-off-by: Xianhui.Lin <[email protected]> format Signed-off-by: Xianhui.Lin <[email protected]> adjust createjsonindex trigger time Signed-off-by: Xianhui.Lin <[email protected]> Revert "adjust createjsonindex trigger time" This reverts commit 84ea08a. fix jsoncontain Signed-off-by: Xianhui.Lin <[email protected]> fix jsoncontain Signed-off-by: Xianhui.Lin <[email protected]>
Signed-off-by: Xianhui.Lin <[email protected]> fix yaml format Signed-off-by: Xianhui.Lin <[email protected]>
Signed-off-by: Xianhui.Lin <[email protected]> fix e2e jsoncontain Signed-off-by: Xianhui.Lin <[email protected]> bug fix Signed-off-by: Xianhui.Lin <[email protected]> bug fix Signed-off-by: Xianhui.Lin <[email protected]> fix Signed-off-by: Xianhui.Lin <[email protected]> fix go ut Signed-off-by: Xianhui.Lin <[email protected]> fix ut Signed-off-by: Xianhui.Lin <[email protected]> fix Signed-off-by: Xianhui.Lin <[email protected]> growing json key fix Signed-off-by: Xianhui.Lin <[email protected]> fix Signed-off-by: Xianhui.Lin <[email protected]> fix Signed-off-by: Xianhui.Lin <[email protected]>
Signed-off-by: Xianhui.Lin <[email protected]> test Signed-off-by: Xianhui.Lin <[email protected]> fix test Signed-off-by: Xianhui.Lin <[email protected]> fix Signed-off-by: Xianhui.Lin <[email protected]> test Signed-off-by: Xianhui.Lin <[email protected]>
ee1c86f
to
a9d7507
Compare
@JsDove E2e jenkins job failed, comment |
/run-cpu-e2e |
Add json key inverted index in stats for optimization
#36995