ফিড ফাইল কম্প্রেস
যেকোনো .json
বা .pb3
ফাইল আপলোড করার আগে gzip ব্যবহার করে সংকুচিত হতে পারে। এটি দৈনিক ফিডের বাইটের আকার উল্লেখযোগ্যভাবে কমাতে পারে।
প্রতিটি শার্ড ফাইল gzip
হওয়া উচিত এবং পৃথকভাবে আপলোড করা উচিত (যেমন gzip *.json
সহ)। সংকুচিত ফিড শার্ডগুলি .json.gz
বা .pb3.gz
এ শেষ হওয়া উচিত।
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট Creative Commons Attribution 4.0 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, Google Developers সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2024-11-26 UTC-তে শেষবার আপডেট করা হয়েছে।
[null,null,["2024-11-26 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["Daily feeds in `.json` or `.pb3` format can be compressed with `gzip` to reduce file sizes."],["Each shard file needs individual `gzip` compression before uploading, resulting in `.json.gz` or `.pb3.gz` files."]]],["`.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"]]