Get desktop application:
View/edit binary Protocol Buffers messages
Used as request type in: tikvpb.Tikv.BatchCoprocessor
Any schema-ful storage to validate schema correctness if necessary.
Used for partition table scan
This is the session id between a client and tidb
This is the session alias between a client and tidb
Shard infos for FTS index, used by TiFlash reading TiCI.
Used as response type in: tikvpb.Tikv.BatchCoprocessor
Used as request type in: tikvpb.Tikv.DelegateCoprocessor
Used for avoid redundant mem-table copying. If the sequence is the same, tikv-server will not return the mem-table.
Used for avoid redundant snapshot copying. If the sequence is the same, tikv-server will not return the snapshot.
Used as response type in: tikvpb.Tikv.DelegateCoprocessor
Used for avoid redundant mem-table copying.
[start, end)
Used in: , , , , , ,
Used in: , , ,
Used as request type in: tikvpb.Tikv.Coprocessor, tikvpb.Tikv.CoprocessorStream, tikvpb.VersionedKv.VersionedCoprocessor
Used as field type in:
If cache is enabled, TiKV returns cache hit instead of data if its last version matches this `cache_if_match_version`.
Any schema-ful storage to validate schema correctness if necessary.
paging_size is 0 when it's disabled, otherwise, it should be a positive number.
tasks stores the batched coprocessor tasks sent to the same tikv store.
This is the session id between a client and tidb
This is the session alias between a client and tidb
Shard infos for FTS index, used by TiFlash reading TiCI.
Versioned point ranges for TiCI lookup. When `versioned_ranges` is non-empty, all `versioned_ranges[i].range` must be point range.
max_keys_read is 0 when disabled, otherwise limits the number of storage engine keys scanned per coprocessor task. It is a per-task hard ceiling applied uniformly to any coprocessor request, used to bound worst-case scan amplification regardless of how the request is paginated.
paging_size_bytes is 0 when disabled, otherwise it should be a positive number. When set, within a paged coprocessor request, TiKV stops scanning the current page once accumulated scanned bytes reach this limit and returns the page boundary so the next page can resume from there. Unlike max_keys_read, which is a per-task hard ceiling on keys scanned, paging_size_bytes is an independent rate-control dimension intended for Resource Control: it bounds the byte volume of a single page so that RU pre-charging in PD's resource controller can be performed at byte granularity, complementing the existing row-count-based paging (paging_size). The two fields target different scenarios and may be set independently.
Used as response type in: tikvpb.Tikv.Coprocessor, tikvpb.Tikv.CoprocessorStream, tikvpb.VersionedKv.VersionedCoprocessor
Used as field type in:
This field is always filled for compatibility consideration. However newer TiDB should respect `exec_details_v2` field instead.
This field is provided in later versions, containing more detailed information.
Contains the latest buckets version of the region. Clients should query PD to update buckets in cache if its is stale.
StoreBatchTaskResponse is the collection of batch task responses.
Used in: , ,
Used in:
Versioned point ranges for TiCI lookup. When `versioned_ranges` is non-empty, all `versioned_ranges[i].range` must be point range.
Bucket metadata version used to validate this child task.
Used in:
Used in: , ,
Used in: , ,
The executor ID is used to identify the tici executor.
The shard_infos contains the shard information for each tici executor.
Used as request type in: tikvpb.Tikv.GetEstimateTiCICount
Used as response type in: tikvpb.Tikv.GetEstimateTiCICount
KeyRange with an attached read_ts (version). It is used by TiCI versioned lookup. Callers must ensure `range` is a point range.
Used in: ,