Skip to content

Commit

Permalink
enhance: enable write ahead buffer for streaming service
Browse files Browse the repository at this point in the history
- Make a timetick-commit-based write ahead buffer at write side.
- Add a switchable scanner at read side to transfer the state between
  catchup and tailing read

Signed-off-by: chyezh <[email protected]>
  • Loading branch information
chyezh committed Feb 5, 2025
1 parent 1c8d96c commit d1c52c3
Show file tree
Hide file tree
Showing 31 changed files with 1,401 additions and 377 deletions.
3 changes: 3 additions & 0 deletions internal/.mockery.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,9 @@ packages:
github.com/milvus-io/milvus/internal/streamingnode/server/wal/interceptors/timetick/inspector:
interfaces:
TimeTickSyncOperator:
github.com/milvus-io/milvus/internal/streamingnode/server/wal/interceptors/wab:
interfaces:
ROWriteAheadBuffer:
google.golang.org/grpc:
interfaces:
ClientStream:
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit d1c52c3

Please sign in to comment.