Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down