简体   繁体   中英

Bigquery parallel reads and writes at the same time

I would like to know whether bigquery supports whether reads and writes happening on the same table at the same time.

FOr example in Hive we cannot do that and results zero rows will be fetched incase writes happening on the table while reading. Does Bigquery also follows the same

You may have a mental model like, at the time of query, BigQuery takes a snapshot of all the tables needed for the query and work on the snapshot of data.

There can be parallel writing to table(s) but has no impact on the reading query.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM