Sam McVeety
Sam McVeety

Reputation: 3214

Are there limits on the schema size for a BigQuery table?

Beyond the per-row limits at https://cloud.google.com/bigquery/preparing-data-for-bigquery?hl=en#dataformats (which would likely influence the maximum useful schema), is there an explicit limit on the size of a JSON-encoded table schema?

Upvotes: 1

Views: 210

Answers (1)

Mikhail Berlyant
Mikhail Berlyant

Reputation: 173191

There is a hard limit of 10K fields per table. This, I guess, can indirectly be a limit on schema size

Upvotes: 1

Related Questions