Compress feed files
Stay organized with collections
Save and categorize content based on your preferences.
Any .json
or .pb3
file may be compressed using gzip before uploading.
This can significantly reduce the byte size of daily feeds.
Each shard file should be gzip
'd and uploaded individually
(e.g. with gzip *.json
). Compressed feed shards should end in
.json.gz
or .pb3.gz
.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-06-30 UTC.
[null,null,["Last updated 2025-06-30 UTC."],[],[],null,["# Compress feed files\n\nAny `.json` or `.pb3` file may be compressed using gzip before uploading.\nThis can significantly reduce the byte size of daily feeds.\n\nEach shard file should be `gzip`'d and uploaded individually\n(e.g. with `gzip *.json`). Compressed feed shards should end in\n`.json.gz` or `.pb3.gz`."]]