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-api-faq.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ ms.author: sngun
12
12
13
13
This article explains answers to some frequently asked questions about Gremlin API in Azure Cosmos DB.
14
14
15
-
## How to evaluate the efficiency of Gremlin queries?
15
+
## How to evaluate the efficiency of Gremlin queries
16
16
17
17
The **executionProfile()** preview step can be used to provide an analysis of the query execution plan. This step needs to be added to the end of any Gremlin query as illustrated by the following example:
18
18
@@ -142,4 +142,4 @@ Fluent API calls aren't yet supported by the Azure Cosmos DB Gremlin API. Fluent
142
142
## Next steps
143
143
144
144
*[Azure Cosmos DB Gremlin wire protocol support](gremlin-support.md)
145
-
* Create, query, and traverse an Azure Cosmos DB graph database using the [Gremlin console](create-graph-gremlin-console.md)
145
+
* Create, query, and traverse an Azure Cosmos DB graph database using the [Gremlin console](create-graph-gremlin-console.md)
0 commit comments