Managed

SQL

Spark SQL - Managed vs External Tables

Spark SQL supports two table types that differ in how they manage data lifecycle and storage. Managed tables (also called internal tables) give Spark full control over both metadata and data files….

Read more →