You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[feat]: Enhanced Search - Right Click Find entities named [column name|table name|index name|view name|udt name|udt field name|keyspace name etc..]
#616
Open
millerjp opened this issue
Dec 10, 2024
· 0 comments
Enable users to discover any schema entity containing a specific name across the Cassandra database.
This is the first path on an enhanced search feature in the UX - eventually supporting regex type searches, different cases etc.. in a traditinal find type of feature you see often in dev desktop apps.
Feature Description
Right-clicking a column, table etc.. will present a "Find entities named [column name, table name etc..]" option that performs a case-insensitive search across the entire schema. The search will locate the name in:
Column names
Table names
Materialized View names
Secondary Index names
Secondary indexes on columns with the same name
User-Defined Type names and fields
Any other schema entities
Business Value
This feature facilitates:
Quick discovery of related data structures through naming patterns
Name uniqueness validation before implementing new entities
Comprehensive schema exploration and documentation
Implementation Details
The search functionality will:
Execute a case-insensitive match for the selected name in the cluster schema
Display consolidated results showing all matching schema entities
Group results by entity type for improved readability
The text was updated successfully, but these errors were encountered:
millerjp
changed the title
[feat]: Right Click - Find tables, views, indexes with same column name
[feat]: Right Click - Find entities named [column name]
Dec 10, 2024
millerjp
changed the title
[feat]: Right Click - Find entities named [column name]
[feat]: Right Click - Find entities named [column name|]
Dec 10, 2024
millerjp
changed the title
[feat]: Right Click - Find entities named [column name|]
[feat]: Right Click - Find entities named [column name|table name|index name|view name|udt name|udt field name|keyspace name etc..]
Dec 10, 2024
millerjp
changed the title
[feat]: Right Click - Find entities named [column name|table name|index name|view name|udt name|udt field name|keyspace name etc..]
[feat]: Enhanced Search - Right Click Find entities named [column name|table name|index name|view name|udt name|udt field name|keyspace name etc..]
Dec 10, 2024
Enable users to discover any schema entity containing a specific name across the Cassandra database.
This is the first path on an enhanced search feature in the UX - eventually supporting regex type searches, different cases etc.. in a traditinal find type of feature you see often in dev desktop apps.
Feature Description
Right-clicking a column, table etc.. will present a "Find entities named [column name, table name etc..]" option that performs a case-insensitive search across the entire schema. The search will locate the name in:
Business Value
This feature facilitates:
Implementation Details
The search functionality will:
The text was updated successfully, but these errors were encountered: