简体   繁体   中英

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?

The best practice to load data into SQL is using partition tables and column-stored indexes .

You can find a sample repro guide here .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM