Tables div supports longer names and dedup information
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 29
- Forks
- 39
- Avg merge
- 4d 11h
- Merged PRs (30d)
- 4
Description
Is your feature request related to a problem?
1.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: https://github.com/orgs/questdb/projects/1?pane=issue&itemId=20369114
Reversing the name ordering - would group tables by name instead of guid, which is less ideal for my use case.
Additional context.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Begin in the QuestDB Web Console tables view and compare the current table-name panel with the screenshot and the two requested behaviors. Confirm whether longer names can be shown by resizing the panel and whether upsert keys are available alongside partitioning, indexing, and designated-timestamp information; done means the agreed UI behavior is implemented and verified in the affected view.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- react, typescript
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100