View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0006677 | SymmetricDS | Improvement | public | 2024-12-13 19:02 | 2024-12-13 19:06 |
Reporter | pmarzullo | Assigned To | pmarzullo | ||
Priority | normal | ||||
Status | assigned | Resolution | open | ||
Product Version | 3.15.0 | ||||
Target Version | 3.15.12 | ||||
Summary | 0006677: Support include column for SQL Server indexes (covering index) | ||||
Description | SQL Server supports covering indexes, which allows the creation of a non-clustered index where the columns that are used for the index are set up in a b-tree data structure, and other columns can be included in the index without being a part of the b-tree index so that a query can be satisfied by only the index instead of going to the index and the table space. DDL Utils will need to be updated to support the INCLUDE (column list) part of the index definition. | ||||
Tags | ddl/schema, dialect: sql-server | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2024-12-13 19:02 | pmarzullo | New Issue | |
2024-12-13 19:02 | pmarzullo | Status | new => assigned |
2024-12-13 19:02 | pmarzullo | Assigned To | => pmarzullo |
2024-12-13 19:02 | pmarzullo | Tag Attached: ddl/schema | |
2024-12-13 19:02 | pmarzullo | Tag Attached: dialect: sql-server | |
2024-12-13 19:06 | pmarzullo | Relationship added | related to 0006678 |