In Google BigQuery [1], it support nested field type, so can I say that it is preferred way to organize than splitting into tables and query with join?
Bigquery support patch when we need to add a new columns, how is the performance when adding new column in a very large table, e.g. 1TB, are there any way to min. down time since we might need to update columns a few time a month.
[1] https://developers.google.com/bigquery/docs/data#nested
[2] https://developers.google.com/bigquery/docs/reference/v2/tables/patch