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 f7217bc commit fd8d19bCopy full SHA for fd8d19b
doc/hitchhiker.adoc
@@ -30,7 +30,7 @@ Do you know the fastest way to write data?
30
Append it to the end of the file.
31
There's no pointers, no updating of data structures, no extra IO costs incurred.
32
33
-Unfortunately, to perform a query on an event log, we need to replay all the data figure out what happened.
+Unfortunately, to perform a query on an event log, we need to replay all the data to figure out what happened.
34
That replay costs `O(n)`, since it touches every event written.
35
So, how can we fix this?
36
0 commit comments