Reputation: 679
When using the insert stream API of GBQ, the data follows the lifecycle as shown below in the image.
But what about the case when you are moving some data from an existing table and inserting into another. Will that cause the new table data to first go through Streaming Buffer or it is instantly available in Columnar Storage.
Upvotes: 0
Views: 129
Reputation: 33705
Copying a table only affects managed storage. It doesn't go through the streaming buffer.
Upvotes: 2