-
Notifications
You must be signed in to change notification settings - Fork 3
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
[#159] WAL 로그 저장 포맷 선택 및 구현 #169
base: master
Are you sure you want to change the base?
Conversation
Pull reviewers statsStats of the last 14 days for rrdb:
|
✅ Total Coverage: 55.06% |
✅ Total Coverage: 54.64% |
✅ Total Coverage: 54.95% |
✅ Total Coverage: 54.64% |
✅ Total Coverage: 54.67% |
wal_enabled = true | ||
wal_directory = "/var/lib/rrdb/wal" | ||
wal_segment_size = 16777216 | ||
wal_extension = "log" |
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.
TODO: 추후에는 yaml 이든, 자체 포맷 구현이든 포맷 하나 골라서 구조체 형태로 기본값 정의하기
✅ Total Coverage: 54.56% |
resolves: #159
WAL