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 959c787 commit 983fedfCopy full SHA for 983fedf
README.md
@@ -163,7 +163,7 @@ Person[0..<5]
163
164
#### Prefetching relationships
165
166
-To improve performance when you know you'll need related objects, you can prefetch relationships to reduce database trips:
+When you know you'll need related objects, you can prefetch relationships to reduce trips to the persistent store:
167
168
```swift
169
// Prefetch a single relationship
Tests/SwiftQueryTests/QueryTests.swift
@@ -327,5 +327,4 @@ struct QueryTests {
327
#expect(query.propertiesToFetch.count == 1)
328
#expect(query.propertiesToFetch.contains(\Person.age))
329
}
330
-
331
0 commit comments