SE の雑記

SQL Server の情報をメインに Microsoft 製品の勉強内容を日々投稿

Archive for 6月 22nd, 2022

SQL Server 2022 New Features: オブジェクトストレージ統合 (Azure Blob ストレージ)

leave a comment

SQL Server 2022 CTP 2.0 時点の情報となり、今後の Preview / 一般提供開始時には変更されている可能性もあります。

SQL Server 2022 の新機能として「オブジェクトストレージ統合」があります。

Analytics の新機能 として、次のように記載されています。

SQL Server 2022 Preview introduces new object storage integration to the data platform, enabling you to integrate SQL Server with S3-compatible object storage, in addition to Azure Storage. The first is backup to URL and the second is Data Lake Virtualization.
Data Lake Virtualization integrates PolyBase with S3-compatible object storage, adds support for to querying parquet files with T-SQL.

機能としては、

  • Azure BLOB ストレージ / S3 互換ストレージに対してのバックアップ / リストアサポート
  • Azure BLOB ストレージ / S3 互換ストレージ上に格納されているファイルの分析
  • OPENROWSET の Parquet ファイルサポート

が該当するはずなのですが、2022 の機能強化 / 変更部分がドキュメントだけでは分かりにくい個所がありますので、本投稿では、SQL Server 2022 のオブジェクトストレージ統合の基本的な内容についてまとめておきたいと思います。

S3 互換ストレージアクセスについては別の投稿でまとめる予定です。

Read the rest of this entry »

Written by Masayuki.Ozawa

6月 22nd, 2022 at 4:31 pm