Skip to content

Commit 0e2d44d

Browse files
Update comment
1 parent bc61060 commit 0e2d44d

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

packages/firestore/src/local/index_manager.ts

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,11 @@ export interface IndexManager {
5757
/**
5858
* Adds a field path index.
5959
*
60-
* Values for this index are persisted asynchronously. The index will only be
61-
* used for query execution once values are persisted.
60+
* Values for this index are persisted via the index backfill, which runs
61+
* asynchronously in the background. Once the first values are written,
62+
* an index can be used to serve partial results for any matching queries.
63+
* Any unindexed portion of the database will continue to be served via
64+
* collection scons.
6265
*/
6366
addFieldIndex(
6467
transaction: PersistenceTransaction,

0 commit comments

Comments
 (0)