简体   繁体   English

在 Azure Databricks 中加载到 SQL 表的最快方法

[英]Fastest way to load into SQL table in Azure Databricks

What is the fastest and the most efficient way to load into a SQL table from an Azure Databricks notebook?从 Azure Databricks 笔记本加载到 SQL 表的最快和最有效的方法是什么?

The best practice to load data into SQL is using partition tables and column-stored indexes .将数据加载到 SQL 的最佳做法是使用分区表列存储索引

You can find a sample repro guide here .您可以在此处找到示例重现指南。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 将 data.table 从 Databricks dbfs 导出到 azure sql 数据库 - Export data table from Databricks dbfs to azure sql database 有没有办法在 Databricks SQL (Spark SQL) 中按表、模式和目录计算行数? - Is there a way to calculate the number of rows by table, schema and catalog in Databricks SQL (Spark SQL)? 带有 Azure 表存储的错误 Databricks Scala 应用程序 - Error Databricks Scala Application with Azure Table Storage Azure Data Lake Store 作为具有多个路径的 Databricks 中的外部表? - Azure Data Lake Store as EXTERNAL TABLE in Databricks with multiple PATH? 在 Azure 数据块中使用 Pyspark 代码比使用 SQL 有什么好处? - Any benefits of using Pyspark code over SQL in Azure databricks? 有没有办法在删除 Azure SQL 表中的记录时触发逻辑应用程序? - Is there a way to trigger a Logic App on a deletion of a record in an Azure SQL table? 如何在 Databricks 的 Iceberg 表上执行 Spark SQL 合并语句? - How to execute a Spark SQL merge statement on an Iceberg table in Databricks? 如何从 SQL 上的现有表在数据块中创建表 - How to create a table in databricks from an existing table on SQL Azure Web 应用程序:在应用程序之间传输文件的最快方式 - Azure Web Apps: Fastest Way(s) to Transfer Files Between Apps 如何使用 Databricks 的 Apache Spark 从 SQL 表中获取 stream 数据 - How to stream data from SQL Table with Apache Spark with Databricks
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM