ydb-platform / ydb-embedded-ui

Apache License 2.0
28 stars 9 forks source link

Find tablets in tablets table by ID #1465

Open Raubzeug opened 1 month ago

Raubzeug commented 1 month ago

Lets add input, that allows to filter tablets in table/folder/database by id. At the first filter try to find entities in given list. If no entities are found, filter tries to find tablet by given id, requesting tabletifo with appropriate filters. Should we check if given id contains only numbers (or any other way to check given tablet's id validity)?

adameat commented 1 week ago

we decided to drop this part "If no entities are found, filter tries to find tablet by given id, requesting tabletifo with appropriate filters."