[[["易于理解","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-04-03。"],[[["BigQuery change history allows tracking of modifications to BigQuery tables, enabling users to identify specific changes within a given timeframe."],["Accessing change history requires the `bigquery.tables.getData` permission, included in roles like `roles/bigquery.dataViewer`, `roles/bigquery.dataEditor`, `roles/bigquery.dataOwner`, and `roles/bigquery.admin`."],["The `APPENDS` function returns all rows appended to a table within a specified time range, while the `CHANGES` function, which requires enabling the `enable_change_history` option, returns all changed rows within a given range."],["Utilizing change history functions incurs BigQuery compute costs, as they must process all data written to the table during the designated time period, and setting `enable_change_history` to `TRUE` adds storage and compute costs."],["This is currently a pre-GA feature and it is available \"as is\", therefore the support may be limited, and any questions or feedback about it should be directed to bq-change-history-feedback@google.com."]]],[]]