ضغط ملفات الخلاصة
يمكن ضغط أي ملف .json
أو .pb3
باستخدام gzip قبل تحميله.
ويمكن أن يؤدي ذلك إلى تقليل حجم البايت في الخلاصات اليومية بشكل كبير.
يجب gzip
كل ملف من ملفات الأجزاء وتحميله بشكلٍ فردي
(مثلاً باستخدام gzip *.json
). يجب أن تنتهي أجزاء الخلاصة المضغوطة ب.json.gz
أو .pb3.gz
.
إنّ محتوى هذه الصفحة مرخّص بموجب ترخيص Creative Commons Attribution 4.0 ما لم يُنصّ على خلاف ذلك، ونماذج الرموز مرخّصة بموجب ترخيص Apache 2.0. للاطّلاع على التفاصيل، يُرجى مراجعة سياسات موقع Google Developers. إنّ Java هي علامة تجارية مسجَّلة لشركة Oracle و/أو شركائها التابعين.
تاريخ التعديل الأخير: 2024-11-26 (حسب التوقيت العالمي المتفَّق عليه)
[null,null,["تاريخ التعديل الأخير: 2024-11-26 (حسب التوقيت العالمي المتفَّق عليه)"],[[["Daily feed file size can be significantly reduced by compressing `.json` and `.pb3` files with `gzip` before uploading."],["Each shard file, such as `.json` or `.pb3`, needs to be individually compressed with `gzip` and uploaded with the appropriate `.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"]]