From 47a15d37f31ca2395f4f6ffcd98a53360e6d2f87 Mon Sep 17 00:00:00 2001 From: Michele Rastelli Date: Tue, 14 Oct 2025 16:41:52 +0200 Subject: [PATCH] updated ArangoDB Tinkerpop Provider limitations --- .../3.12/develop/integrations/arangodb-tinkerpop-provider.md | 2 +- .../3.13/develop/integrations/arangodb-tinkerpop-provider.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/site/content/3.12/develop/integrations/arangodb-tinkerpop-provider.md b/site/content/3.12/develop/integrations/arangodb-tinkerpop-provider.md index 118af1d9fc..04012366f9 100644 --- a/site/content/3.12/develop/integrations/arangodb-tinkerpop-provider.md +++ b/site/content/3.12/develop/integrations/arangodb-tinkerpop-provider.md @@ -818,7 +818,7 @@ This library supports the following features: ## Current Limitations - This library implements the Online Transactional Processing Graph Systems (OLTP) API only. The Online Analytics Processing Graph Systems (OLAP) API is currently not implemented. -- 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). +- 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). ## Logging diff --git a/site/content/3.13/develop/integrations/arangodb-tinkerpop-provider.md b/site/content/3.13/develop/integrations/arangodb-tinkerpop-provider.md index 118af1d9fc..04012366f9 100644 --- a/site/content/3.13/develop/integrations/arangodb-tinkerpop-provider.md +++ b/site/content/3.13/develop/integrations/arangodb-tinkerpop-provider.md @@ -818,7 +818,7 @@ This library supports the following features: ## Current Limitations - This library implements the Online Transactional Processing Graph Systems (OLTP) API only. The Online Analytics Processing Graph Systems (OLAP) API is currently not implemented. -- 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). +- 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). ## Logging