Reputation: 810
I have been going through the book Google BigQuery Analytics. On page 354 it states that a table copy completes in less than a minute irrespective of table size. Is this correct? How is it possible?
Upvotes: 0
Views: 69
Reputation: 59325
Let's test that assessment.
I have a 2TB table with 55 billion rows:
I will ask BigQuery to make a copy of it:
The requested job was completed in 55 seconds - less than a minute:
So let me answer the 2 questions above:
The book is old, but the answer is still "yes".
BigQuery is powered by
Upvotes: 1