HTAP OLAP Spark connector? #33390
-
Hi guys, When CosmosDB is enabled for columnar storage for HTAP, does the Spark connector leverage OLAP? The documentation on Spark connector seems to mention OLTP only, am wondering if Azure or anybody provides OLAP enabled Spark connector. Thank you! References: (mentions OLTP only) |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
The Spark connector in this repo is only for the OLTP Spark connector. The connector for the columnar store (The OLAP Spark connector) is pre-installed in Synapse (as is the OLTP connector). This document provides an overview on how to query the analytic store from Spark in Synapse: https://learn.microsoft.com/en-us/azure/synapse-analytics/synapse-link/how-to-query-analytical-store-spark-3?toc=%2Fazure%2Fcosmos-db%2Ftoc.json&bc=%2Fazure%2Fcosmos-db%2Fbreadcrumb%2Ftoc.json In Synapse the OLTP connector (the one in this repo which can be used in any Spark environment with one of the supported (currently 3.1/3.2/3.3) Spark versions) is referred to as "format("cosmos.oltp")" - the OLAP connector as "format("cosmos.olap")" |
Beta Was this translation helpful? Give feedback.
The Spark connector in this repo is only for the OLTP Spark connector. The connector for the columnar store (The OLAP Spark connector) is pre-installed in Synapse (as is the OLTP connector).
This document provides an overview on how to query the analytic store from Spark in Synapse: https://learn.microsoft.com/en-us/azure/synapse-analytics/synapse-link/how-to-query-analytical-store-spark-3?toc=%2Fazure%2Fcosmos-db%2Ftoc.json&bc=%2Fazure%2Fcosmos-db%2Fbreadcrumb%2Ftoc.json
In Synapse the OLTP connector (the one in this repo which can be used in any Spark environment with one of the supported (currently 3.1/3.2/3.3) Spark versions) is referred to as "format("cosmos.oltp")" - the OLAP connec…