This is a dedicated watch page for a single video.
Identify the missing word(s) in the following sentence within the context of Microsoft Azure. Index design is a little bit art and a little bit science. A narrow index with few columns in its key requires less time to update and has lower maintenance overhead; however it may not be useful for as many queries as a wider index that includes more columns. Columnstore indexes were introduced to offer improved performance for queries that run large aggregation workloads. This type of index was originally targeted at data warehouses, but over time they have been used in a number of other workloads in order to help solve query performance issues on large tables. A(n) [?] is the table itself stored in a special way, and are stored independently of the table. [?] inherently include all the columns in a given table which are not sorted.