फ़ीड फ़ाइलों को कंप्रेस करना
अपलोड करने से पहले, किसी भी .json
या .pb3
फ़ाइल को gzip का इस्तेमाल करके कंप्रेस किया जा सकता है.
इससे, रोज़ के फ़ीड का बाइट साइज़ काफ़ी कम हो सकता है.
हर फ़ीड का एक हिस्सा gzip
होना चाहिए और उसे अलग से अपलोड किया जाना चाहिए (उदाहरण के लिए, gzip *.json
के साथ). कंप्रेस किए गए फ़ीड के हिस्सों का आखिरी हिस्सा .json.gz
या .pb3.gz
होना चाहिए.
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 2024-11-26 (UTC) को अपडेट किया गया.
[null,null,["आखिरी बार 2024-11-26 (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."]]],["`.json` and `.pb3` files can be compressed with gzip to reduce file size. Each shard file must be individually compressed using gzip before uploading. Compressed files should use the extensions `.json.gz` or `.pb3.gz`. This process is recommended to minimize the size of daily data feeds. Individual compression is required.\n"]]