Compress feed files
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 2024-10-31 UTC.
[null,null,["Last updated 2024-10-31 UTC."],[[["Daily feed file size can be significantly reduced by compressing `.json` and `.pb3` files using gzip before uploading."],["Each shard file, such as `.json` or `.pb3`, should be individually compressed with `gzip` and uploaded with a `.json.gz` or `.pb3.gz` extension."]]],[]]