Skip to content

Conversation

@stratoula
Copy link
Contributor

Summary

Adds pagination on the history table as it is not so performant for many items

@elasticmachine
Copy link
Contributor

💚 Build Succeeded

Metrics [docs]

Module Count

Fewer modules leads to a faster build time

id before after diff
esql 131 124 -7
lens 1412 1405 -7
stackAlerts 282 275 -7
total -21

Async chunks

Total size of all lazy-loaded chunks that will be downloaded as the user navigates the app

id before after diff
esql 270.9KB 269.5KB -1.4KB

History

@stratoula stratoula added v9.2.0 Feature:ES|QL ES|QL related features in Kibana Team:ESQL ES|QL related features in Kibana t// release_note:skip Skip the PR/issue when compiling release notes backport:skip This PR does not require backporting labels Sep 15, 2025
const scrollBarStyles = euiScrollBarStyles(theme);
const [isDiscardQueryModalVisible, setIsDiscardQueryModalVisible] = useState(false);

const { sorting, onTableChange } = useEuiTablePersist<QueryHistoryItem>({
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This was causing bugs with pagination and I dont think it is important to persist the sorting here

@stratoula stratoula marked this pull request as ready for review September 15, 2025 13:25
@stratoula stratoula requested a review from a team as a code owner September 15, 2025 13:25
@elasticmachine
Copy link
Contributor

Pinging @elastic/kibana-esql (Team:ESQL)

@stratoula stratoula merged commit 64e9d40 into elastic:main Sep 17, 2025
24 checks passed
CAWilson94 pushed a commit to CAWilson94/kibana that referenced this pull request Sep 24, 2025
## Summary

Adds pagination on the history table as it is not so performant for many
items

- [ ] [Unit or functional
tests](https://www.elastic.co/guide/en/kibana/master/development-tests.html)
were updated or added to match the most common scenarios

---------

Co-authored-by: kibanamachine <[email protected]>
niros1 pushed a commit that referenced this pull request Sep 30, 2025
## Summary

Adds pagination on the history table as it is not so performant for many
items

- [ ] [Unit or functional
tests](https://www.elastic.co/guide/en/kibana/master/development-tests.html)
were updated or added to match the most common scenarios

---------

Co-authored-by: kibanamachine <[email protected]>
rylnd pushed a commit to rylnd/kibana that referenced this pull request Oct 17, 2025
## Summary

Adds pagination on the history table as it is not so performant for many
items

- [ ] [Unit or functional
tests](https://www.elastic.co/guide/en/kibana/master/development-tests.html)
were updated or added to match the most common scenarios

---------

Co-authored-by: kibanamachine <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

backport:skip This PR does not require backporting Feature:ES|QL ES|QL related features in Kibana release_note:skip Skip the PR/issue when compiling release notes Team:ESQL ES|QL related features in Kibana t// v9.2.0

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants