jadami10 opened a new pull request, #9181:
URL: https://github.com/apache/pinot/pull/9181
This is a `ui` `bugfix`
- shows instance and segment count in the UI on the table page. this must
makes it easier to see how many you have at a glance
- paginates the segments table
- this table can grow quite large (10s to 100s thousands)
- trying to render that all at once breaks browsers, and isn't useful
visually
- we could use virtualized tables, but that's a lot harder to setup
Here's a screenshot. Ignore the segment count mismatch. This was just local
tinkering to make it render 10,000 segments to test pagination is working
correctly.

--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]