[[["易于理解","easyToUnderstand","thumb-up"],["解决了我的问题","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["很难理解","hardToUnderstand","thumb-down"],["信息或示例代码不正确","incorrectInformationOrSampleCode","thumb-down"],["没有我需要的信息/示例","missingTheInformationSamplesINeed","thumb-down"],["翻译问题","translationIssue","thumb-down"],["其他","otherDown","thumb-down"]],["最后更新时间 (UTC):2025-05-06。"],[[["Bigtable aggregates allow for the aggregation of cell values directly at write time, merging new values with existing aggregated data within the cell."],["Aggregates are useful in scenarios where summarized data is needed rather than individual data points, such as creating counters or time buckets."],["Creating and updating aggregate cells requires the use of `MutateRow` requests with either `AddToCell` to increment or `MergeToCell` to copy values, sent to specially defined aggregate column families."],["Bigtable supports various aggregation types, including sum, minimum, maximum, and HyperLogLog (HLL), each with specific input types."],["Aggregate cells are subject to garbage collection and replication like other cells, but if an add request is sent to a deleted aggregate cell, a new aggregate cell will be created."]]],[]]