Skip to content

Commit

Permalink
chore: add limitations docs (#109)
Browse files Browse the repository at this point in the history
* chore: add limitations docs

* incorporate requested changes

* fix docs

* chore: Update docs/limitations.rst

Co-authored-by: Knut Olav Løite <[email protected]>

Co-authored-by: ansh0l <[email protected]>
Co-authored-by: Knut Olav Løite <[email protected]>
  • Loading branch information
3 people authored Aug 17, 2022
1 parent 2d13f6d commit 5c72bae
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions docs/limitations.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
Limitations
------------------------------------

Session Labeling
~~~~~~~~~~~~~~~~
Cloud Spanner Session Labeling is not supported.

Request Priority
~~~~~~~~~~~~~~~~
Request priority can be set by unwrapping the Spanner-specific `SpannerConn` interface and setting the request priority as part of a db call.

Tagging
~~~~~~~
Tags can be set by unwrapping the Spanner-specific `SpannerConn` interface and setting the tags using that interface.

Partition Reads
~~~~~~~
Partition Reads can be done by unwrapping the Spanner-specific `SpannerConn` interface and doing the parition reads using that interface.

PostgreSQL
~~~~~~~
Spanner databases that use the PostgreSQL dialect are not yet supported.

Backups
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Backups are not supported by this driver. Use the [Cloud Spanner Go client library](https://github.com/googleapis/google-cloud-go/tree/main/spanner) to manage backups programmatically.

0 comments on commit 5c72bae

Please sign in to comment.