Lokasi ngalangkungan proxy:   [ UP ]  
[Ngawartoskeun bug]   [Panyetelan cookie]                
Skip to content

Commit 940949c

Browse files
authored
Update polybase-guide.md
------- cc: @MikeRayMSFT
1 parent 394eac8 commit 940949c

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

docs/relational-databases/polybase/polybase-guide.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Introducing data virtualization with PolyBase"
33
description: PolyBase enables your SQL Server instance to process Transact-SQL queries that read data from external data sources such as Hadoop and Azure blob storage.
4-
ms.date: 02/22/2022
4+
ms.date: 03/08/2022
55
ms.prod: sql
66
ms.technology: polybase
77
ms.topic: "overview"
@@ -36,9 +36,6 @@ PolyBase enables your [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)]
3636

3737
A key use case for data virtualization with the PolyBase feature is to allow the data to stay in its original location and format. You can virtualize the external data through the [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] instance, so that it can be queried in place like any other table in [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)]. This process minimizes the need for ETL processes for data movement. This data virtualization scenario is possible with the use of PolyBase connectors.
3838

39-
> [!NOTE]
40-
> Some functionality of the PolyBase feature is in private preview for **Azure SQL managed instances**, including the ability to query external data (Parquet files) in Azure Data Lake Storage (ADLS) Gen2. Private preview includes access to client libraries and documentation for testing purposes that are not yet available publicly. If you are interested and ready to invest some time in trying out the functionalities and sharing your feedback and questions, please review the [Azure SQL Managed Instance PolyBase Private Preview Guide](https://sqlmipg.blob.core.windows.net/azsqlpolybaseshare/Azure_SQL_Managed_Instance_Polybase_Private_Preview_Onboarding_Guide.pdf).
41-
4239
### Supported SQL products and services
4340

4441
PolyBase provides these same functionalities for the following SQL products from Microsoft:
@@ -48,6 +45,9 @@ PolyBase provides these same functionalities for the following SQL products from
4845
- [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] [!INCLUDE[pdw](../../includes/sspdw-md.md)] (PDW), hosted in the Analytics Platform System (APS)
4946
- [!INCLUDE[ssazuresynapse_md](../../includes/ssazuresynapse_md.md)]
5047

48+
> [!NOTE]
49+
> Data virtualization using PolyBase feature is available in preview for **Azure SQL Managed Instance**, scoped to querying external data stored in files in Azure Data Lake Storage (ADLS) Gen2 and Azure Blob Storage. Visit [Data virtualization with Azure SQL Managed Instance](https://docs.microsoft.com/azure/azure-sql/managed-instance/data-virtualization-overview) to learn more.
50+
5151
### PolyBase connectors
5252

5353
The PolyBase feature provides connectivity to the following external data sources:

0 commit comments

Comments
 (0)