Skip to content

Commit ef037b3

Browse files
committed
Fixes grammatical error
1 parent f38e171 commit ef037b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

explore-analyze/transforms/transform-limitations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ If you encounter this error, do not delete the {{transform}}. If a {{transform}}
153153

154154
#### Large numbers of {{transform}} can cause PIT overloads [transforms-pit-overloads]
155155

156-
{{transforms-cap}} relies on point-in-time (PIT) searches to ensure that queries remain consistent during data changes. Each {{transform}} can open and close multiple PITs during its lifetime.
156+
{{transforms-cap}} rely on point-in-time (PIT) searches to ensure that queries remain consistent during data changes. Each {{transform}} can open and close multiple PITs during its lifetime.
157157

158158
When many {{transforms}} run concurrently, especially in environments with large numbers of SLOs (hundreds to more than a thousand transforms), PITs can be opened and closed in quick succession. Because PITs are closed asynchronously, the close operation does not wait for the previous request to complete. This can create a backlog of PIT close requests, known as a PIT overload.
159159

0 commit comments

Comments
 (0)