We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Performance, Refactor, Tech debt reduction
RawEntryReader
OneshotWalEntryReader
LogStore
WalEntryReader
Namespace
Entry
LogStoreRawEntryReader
RawEntryReaderFilter
WalEntryDistributor
WalEntryReceiver
handle_batch_open_requests
RegionEngine
The whole picture:
No response
The text was updated successfully, but these errors were encountered:
WenyXu
Successfully merging a pull request may close this issue.
What type of enhancement is this?
Performance, Refactor, Tech debt reduction
What does the enhancement do?
RawEntryReader
andOneshotWalEntryReader
trait #4027LogStore
, Add theWalEntryReader
to decode raw WAL entries into upper-level WAL entries refactor(log_store): remove associated typeNamespace
andEntry
inLogStore
#4038RawEntryReader
to read undecoded raw WAL entries feat: implement theLogStoreRawEntryReader
andRawEntryReaderFilter
#4030WalEntryDistributor
,WalEntryReceiver
#4031handle_batch_open_requests
to theRegionEngine
trait and implement thehandle_batch_open_requests
method for the mito engine feat: implement thehandle_batch_open_requests
#4075handle_batch_open_requests
to the region server feat: invokehandle_batch_open_requests
#4107The whole picture:
Implementation challenges
No response
The text was updated successfully, but these errors were encountered: