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
Converted Online Index operations limitation into a warning/note (#36191)
* Converted Online Index operations limitation into a warning/note
---------
Co-authored-by: Randolph West MSFT <97149825+rwestMSFT@users.noreply.github.com>
Copy file name to clipboardExpand all lines: docs/relational-databases/track-changes/change-event-streaming/configure.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -551,7 +551,6 @@ The following limitations apply when using CES with Azure SQL Database:
551
551
- A table can belong to only one streaming group. You can't stream the same table to multiple destinations.
552
552
- You can only configure user tables for CES. CES doesn't support streaming system tables.
553
553
- You can configure up to 4,096 stream groups. Each stream group can include up to 40,000 tables.
554
-
-[Online index operations](../../indexes/perform-index-operations-online.md) are not supported
555
554
- While CES is enabled on a table, you can't add or drop a primary key constraint on that table.
556
555
557
556
-`ALTER TABLE SWITCH PARTITION` isn't supported on tables configured for CES.
@@ -564,6 +563,9 @@ The following limitations apply when using CES with Azure SQL Database:
564
563
- Graph tables
565
564
- External tables
566
565
566
+
> [!IMPORTANT]
567
+
> [Online index operations](../../indexes/perform-index-operations-online.md) can generate substantial amounts of transaction log records. CES must process significantly more data, which can result in increased event latency.
568
+
567
569
### Column-level limitations
568
570
569
571
- CES doesn't support the following data types. Streaming skips columns of these types:
0 commit comments