-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Implement specifying a row_range for sample_row_keys() #17329
Copy link
Copy link
Open
Labels
api: bigtableIssues related to the Bigtable API.Issues related to the Bigtable API.priority: p3Desirable enhancement or fix. May not be included in next release.Desirable enhancement or fix. May not be included in next release.type: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.‘Nice-to-have’ improvement, new feature or different behavior or design.
Metadata
Metadata
Assignees
Labels
api: bigtableIssues related to the Bigtable API.Issues related to the Bigtable API.priority: p3Desirable enhancement or fix. May not be included in next release.Desirable enhancement or fix. May not be included in next release.type: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.‘Nice-to-have’ improvement, new feature or different behavior or design.
Type
Fields
Give feedbackNo fields configured for issues without a type.
Determine this is the right repository
Summary of the feature request
Limit the sample_row_keys call to a subset of the table, by specifying a row_range.
Desired code experience
Expected results
No response
API client name and version
No response
Use case
Useful when running sample_row_keys on very large tables.
Additional context
No response