דחיסת קובצי הפיד
אפשר לדחוס כל קובץ .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 (שעון UTC).
[null,null,["עדכון אחרון: 2024-11-26 (שעון UTC)."],[[["Daily feed file size can be significantly reduced by compressing `.json` and `.pb3` files with `gzip` before uploading."],["Each shard file, such as those ending in `.json` or `.pb3`, requires individual `gzip` compression before upload, resulting in files ending in `.json.gz` or `.pb3.gz`, respectively."]]],["`.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"]]