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.
是否可以跨 Cloud Bigtable 和 BigQuery 加入 2 个表?我在谷歌上搜索了很多,但找不到与此相关的任何内容。任何帮助,将不胜感激。
由于这两种产品都是作为服务提供的,因此您无法加入 2 张桌子。您将需要使用 API 或库层导出到通用格式,例如(HBase、Hadoop)并编写自己的中间件来互连和连接数据集。
通常也可以通过其他一些技术解决问题 - 不同的方法 - 数据复制 - 事件路由等......