Module tvix_store::pathinfoservice::bigtable
source · Structs§
- Represents configuration of BigtablePathInfoService. This currently conflates both connect parameters and data model/client behaviour parameters.
- Provides a PathInfoService implementation using Bigtable as an underlying K/V store.
Constants§
- CELL_
SIZE_ πLIMIT There should not be more than 10 MiB in a single cell. https://cloud.google.com/bigtable/docs/schema-design#cells
Functions§
- default_
channel_ πsize - default_
timeout π - derive_
pathinfo_ πkey Derives the row/column key for a given output path. We use hexlower encoding, also because it canβt be misinterpreted as RE2.