Description
Is your feature request related to a problem?
I have tables with long names ("{guid}_{name}"). I have organised them this way round to group similar guids together in the window and the file system. i.e guid_foo and guid_bar will be next to each other for the same guid.
However, using DAY partition and WAL, I can only see the first character of the name, and cannot move the vertical divider to expand the div any further into the code div.
See screenshot for example.
Actioned a while ago, thank you!
It would be useful for me to be able to visualise the upsert keys in some fashion alongside the partitioning/indexing etc.
I appreciate that 7.3.0 only just came out!
Describe the solution you'd like.
For 1.
Freedom to expand the tables div further
Perhaps secondary visuals might work too (i.e tooltip when hovering over etc.)
For 2.
Perhaps icons next to the fields to match indexed symbols and designated timestamps.
Describe alternatives you've considered.
Using shorter names - possible if/when this comes: QuestDB Public Roadmap
Reversing the name ordering - would group tables by name instead of guid, which is less ideal for my use case.