In BigQuery, what is a 'slot'?
- aA physical GPU core dedicated to a single query
- bBigQuery's virtual unit of query compute capacity✓
- cA storage partition holding one day of ingested data
- dA named parameter passed to a stored procedure
Explanation:A slot is BigQuery's virtual unit of compute capacity, automatically allocated to execute SQL queries and other job types. It is not a physical core, a storage partition, or a stored-procedure parameter.