We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f6146d commit 42ad868Copy full SHA for 42ad868
packages/firestore/CHANGELOG.md
@@ -1,4 +1,9 @@
1
# Unreleased
2
+- [changed] Limbo resolution now attempts to resolve a maximum of 100 documents
3
+ at a time, instead of resolving all at once (#2790). This addresses an issue
4
+ where the server can fail with "resource exhausted" errors if a large number
5
+ of documents are in limbo (e.g. 15,000), which can lead to the pathological
6
+ client behavior seen in #2683.
7
- [changed] Changed the in-memory representation of Firestore documents to
8
reduce memory allocations and improve performance. Calls to
9
`DocumentSnapshot.getData()` and `DocumentSnapshot.toObject()` will see
0 commit comments