Skip to content
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

Open
wants to merge 9 commits into
base: master
Choose a base branch
from

Conversation

wHoIsDReAmer
Copy link
Collaborator

@wHoIsDReAmer wHoIsDReAmer commented Nov 21, 2024

resolves: #159

WAL

  • WALManager 구현
  • 대용량 파일 처리 구현
  • RRDB 적용

@wHoIsDReAmer wHoIsDReAmer added the enhancement New feature or request label Nov 21, 2024
@wHoIsDReAmer wHoIsDReAmer self-assigned this Nov 21, 2024
@wHoIsDReAmer wHoIsDReAmer linked an issue Nov 21, 2024 that may be closed by this pull request
Copy link

Pull reviewers stats

Stats of the last 14 days for rrdb:

User Total reviews Time to review Total comments

⚡️ Pull request stats

@myyrakle
Copy link
Owner

Total Coverage: 55.06%
🔗 Coverage View (최대 몇분 정도의 지연시간이 발생할 수 있습니다.)

@myyrakle
Copy link
Owner

Total Coverage: 54.64%
🔗 Coverage View (최대 몇분 정도의 지연시간이 발생할 수 있습니다.)

src/wal/types.rs Outdated Show resolved Hide resolved
src/wal/manager.rs Outdated Show resolved Hide resolved
src/wal/manager.rs Outdated Show resolved Hide resolved
src/wal/manager.rs Outdated Show resolved Hide resolved
@myyrakle
Copy link
Owner

Total Coverage: 54.95%
🔗 Coverage View (최대 몇분 정도의 지연시간이 발생할 수 있습니다.)

@myyrakle
Copy link
Owner

Total Coverage: 54.64%
🔗 Coverage View (최대 몇분 정도의 지연시간이 발생할 수 있습니다.)

@myyrakle
Copy link
Owner

Total Coverage: 54.67%
🔗 Coverage View (최대 몇분 정도의 지연시간이 발생할 수 있습니다.)

wal_enabled = true
wal_directory = "/var/lib/rrdb/wal"
wal_segment_size = 16777216
wal_extension = "log"
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TODO: 추후에는 yaml 이든, 자체 포맷 구현이든 포맷 하나 골라서 구조체 형태로 기본값 정의하기

@myyrakle
Copy link
Owner

Total Coverage: 54.56%
🔗 Coverage View (최대 몇분 정도의 지연시간이 발생할 수 있습니다.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[feature] WAL 로그 저장 포맷 선택 및 구현
2 participants