apache / druid

Apache Druid: a high performance real-time analytics database.
https://druid.apache.org/
Apache License 2.0
13.44k stars 3.69k forks source link

show 'number' column in tables of web console #7696

Open pdeva opened 5 years ago

pdeva commented 5 years ago

Description

When showing lists of things like say datasources, show 'item number' next to them (eg a numbered list instead of a bullet list).

Motivation

Its very helpful to see the 'count' of items. Eg the total number of datasources, total number of segments for a filter, etc. Having a 'number' column helps to know the total number of 'things'

vogievetsky commented 5 years ago

Are you suggesting an index column in the rows of the table or some sort of number indicating the total count of rows in the table?

pdeva commented 5 years ago

Either and/or both are useful