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

[feature] 트랜잭션 내에서의 insert 동작 구현 #161

Open
myyrakle opened this issue Aug 28, 2024 · 0 comments
Open

[feature] 트랜잭션 내에서의 insert 동작 구현 #161

myyrakle opened this issue Aug 28, 2024 · 0 comments
Assignees
Labels
feature new feature unit

Comments

@myyrakle
Copy link
Owner

EPIC: #158

선결조건
#159

요구사항

  • 아마 트랜잭션별로 디렉토리를 따로 만들고, 거기다가 WAL 로그들을 쌓아야할듯함.
  • ROLLBACK하면 버리기
  • COMMIT하면 WAL을 모아서 중앙데이터에 반영하기
  • 조회는 따로 생각하기
@myyrakle myyrakle added the feature new feature unit label Aug 28, 2024
@myyrakle myyrakle self-assigned this Aug 28, 2024
@myyrakle myyrakle changed the title [feature] write 시의 트랜잭션 동작 구현 [feature] 트랜잭션 내에서의 insert 동작 구현 Aug 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature new feature unit
Projects
None yet
Development

No branches or pull requests

1 participant