Skip to content

Commit de114b4

Browse files
kosabogiszabosteve
andauthored
Update explore-analyze/transforms/transform-limitations.md
Co-authored-by: István Zoltán Szabó <[email protected]>
1 parent 76435a8 commit de114b4

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
@@ -155,7 +155,7 @@ If you see this error, do not delete the transform. If a transform was already d
155155

156156
Transforms rely on point-in-time (PIT) searches to ensure that queries are consistent while data is changing. Each transform can open and close multiple PITs during its lifetime.
157157

158-
When many transforms run concurrently, especially in environments with large numbers of SLOs (hundreds to more than 1000 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 storm.
158+
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

160160
A PIT overload increases the memory pressure on hot nodes. This may result in rising memory usage and long garbage collection cycles. In practice, searches and writes may slow down or queue until the node recovers, and in severe cases a restart may be required.
161161

0 commit comments

Comments
 (0)