Skip to content

Commit 0336972

Browse files
committed
use the number getting from 100 ~ 1000 documents experiment
1 parent 6c6698e commit 0336972

File tree

1 file changed

+1
-1
lines changed
  • firebase-firestore/src/main/java/com/google/firebase/firestore/local

1 file changed

+1
-1
lines changed

firebase-firestore/src/main/java/com/google/firebase/firestore/local/QueryEngine.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ public class QueryEngine {
6969
* document in the result set) / ([docKey, docContent] per documents in full collection scan)
7070
* coming from experiment https://github.com/firebase/firebase-android-sdk/pull/5064.
7171
*/
72-
private static final double DEFAULT_RELATIVE_INDEX_READ_COST_PER_DOCUMENT = 3;
72+
private static final double DEFAULT_RELATIVE_INDEX_READ_COST_PER_DOCUMENT = 2;
7373

7474
private LocalDocumentsView localDocumentsView;
7575
private IndexManager indexManager;

0 commit comments

Comments
 (0)