Skip to content

Commit

Permalink
DOC-1743-3.6-transaction-typo
Browse files Browse the repository at this point in the history
  • Loading branch information
victorleeTG authored Sep 1, 2023
1 parent 34c09fd commit 005b598
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/intro/pages/transaction-and-acid.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ A TigerGraph *transaction* is a sequence of operations which acts as a single lo

A *read-only operation* in TigerGraph does not add or remove vertices or edges or change any vertex/edge attribute values. An *update operation* in TigerGraph is an operation which either changes some vertex/edge attribute value or inserts some new or delete some existing vertex/edge.

The TigerGraph system provides full ACID transactions with read-commited consistency. Transactions are defined as follows:
The TigerGraph system provides full ACID transactions with Strong Consistency. Transactions are defined as follows:

* Each GSQL query is a transaction. Each query may have multiple read or write operations.
* Each REST{pp} GET, POST, or DELETE operation (which may have multiple update operations within it) is a transaction.
Expand Down

0 comments on commit 005b598

Please sign in to comment.