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] 인덱스로 사용할 Tree 구현체 작성 #160

Open
myyrakle opened this issue Aug 28, 2024 · 1 comment
Open

[feature] 인덱스로 사용할 Tree 구현체 작성 #160

myyrakle opened this issue Aug 28, 2024 · 1 comment
Assignees
Labels
feature new feature unit

Comments

@myyrakle
Copy link
Owner

에픽: #158

고려할 점

  1. BTree
  2. 기본적으로 메모리에 올려쓸테지만, 디스크에도 항상 백업을 해둬야함
  3. 수정 발생할때마다 메모리와 디스크에 이중수정 해야할듯
  4. DB가 시작할때마다 디스크에 저장되어있는 인덱스 정보를 메모리에 로드해야함
  5. Tree 크기가 메모리 제한보다 클때 어떻게 동작할지 고려 필요
@myyrakle myyrakle added the feature new feature unit label Aug 28, 2024
@myyrakle myyrakle assigned myyrakle and DPS0340 and unassigned myyrakle Aug 28, 2024
@myyrakle
Copy link
Owner Author

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

2 participants