google bigquery - Table size and Numbers of rows is not updated -


i've created new table copying existent (with different name), in table info don't see table size , numbers of rows increase. if run query see new rows, in preview mode table seems static.

from docs, when dealing streaming data:

streamed data available real-time analysis within few seconds of first streaming insertion table.

data can take 90 minutes become available copy , export operations. also, when streaming partitioned table, data in streaming buffer has null value _partitiontime pseudo column. see whether data available copy , export, check tables.get response section named streamingbuffer. if section absent, data should available copy or export, , should have non-null value _partitiontime pseudo column.

https://cloud.google.com/bigquery/streaming-data-into-bigquery


Comments