ফিড ফাইল কম্প্রেস করা
যেকোনো .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 feed file size can be significantly reduced by compressing them with gzip before uploading."],["Both `.json` and `.pb3` files are eligible for compression."],["Each shard file needs to be individually compressed using gzip and should have 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"]]