diff --git a/source/includes/flex-sync-limitations.rst b/source/includes/flex-sync-limitations.rst index b862e019f2..284d78c527 100644 --- a/source/includes/flex-sync-limitations.rst +++ b/source/includes/flex-sync-limitations.rst @@ -105,3 +105,9 @@ Embedded or Linked Objects Flexible Sync does not support querying on properties in Embedded Objects or links. For example, ``obj1.field == "foo"``. + +Query Size Limit +~~~~~~~~~~~~~~~~ + +The **size limit** for any given query subscription in your subscription set is **256 kB**. +Exceeding this limit results in a :ref:`LimitsExceeded Error`. diff --git a/source/sdk/cpp/sync/sync-subscriptions.txt b/source/sdk/cpp/sync/sync-subscriptions.txt index 4eea63ab1f..9055f7c510 100644 --- a/source/sdk/cpp/sync/sync-subscriptions.txt +++ b/source/sdk/cpp/sync/sync-subscriptions.txt @@ -82,6 +82,11 @@ The Realm C++ SDK also has a :cpp-sdk:`mutable_sync_subscription_set ` that enables you to add, change, and remove ``sync_subscription`` objects. +.. warning:: Query Size Limit + + The **size limit** for any given query subscription in your subscription set is **256 kB**. + Exceeding this limit results in a :ref:`LimitsExceeded Error`. + .. _cpp-verify-subscription-size-find-subscription: Verify Number of Subscriptions or Find a Specific Subscription