Azure 数据仓库数据库存储
Azure Data Warehouse Database Storage
我是 Azure 数据仓库的新手,在阅读一些关于数据实际存储位置的文章时有点困惑。是存储数据库表数据的计算节点还是 azure blob 存储?
谢谢
来自 Azure 文档..
SQL Data Warehouse is a massively parallel processing (MPP) distributed database system. By dividing data and processing capability across multiple nodes, SQL Data Warehouse can offer huge scalability - far beyond any single system. Behind the scenes, SQL Data Warehouse spreads your data across many shared-nothing storage and processing units. The data is stored in Premium locally redundant storage, and linked to compute nodes for query execution. With this architecture, SQL Data Warehouse takes a "divide and conquer" approach to running loads and complex queries. Requests are received by the Control node, optimized and then passed to the Compute nodes to do their work in parallel.
我是 Azure 数据仓库的新手,在阅读一些关于数据实际存储位置的文章时有点困惑。是存储数据库表数据的计算节点还是 azure blob 存储?
谢谢
来自 Azure 文档..
SQL Data Warehouse is a massively parallel processing (MPP) distributed database system. By dividing data and processing capability across multiple nodes, SQL Data Warehouse can offer huge scalability - far beyond any single system. Behind the scenes, SQL Data Warehouse spreads your data across many shared-nothing storage and processing units. The data is stored in Premium locally redundant storage, and linked to compute nodes for query execution. With this architecture, SQL Data Warehouse takes a "divide and conquer" approach to running loads and complex queries. Requests are received by the Control node, optimized and then passed to the Compute nodes to do their work in parallel.