<!-- mobian-agent-page publisher="dailydev" canonical="https://daily.dev/posts/introducing-openzl-an-open-source-format-aware-compression-framework-1davgecrx" -->

---
title: Introducing OpenZL: An Open Source Format-Aware...
description: Meta released OpenZL, an open source lossless compression framework for structured data that achieves format-specific compression performance while maintaining...
canonical: https://daily.dev/posts/introducing-openzl-an-open-source-format-aware-compression-framework-1davgecrx
twitter:card: summary_large_image
twitter:site: @dailydotdev
og:type: website
og:site_name: daily.dev
og:title: Introducing OpenZL: An Open Source Format-Aware Compression Framework | daily.dev
og:description: Meta released OpenZL, an open source lossless compression framework for structured data that achieves format-specific compression performance while maintaining...
og:url: https://daily.dev/posts/introducing-openzl-an-open-source-format-aware-compression-framework-1davgecrx
og:image: https://api.daily.dev/og/posts/1daVGECRX.png
og:image:alt: Introducing OpenZL: An Open Source Format-Aware Compression Framework
og:image:width: 1200
og:image:height: 630
og:locale: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Introducing OpenZL: An Open Source Format-Aware Compression Framework

**[Facebook Engineering
](https://daily.dev/sources/facebook_code)** · 12 min read · 22 upvotes · 0 comments

## Summary

Meta released OpenZL, an open source lossless compression framework for structured data that achieves format-specific compression performance while maintaining a single universal decompressor. The framework applies configurable transformation sequences based on data structure descriptions, uses an offline trainer to optimize compression plans, and supports runtime adaptation without requiring decoder updates. OpenZL demonstrates significant improvements over general-purpose compressors like Zstandard and XZ on structured datasets, offering better compression ratios while maintaining or improving speed. The system includes a Simple Data Description Language (SDDL) for defining data shapes and integrates with Meta's Managed Compression infrastructure for automated retraining as data evolves.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://engineering.fb.com/2025/10/06/developer-tools/openzl-open-source-format-aware-compression-framework/>

## Similar posts on daily.dev

- [Meta Opens Up OpenZL As Format-Aware Compression Framework](https://daily.dev/posts/meta-opens-up-openzl-as-format-aware-compression-framework-rzwewoqsa) · Phoronix · 0 upvotes · 0 comments
- [Meta Open Sources OpenZL: A Universal Compression Framework for Structured Data](https://daily.dev/posts/meta-open-sources-openzl-a-universal-compression-framework-for-structured-data-1b2j4opoq) · InfoQ · 0 upvotes · 0 comments
- [OpenZL 0.2 Released For Meta's Content-Aware Compression Software](https://daily.dev/posts/openzl-0-2-released-for-meta-s-content-aware-compression-software-tngdxllko) · Phoronix · 2 upvotes · 0 comments

---

Tags: [#open-source](https://daily.dev/tags/open-source), [#performance](https://daily.dev/tags/performance), [#data-engineering](https://daily.dev/tags/data-engineering)

[View this post on daily.dev](https://daily.dev/posts/introducing-openzl-an-open-source-format-aware-compression-framework-1davgecrx)

```json
{"@context":"https://schema.org","@graph":[{"@type":"Organization","@id":"https://daily.dev/#organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180},"sameAs":["https://twitter.com/dailydotdev","https://github.com/dailydotdev","https://www.linkedin.com/company/daily-dev-ltd"]},{"@type":"WebSite","@id":"https://daily.dev/#website","url":"https://daily.dev","name":"daily.dev","publisher":{"@id":"https://daily.dev/#organization"},"potentialAction":{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://daily.dev/search?q={search_term_string}"},"query-input":"required name=search_term_string"}}]}
{"@context":"https://schema.org","@type":"TechArticle","headline":"Introducing OpenZL: An Open Source Format-Aware Compression Framework","url":"https://daily.dev/posts/introducing-openzl-an-open-source-format-aware-compression-framework-1davgecrx","mainEntityOfPage":{"@type":"WebPage","@id":"https://daily.dev/posts/introducing-openzl-an-open-source-format-aware-compression-framework-1davgecrx"},"datePublished":"2025-10-06T16:04:21.588Z","dateModified":"2025-10-06T16:04:46.471Z","description":"Meta released OpenZL, an open source lossless compression framework for structured data that achieves format-specific compression performance while maintaining...","image":"https://media.daily.dev/image/upload/f_auto,q_auto/v1/posts/79ae0e9875ba2f86f0619557c0cb4b05?_a=AQAEulh","thumbnailUrl":"https://media.daily.dev/image/upload/f_auto,q_auto/v1/posts/79ae0e9875ba2f86f0619557c0cb4b05?_a=AQAEulh","isAccessibleForFree":true,"articleSection":"Facebook Engineering\n","inLanguage":"en","publisher":{"@type":"Organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180}},"author":{"@type":"Organization","name":"Facebook Engineering\n","logo":"https://media.daily.dev/image/upload/t_logo,f_auto/v1/logos/facebook","url":"https://daily.dev/sources/facebook_code"},"commentCount":0,"discussionUrl":"https://daily.dev/posts/introducing-openzl-an-open-source-format-aware-compression-framework-1davgecrx","interactionStatistic":[{"@type":"InteractionCounter","interactionType":{"@type":"LikeAction"},"userInteractionCount":22},{"@type":"InteractionCounter","interactionType":{"@type":"CommentAction"},"userInteractionCount":0}],"keywords":"open-source,performance,data-engineering","timeRequired":"PT12M"}
{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://daily.dev"},{"@type":"ListItem","position":2,"name":"Facebook Engineering\n","item":"https://daily.dev/sources/facebook_code"},{"@type":"ListItem","position":3,"name":"Introducing OpenZL: An Open Source Format-Aware Compression Framework"}]}
```

