Domanda

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?

È stato utile?

Soluzione

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.

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top