Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[feat]: Put Compaction and BF settings directly under table or view in the tree #682

Open
millerjp opened this issue Jan 2, 2025 · 1 comment
Assignees
Labels
enhancement New feature or request right click
Milestone

Comments

@millerjp
Copy link
Contributor

millerjp commented Jan 2, 2025

Compaction is such an important attribute of a table and view and its a bit hidden under the options section in the tree.

We need to make it more prominant as its a feature users interact with and need to understand its priority - so having it in options hides it away.

Also include the bloom filter false positive chance under the new compaction Compaction section as the setting here typically correlates to the choice of compaction.

Do leave it as is in Options as it matches the CQL syntax to group it under there. Its OK to be in two places. We need it as a group to ensure its prominance to users and support future right click actions.

Put it between Columns and Options in the tree.

Screenshot 2025-01-02 at 19 15 26

An icon like this https://www.iconfinder.com/icons/2264564/defragmentation_defrag_disk_drive_file_storage_icon

--mytable
    |-Compaction
           |-Class: xxx
           |- the various other compaction settinhs
           |- Bloom Filter Fp Chance: xxx
@millerjp millerjp added the enhancement New feature or request label Jan 2, 2025
@millerjp millerjp added this to the RightClick milestone Jan 2, 2025
@millerjp millerjp changed the title [feat]: Move Compaction out from options directly under table [feat]: Move Compaction out from options directly under table and view Jan 2, 2025
@millerjp millerjp changed the title [feat]: Move Compaction out from options directly under table and view [feat]: Put Compaction and BF settings directly under table or view in the tree Jan 2, 2025
mhmdkrmabd added a commit that referenced this issue Feb 18, 2025
@mhmdkrmabd
Copy link
Collaborator

Image

digiserg pushed a commit that referenced this issue Feb 18, 2025
…#685, #684, #649, #596, #670, #577, #360, #522, and #682 (#726)

* For ticket #666, dynamic RF name based on strategy

When altering/creating a keyspace, the `Replication Factor` name would be changed to be `Data Center Replication Factor` in case the set strategy is `NetworkTopology`

* For ticket #591, added `Mandatory` badge to required fields on keyspace creation

- Now a badge `Mandatory` is showed for the `Keyspace Name` field; to tell that it's a required field to complete the creation process.

- Improved the style of other mandatory fields in connection addition process - host name and port -.

* For ticket #667, warning about keyspace name in alter process has been removed

The warning `The keyspace name can't be altered` has been removed; as the field is disabled already.

* For ticket #663, altering warning for name has been removed everywhere

- Similar to #667 ticket, the altering warning for standard table's name has been removed.
- Also, it has been removed when altering counter tables and UDTs.

* For ticket #685, improved the metadata treeview, changed icons for partition and clustering keys

The icon of both; partition and clustering keys have been changed in order to be clearly distinguished

* For ticket #684

* For ticket #649, and ticket #670 - handled in previous commits -

* For ticket #577

* For ticket #360

* For ticket #522

* For ticket #682
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request right click
Projects
None yet
Development

No branches or pull requests

2 participants