Do Bigquery Partition decorators with snapshot change with query parameters? -


suppose used

“select title, count(*) [publicdata:samples.wikipedia@1390581599000$0-of-3] group title” 

and used

“select author [publicdata:samples.wikipedia@1390581599000$0-of-3] group author” 

am guaranteed both of these run on same dataset? or there no such guarantee since number of shards used depends on columns selected (due columnio storage)?

query parameters not affecting dataset.

so running different queries on same "snapshots" reads same data.


Comments

Popular posts from this blog

android - Pass an Serializable object in AIDL -

How to provide Authorization & Authentication using Asp.net, C#? -

How to use Authorization & Authentication in Asp.net, C#? -