Skip to content

Commit 6fe7948

Browse files
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>
1 parent b84cf34 commit 6fe7948

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

  • docs/relational-databases/track-changes/change-event-streaming

docs/relational-databases/track-changes/change-event-streaming/configure.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -551,7 +551,6 @@ The following limitations apply when using CES with Azure SQL Database:
551551
- A table can belong to only one streaming group. You can't stream the same table to multiple destinations.
552552
- You can only configure user tables for CES. CES doesn't support streaming system tables.
553553
- 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
555554
- While CES is enabled on a table, you can't add or drop a primary key constraint on that table.
556555

557556
- `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:
564563
- Graph tables
565564
- External tables
566565

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+
567569
### Column-level limitations
568570

569571
- CES doesn't support the following data types. Streaming skips columns of these types:

0 commit comments

Comments
 (0)