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 中单行的数据量是否有限制?单个列条目(单元格)的大小是否有限制?(以字节为单位)
从 Cloud Storage 导入时是否有限制?
CSV 允许的最大单行大小为 1MB,JSON 为 2MB。字段大小没有限制,但显然它们也必须小于行大小。
此处描述了这些限制。