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 6c6698e commit 0336972Copy full SHA for 0336972
firebase-firestore/src/main/java/com/google/firebase/firestore/local/QueryEngine.java
@@ -69,7 +69,7 @@ public class QueryEngine {
69
* document in the result set) / ([docKey, docContent] per documents in full collection scan)
70
* coming from experiment https://github.com/firebase/firebase-android-sdk/pull/5064.
71
*/
72
- private static final double DEFAULT_RELATIVE_INDEX_READ_COST_PER_DOCUMENT = 3;
+ private static final double DEFAULT_RELATIVE_INDEX_READ_COST_PER_DOCUMENT = 2;
73
74
private LocalDocumentsView localDocumentsView;
75
private IndexManager indexManager;
0 commit comments