SNOWFLAKE DOCS DIFF
本日は全8,476ページのうち、3ページが改訂され、削除はありませんでした。重要度は実質更新(B)が2件、些末な更新(C)が1件で、破壊的変更や仕様変更はありません。更新の中心は、セキュリティ強化とCortex Searchを含むSQL機能の拡充です。全体として、利用者の運用や大量データ処理を支援する実務的な更新が中心でした。
セキュリティ関連ガイドとして、Data Movement Policies と Multi-party Approval の2項目が新たに追加されました。前者はSnowflake内の複数のデータ移動チャネルを通じたデータ流出を事前防止し、後者はセキュリティ上重要または運用リスクの高い操作に対する二者承認を扱います。 影響: データ流出対策や重要操作の二者レビューを検討する際に、対応するSnowflake公式ガイドへ直接アクセスしやすくなります。
変更内容: 本文を更新(12行追加・0行削除)
--- ahttps://docs.snowflake.com/en/guides-overview-secure+++ bhttps://docs.snowflake.com/en/guides-overview-secure@@ -134,4 +134,16 @@ </dd>+<dt>[](/user-guide/data-movement-policies)</dt>+<dd>++Using data movement policies to proactively prevent data exfiltration across various movement channels in Snowflake.++</dd>+<dt>[](/user-guide/multi-party-approval)</dt>+<dd>++Using Multi-party Approval for a second-person review of security-sensitive and operationally risky critical operations.++</dd> <dt>[End-to-End Encryption](/user-guide/security-encryption-end-to-end)</dt> <dd>
CORTEX_SEARCH_BATCH テーブル関数が追加され、Cortex Search service にクエリをバッチ送信できるようになりました。高スループットのオフライン用途(エンティティ解決、重複排除、クラスタリングなど)を想定した機能です。 影響: 大量クエリをまとめて処理する用途で、エンティティ解決や重複排除などのオフライン処理に活用できます。
変更内容: 本文を更新(5行追加・0行削除)
--- ahttps://docs.snowflake.com/en/sql-reference/functions-all+++ bhttps://docs.snowflake.com/en/sql-reference/functions-all@@ -825,4 +825,9 @@ </tr> <tr>+ <td>[](/sql-reference/functions/cortex_search_batch)</td>+ <td>This table function submits a batch of queries to a [Cortex Search service](/user-guide/snowflake-cortex/cortex-search/cortex-search-overview) for high-throughput offline use cases such as entity resolution, deduplication, or clustering.</td>+ <td>[](/sql-reference/functions-table)</td>+ </tr>+ <tr> <td>[](/sql-reference/functions/cortex_search_data_scan)</td> <td>This table function returns the data indexed by a [Cortex Search service](/user-guide/snowflake-cortex/cortex-search/cortex-search-overview), including the columns defined in the source query and the computed vector embeddings for the search column.</td>
(この変更は要約対象外です。diff を参照してください)
変更内容: 3行以下の小規模な更新
--- ahttps://docs.snowflake.com/en/user-guide/snowflake-cortex/cortex-search/batch-cortex-search+++ bhttps://docs.snowflake.com/en/user-guide/snowflake-cortex/cortex-search/batch-cortex-search@@ -7,4 +7,5 @@ - [](/user-guide/snowflake-cortex/cortex-search/cortex-search-customize-scoring) - [](/sql-reference/sql/create-cortex-search)+- [](/sql-reference/functions/cortex_search_batch) The Batch Cortex Search function is a table function that lets you submit a batch of queries to a Cortex Search Service. It is intended for offline use cases with high throughput requirements, such as entity resolution, deduplication, or clustering tasks.
| セクション | S | A | B | C | 計 |
|---|---|---|---|---|---|
| General | 0 | 0 | 1 | 0 | 1 |
| SQL General Reference | 0 | 0 | 1 | 0 | 1 |
| Snowflake Cortex (AI & ML) | 0 | 0 | 0 | 1 | 1 |