mirror of
https://github.com/apple/foundationdb.git
synced 2025-05-14 01:42:37 +08:00
Add a note that use of special keys may implicitly enable raw access on a transaction.
This commit is contained in:
parent
860ede0c2e
commit
b6350a2535
@ -55,4 +55,6 @@ When operating in the tenant mode ``required_experimental``, transactions are no
|
||||
|
||||
.. note :: Setting the ``READ_SYSTEM_KEYS`` or ``ACCESS_SYSTEM_KEYS`` options implies ``RAW_ACCESS`` for your transaction.
|
||||
|
||||
.. note :: Many :doc:`special keys <special-keys>` operations access parts of the system keys and will implictly enable raw access on the transactions in which they are used.
|
||||
|
||||
.. warning :: Care should be taken when using raw access to run transactions spanning multiple tenants if the tenant feature is being utilized to aid in moving data between clusters. In such scenarios, it may not be guaranteed that all of the data you intend to access is on a single cluster.
|
||||
|
Loading…
x
Reference in New Issue
Block a user