Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
此问题与 BigQuery 中查询数据的性能有关。
任何会影响查询性能的特定表或列设置,或者表中的所有列实际上是否被 BigQuery 平等对待,以便列的顺序或应用于列的任何定义不会以任何可区分的方式影响数据获取?
谢谢!
BigQuery 平等对待所有列。顺序根本不重要。没有任何设置会影响性能,但是如果您以非常多的小块(例如,超过几千个)导入表格,则可能会导致速度变慢。