diff --git a/docs/Overview/indexes/aggregating-index.md b/docs/Overview/indexes/aggregating-index.md index db27f533..6ca2e1db 100644 --- a/docs/Overview/indexes/aggregating-index.md +++ b/docs/Overview/indexes/aggregating-index.md @@ -27,7 +27,7 @@ Topics: * **Automatic synchronization** - The aggregating index is automatically updated in real-time to reflect changes in the base table after each transaction including **DELETE** or **UPDATE** operations. + The aggregating index is automatically updated in real-time to reflect changes in the base table within the same DML transaction which modified the base table using an **INSERT**, **DELETE** or **UPDATE** operation. * **Automatic `COUNT(*)` aggregations**