Delta Lake Blogs

Open source self-hosted Delta Sharing server
By Shingo Okawa
This post explains Kotosiro Delta Sharing server basic instructions

How Delta Lake uses metadata to make certain aggregations much faster
By Matthew Powers , Scott Sandre
This post explains Delta Lake performance optimizations that make some aggregations execute quicker

How to use Delta Lake generated columns
How to create Delta Lake tables with generated columns and the benefits of this feature

Introducing Support for Delta Lake Tables in AWS Lambda
By Nick Karpov
How to use deltalake in AWS Lambda with AWS SDK for pandas

How to create and append to Delta Lake tables with pandas
This post explains how to create and append to Delta Lake tables with pandas

Running ML Workflows with Delta Lake and Ray
By Jim Hibbard
This post explains how you can read Delta Lake with the Ray compute framework

How to Convert from CSV to Delta Lake
This post explains how to convert from a CSV data lake to Delta Lake, which offers much better features.

Getting started contributing to Delta Lake Spark
By Nick Karpov
This post explains the full development loop with the Delta Lake Spark connector. You'll learn how to retrieve and navigate the codebase, make changes, and package and debug custom builds.

New features in the Python deltalake 0.7.0 release of delta-rs
By Will Jones , Matthew Powers
This post explains the new features in the deltalake 0.7.0 release

Delta Lake Schema Evolution
This post shows how to enable schema evolution in Delta tables and when this is a good option.

Delta Lake Time Travel
This post shows how to time travel between different versions of a Delta table.