Skip to content

Commit 9b3b338

Browse files
authored
updated ArangoDB Tinkerpop Provider limitations (#806)
1 parent 4492cf6 commit 9b3b338

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

site/content/3.12/develop/integrations/arangodb-tinkerpop-provider.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -818,7 +818,7 @@ This library supports the following features:
818818
## Current Limitations
819819

820820
- This library implements the Online Transactional Processing Graph Systems (OLTP) API only. The Online Analytics Processing Graph Systems (OLAP) API is currently not implemented.
821-
- This library implements the Structure API only. The Process API is currently not implemented. For optimal query performance, it is recommended to use [AQL queries](#aql-queries).
821+
- Some generated queries might not be optimized, since the Process API is only partially implemented (see [Query Optimization](#query-optimization)). For optimal query performance is recommended to use [AQL queries](#aql-queries).
822822

823823
## Logging
824824

site/content/3.13/develop/integrations/arangodb-tinkerpop-provider.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -818,7 +818,7 @@ This library supports the following features:
818818
## Current Limitations
819819

820820
- This library implements the Online Transactional Processing Graph Systems (OLTP) API only. The Online Analytics Processing Graph Systems (OLAP) API is currently not implemented.
821-
- This library implements the Structure API only. The Process API is currently not implemented. For optimal query performance, it is recommended to use [AQL queries](#aql-queries).
821+
- Some generated queries might not be optimized, since the Process API is only partially implemented (see [Query Optimization](#query-optimization)). For optimal query performance is recommended to use [AQL queries](#aql-queries).
822822

823823
## Logging
824824

0 commit comments

Comments
 (0)