We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbd8e0e commit 320e58cCopy full SHA for 320e58c
packages/firestore/src/local/query_engine.ts
@@ -55,9 +55,10 @@ const DEFAULT_INDEX_AUTO_CREATION_MIN_COLLECTION_SIZE = 100;
55
* (([index, docKey] + [docKey, docContent]) per document in the result set)
56
* / ([docKey, docContent] per documents in full collection scan) coming from
57
* experiment [enter PR experiment URL here].
58
- * TODO: Enter PR experiment URL above.
+ * TODO(b/299284287) Choose a value appropriate for the browser/OS combination,
59
+ * as determined by more data points from running the experiment.
60
*/
-const DEFAULT_RELATIVE_INDEX_READ_COST_PER_DOCUMENT = 2;
61
+const DEFAULT_RELATIVE_INDEX_READ_COST_PER_DOCUMENT = 8;
62
63
/**
64
* The Firestore query engine.
0 commit comments