ফিড ফাইল কম্প্রেস
সেভ করা পৃষ্ঠা গুছিয়ে রাখতে 'সংগ্রহ' ব্যবহার করুন
আপনার পছন্দ অনুযায়ী কন্টেন্ট সেভ করুন ও সঠিক বিভাগে রাখুন।
যেকোনো .json
বা .pb3
ফাইল আপলোড করার আগে gzip ব্যবহার করে সংকুচিত হতে পারে। এটি দৈনিক ফিডের বাইটের আকার উল্লেখযোগ্যভাবে কমাতে পারে।
প্রতিটি শার্ড ফাইল gzip
হওয়া উচিত এবং পৃথকভাবে আপলোড করা উচিত (যেমন gzip *.json
সহ)। সংকুচিত ফিড শার্ডগুলি .json.gz
বা .pb3.gz
এ শেষ হওয়া উচিত।
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট Creative Commons Attribution 4.0 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, Google Developers সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2025-07-24 UTC-তে শেষবার আপডেট করা হয়েছে।
[null,null,["2025-07-24 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["\u003cp\u003eDaily feed file size can be significantly reduced by compressing \u003ccode\u003e.json\u003c/code\u003e and \u003ccode\u003e.pb3\u003c/code\u003e files with \u003ccode\u003egzip\u003c/code\u003e before uploading.\u003c/p\u003e\n"],["\u003cp\u003eEach shard file, such as \u003ccode\u003e.json\u003c/code\u003e or \u003ccode\u003e.pb3\u003c/code\u003e, needs to be individually compressed with \u003ccode\u003egzip\u003c/code\u003e and uploaded with a \u003ccode\u003e.json.gz\u003c/code\u003e or \u003ccode\u003e.pb3.gz\u003c/code\u003e extension.\u003c/p\u003e\n"]]],["`.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"],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`."]]