现已推出具有 MongoDB 兼容性的 Firestore 企业版!
了解详情。
लेटेंसी से जुड़ी समस्याएं हल करना
संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
यह सिर्फ़ Cloud Firestore Enterprise वर्शन के लिए काम का है.
|
इस पेज पर, MongoDB के साथ काम करने वाले Cloud Firestore में होने वाली देरी की समस्याओं को हल करने का तरीका बताया गया है.
इंतज़ार का समय
इस टेबल में, ज़्यादा इंतज़ार के समय की संभावित वजहें बताई गई हैं:
जवाब मिलने में देरी की वजह |
जिन कार्रवाइयों पर असर पड़ा है उनके टाइप |
रिज़ॉल्यूशन |
लगातार बढ़ता हुआ ट्रैफ़िक.
|
पढ़ने और बदलाव करने का ऐक्सेस |
ट्रैफ़िक में अचानक बढ़ोतरी होने पर, MongoDB के साथ काम करने वाला Cloud Firestore, बढ़ी हुई मांग को पूरा करने के लिए अपने-आप स्केल करने की कोशिश करता है. MongoDB के साथ काम करने वाले Cloud Firestore का इस्तेमाल बढ़ने पर, इंतज़ार का समय कम होने लगता है.
हॉट-स्पॉट (किसी दस्तावेज़ की सीमित रेंज में पढ़ने, लिखने, और मिटाने की ज़्यादा दरें)
की वजह से, MongoDB के साथ काम करने वाले Cloud Firestore को स्केल करने की क्षमता सीमित हो जाती है. समीक्षा करें
हॉट-स्पॉट से बचें
और अपने ऐप्लिकेशन में हॉट-स्पॉट की पहचान करें.
|
एक ही दस्तावेज़ को बहुत ज़्यादा बार अपडेट करने या लेन-देन की वजह से होने वाली समस्या. |
पढ़ने और बदलाव करने का ऐक्सेस |
अलग-अलग दस्तावेज़ों में डेटा लिखने की दर कम करें.
एक ही राइट लेन-देन में अपडेट किए गए दस्तावेज़ों की संख्या कम करें.
|
ऐसे बड़े रीड ऑपरेशन जो कई दस्तावेज़ों को वापस लाते हैं. |
पढ़ें |
ज़्यादा कॉन्टेंट को अलग-अलग पेजों में बांटने के लिए, पेज नंबर डालने की सुविधा का इस्तेमाल करें.
|
हाल ही में बहुत ज़्यादा आइटम मिटाए गए हैं. |
read इससे उन कार्रवाइयों पर काफ़ी असर पड़ता है जो किसी डेटाबेस में कलेक्शन की सूची बनाती हैं. |
अगर हाल ही में बहुत ज़्यादा डेटा मिटाने की वजह से डेटा दिखने में देरी हो रही है, तो कुछ समय बाद यह समस्या अपने-आप ठीक हो जाएगी. अगर समस्या ठीक नहीं होती है, तो सहायता टीम से संपर्क करें. |
इंडेक्स फ़ैनआउट, खास तौर पर ऐरे फ़ील्ड और एम्बेड किए गए दस्तावेज़ फ़ील्ड के लिए. |
लिखो |
ऐरे फ़ील्ड और एम्बेड किए गए दस्तावेज़ फ़ील्ड की इंडेक्सिंग की समीक्षा करें. |
बड़े पैमाने पर डेटा लिखना. |
लिखो |
हर ऑपरेशन में राइट की संख्या कम करके देखें.
अगर आपको एक साथ कई डेटा एंट्री करनी हैं और आपको एटॉमिकिटी की ज़रूरत नहीं है, तो समानांतर रूप से अलग-अलग राइट ऑपरेशन का इस्तेमाल करें.
|
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 2025-08-29 (UTC) को अपडेट किया गया.
[null,null,["आखिरी बार 2025-08-29 (UTC) को अपडेट किया गया."],[],[],null,["\u003cbr /\u003e\n\n\n|--------------------------------------------------------|\n| *Relevant to Cloud Firestore Enterprise edition only.* |\n\n\u003cbr /\u003e\n\nThis page shows you how to resolve latency issues with Cloud Firestore with MongoDB compatibility.\n\nLatency\n\nThe following table describes possible causes of increased latency:\n\n| Latency cause | Types of operations affected | Resolution |\n|-----------------------------------------------------------------------------------------|---------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| Sustained, increasing traffic. | read, write | For rapid traffic increases, Cloud Firestore with MongoDB compatibility attempts to automatically scale to meet the increased demand. When Cloud Firestore with MongoDB compatibility scales, latency begins to decrease. Hot-spots (high read, write, and delete rates to a narrow document range) limit the ability of Cloud Firestore with MongoDB compatibility to scale. Review [Avoid hot-spots](https://cloud.google.com/firestore/mongodb-compatibility/docs/understand-reads-writes-scale#avoid_hotspots) and identify hot-spots in your application. |\n| Contention, either from updating a single document too frequently or from transactions. | read, write | Reduce the write rate to individual documents. Reduce the number of documents updated in a single write transaction. |\n| Large reads that return many documents. | read | Use pagination to split large reads. |\n| Too many recent deletes. | read This greatly affects operations that list collections in a database. | If latency is caused by too many recent deletes, the issue should automatically resolve after some time. If the issue does not resolve, [contact support](https://firebase.google.com/support). |\n| Index fanout, especially for array fields and embedded document fields. | write | Review your indexing of array fields and embedded document fields. |\n| Large writes. | write | Try reducing the number of writes in each operation. For bulk data entry where you don't require atomicity, use parallelized individual writes. |"]]