How do you trigger sharding tables in BigQuery? -


how shard multiple tables of same format in bigquery?

i think native way split tables date, in form:

table_name_yyyymmdd 

then can query entire collection of tables via table_date_range.

if manually shard on other basis, can perform union query listing tables separated commas:

select   *   table1, table2 

Comments

Popular posts from this blog

ios - Memory not freeing up after popping viewcontroller using ARC -

Django REST Framework perform_create: You cannot call `.save()` after accessing `serializer.data` -

Why does Go error when trying to marshal this JSON? -