Skip to content

Commit

Permalink
Add description for isolationLevel (#3310)
Browse files Browse the repository at this point in the history
* Add description for isolationLevel

* Update tispark-overview.md

Co-authored-by: Ran <huangran@pingcap.com>

Co-authored-by: Ran <huangran@pingcap.com>
Co-authored-by: ti-srebot <66930949+ti-srebot@users.noreply.github.com>
  • Loading branch information
3 people authored Jul 21, 2020
1 parent bec0baf commit cae8453
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tispark-overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,10 @@ df.write
It is recommended to set `isolationLevel` to `NONE` to avoid large single transactions which might potentially lead to TiDB OOM.
> **Note:**
>
> When you use JDBC, the default value of `isolationLevel` is `READ_UNCOMMITTED`, which causes the error of unsupported isolation level transactions. It is recommended to set the value of `isolationLevel` to `NONE`.
## Statistics information
TiSpark uses TiDB statistic information for the following items:
Expand Down

0 comments on commit cae8453

Please sign in to comment.