File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -643,6 +643,13 @@ message ExecuteSqlRequest {
643643
644644 // Common options for this request.
645645 RequestOptions request_options = 11 ;
646+
647+ // If this is for a partitioned read and this field is set to `true`, the
648+ // request will be executed via Spanner independent compute resources.
649+ //
650+ // If the field is set to `true` but the request does not set
651+ // `partition_token`, the API will return an `INVALID_ARGUMENT` error.
652+ bool data_boost_enabled = 15 ;
646653}
647654
648655// The request for [ExecuteBatchDml][google.spanner.v1.Spanner.ExecuteBatchDml].
@@ -949,6 +956,13 @@ message ReadRequest {
949956
950957 // Common options for this request.
951958 RequestOptions request_options = 11 ;
959+
960+ // If this is for a partitioned query and this field is set to `true`, the
961+ // request will be executed via Spanner independent compute resources.
962+ //
963+ // If the field is set to `true` but the request does not set
964+ // `partition_token`, the API will return an `INVALID_ARGUMENT` error.
965+ bool data_boost_enabled = 16 ;
952966}
953967
954968// The request for [BeginTransaction][google.spanner.v1.Spanner.BeginTransaction].
You can’t perform that action at this time.
0 commit comments