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
Copy file name to clipboardExpand all lines: articles/cosmos-db/gremlin-limits.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,22 +1,22 @@
1
1
---
2
2
title: Limits of Azure Cosmos DB Gremlin
3
3
description: Reference documentation for runtime limitations of Graph engine
4
-
author: olignat
4
+
author: lbosq
5
5
ms.service: cosmos-db
6
6
ms.subservice: cosmosdb-graph
7
7
ms.topic: reference
8
-
ms.date: 09/10/2019
9
-
ms.author: olignat
8
+
ms.date: 10/04/2019
9
+
ms.author: lbosq
10
10
---
11
11
12
12
# Azure Cosmos DB Gremlin limits
13
13
This article talks about the limits of Azure Cosmos DB Gremlin engine and explains how they may impact customer traversals.
14
14
15
-
Cosmos DB Gremlin is built on top of Cosmos DB infrastructure that's why all limits in [Azure Cosmos DB](https://docs.microsoft.com/azure/cosmos-db/concepts-limits) still apply.
15
+
Cosmos DB Gremlin is built on top of Cosmos DB infrastructure. Due to this, all limits explained in [Azure Cosmos DB service limits](https://docs.microsoft.com/azure/cosmos-db/concepts-limits) still apply.
16
16
17
17
## Limits
18
18
19
-
When Gremlin limit is reached, traversal is canceled with **x-ms-status-code**= 429 indicating throttling error.
19
+
When Gremlin limit is reached, traversal is canceled with a **x-ms-status-code**of 429 indicating a throttling error. See [Gremlin server response headers](gremlin-limits.md) for more information.
0 commit comments