Pregunta

Some of the recent tables created by streaming don't display table size: enter image description here

The same table next day shows its size: enter image description here

Why is there such a delay in the interface?

¿Fue útil?

Solución

Streamed data is written to a buffer that gets flushed periodically (the rate depends on how quickly data is being ingested). We don't update the table metadata (including size) until the data is flushed. Does this cause problems? If so, if you file a feature request at the BigQuery public issue tracker we'll look into doing more immediate size calculation.

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top