-
Notifications
You must be signed in to change notification settings - Fork 25.3k
ESQL: Skip unused STATS groups by adding a Top N BlockHash implementation #127148
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
Changes from all commits
3322f34
fcdfbd4
7282e98
b6d7265
4950f5f
a425c5d
665ace3
6616fdf
d838057
e78fac5
143d86f
fa3a779
4b212cd
87eb135
c9635f9
29fa4d1
7ca3ce3
13900f6
c778b3b
270eb6b
5483dc2
3a775ac
2dde5c1
a5855c1
5176663
fb670bd
ea433a2
fd97a8c
ddb6735
3d83784
23195a8
afff00e
a54ba97
20f75c1
8d101fb
c27faa0
9cff744
22da89e
9c12c35
714aed9
9d8f749
ed18e7c
16c88eb
2b1f868
f0349f4
e7ebd05
40b7682
76291a6
dd48d97
e63b73a
b2c42e4
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
pr: 127148 | ||
summary: Skip unused STATS groups by adding a Top N `BlockHash` implementation | ||
area: ES|QL | ||
type: enhancement | ||
issues: [] |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is the connection between the QL and compute code. It's always null now; it should be filled with info from the nearest affecting TopN
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍