Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2025 04:37 AM
Hi guys,
I wonder if and when it will be possible to extract from information_schema how the table is clustered. I know that analogous information can be obtained when a table is partitioned using this query:
SELECT * FROM cdl_dev.information_schema.columns
WHERE partition_index is not null
Does anyone have information on whether this will be possible?