Skip to content

Commit

Permalink
Merge pull request #14 from tigergraph/DOC-2292-Performance-note
Browse files Browse the repository at this point in the history
DOC-2292
  • Loading branch information
Tushar-TG-14 authored Nov 14, 2024
2 parents da38b71 + 718a923 commit 86e6a37
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions modules/intro/pages/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,9 @@ for the most up-to-date news on pyTigerGraph.
|===

== Peformance Notes
pyTigerGraph is a feature rich package that allows you to interact with TigerGraph databases from Python.
However, it is important to note that there will be a performance overhead when using pyTigerGraph compared to using cURL-like requests directly to the TigerGraph REST++ API.
This is because pyTigerGraph is a Python package that wraps the REST++ API and adds additional functionality such as URL building, logging, and authentication handling, as well as error checking.
pyTigerGraph is a feature-rich package that allows you to interact with TigerGraph databases using Python.
It enhances the REST++ API by adding extra features, such as URL setup, log creation, authentication, and error checks.
Therefore, pyTigerGraph may perform slower than direct cURL requests to the TigerGraph REST++ API.

== pyTigerGraph vs. pyTigerGraph[gds]
We offer two versions of the package: _pyTigerGraph_ and _pyTigerGraph[gds]_.
Expand Down

0 comments on commit 86e6a37

Please sign in to comment.