संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
अपलोड करने से पहले, किसी भी .json या .pb3 फ़ाइल को gzip का इस्तेमाल करके कंप्रेस किया जा सकता है.
इससे, रोज़ के फ़ीड का बाइट साइज़ काफ़ी कम हो सकता है.
हर फ़ीड का एक हिस्सा gzip होना चाहिए और उसे अलग से अपलोड किया जाना चाहिए (उदाहरण के लिए, gzip *.json के साथ). कंप्रेस किए गए फ़ीड के हिस्सों का आखिरी हिस्सा .json.gz या .pb3.gz होना चाहिए.
[[["समझने में आसान है","easyToUnderstand","thumb-up"],["मेरी समस्या हल हो गई","solvedMyProblem","thumb-up"],["अन्य","otherUp","thumb-up"]],[["वह जानकारी मौजूद नहीं है जो मुझे चाहिए","missingTheInformationINeed","thumb-down"],["बहुत मुश्किल है / बहुत सारे चरण हैं","tooComplicatedTooManySteps","thumb-down"],["पुराना","outOfDate","thumb-down"],["अनुवाद से जुड़ी समस्या","translationIssue","thumb-down"],["सैंपल / कोड से जुड़ी समस्या","samplesCodeIssue","thumb-down"],["अन्य","otherDown","thumb-down"]],["आखिरी बार 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"]]