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

[Struktura] Write Ahead Log #7

Open
6 tasks done
MomirMilutinovic opened this issue Dec 22, 2022 · 0 comments
Open
6 tasks done

[Struktura] Write Ahead Log #7

MomirMilutinovic opened this issue Dec 22, 2022 · 0 comments
Assignees

Comments

@MomirMilutinovic
Copy link
Collaborator

MomirMilutinovic commented Dec 22, 2022

Treba implementirati Write Ahead Log.
Write Ahead Log bi trebalo da podržava sledeće operacije:

  • Pisanje elemenata u WAL
  • Računanje CRC-a za zapis
  • Restauracija podataka iz WAL-a
  • Segmentiranje WAL-a
  • Beleženje low-water mark-a i brisanje segmenata sa indeksom manjim od low-water mark-a
  • Korišćenje mmap za trenutno aktivan segment
@darkokos darkokos self-assigned this Jan 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants