Removed set_durability_dev_null_is_web_scale
This commit is contained in:
parent
e7e4beed9c
commit
2adc66f49e
|
@ -140,7 +140,6 @@ description is not currently required but encouraged.
|
|||
description="Disables read-ahead caching for range reads. Under normal operation, a transaction will read extra rows from the database into cache if range reads are used to page through a series of data one row at a time (i.e. if a range read with a one row limit is followed by another one row range read starting immediately after the result of the first)." />
|
||||
<Option name="durability_datacenter" code="110" />
|
||||
<Option name="durability_risky" code="120" />
|
||||
<Option name="durability_dev_null_is_web_scale" code="130" />
|
||||
<Option name="priority_system_immediate" code="200"
|
||||
description="Specifies that this transaction should be treated as highest priority and that lower priority transactions should block behind this one. Use is discouraged outside of low-level tools" />
|
||||
<Option name="priority_batch" code="201"
|
||||
|
|
Loading…
Reference in New Issue