Columns Google Professional Data Engineer GCP

  1. Home
  2. Columns Google Professional Data Engineer GCP
  • They are stored as unstructured byte arrays
  • For performance, column values be under 10 MB, with a combined size of 100 MB for all columns in a row.
  • Best to keep all data about a entity in a single, flattened, potentially very wide row.
  • Column families are defined at the table level and subsets of columns can be read.
  • Best to group columns into families based on access patterns
Menu