-
Notifications
You must be signed in to change notification settings - Fork 332
New issue
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
feat(remote_wal): split an entry if it's too large #3092
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #3092 +/- ##
==========================================
+ Coverage 85.63% 85.67% +0.03%
==========================================
Files 806 807 +1
Lines 131606 132525 +919
==========================================
+ Hits 112706 113543 +837
- Misses 18900 18982 +82 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM🚀
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
I hereby agree to the terms of the GreptimeDB CLA
What's changed and what's your intention?
Split an entry if it's too large.
Reverted an ignored sqlness test, see: #3050
Checklist
Refer to a related PR or issue link (optional)
#3049
#3050