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

Test 8B chunks of metadata writes rather than 64B #6

Open
hayley-leblanc opened this issue Nov 18, 2023 · 0 comments
Open

Test 8B chunks of metadata writes rather than 64B #6

hayley-leblanc opened this issue Nov 18, 2023 · 0 comments
Labels
help wanted Extra attention is needed

Comments

@hayley-leblanc
Copy link
Collaborator

Chipmunk currently permutes 64 byte chunks of metadata, but the actual atomic persistence granularity of Intel Optane PM is 8 bytes. Look into splitting up metadata writes further and how much time this would add to testing; might need additional heuristics to reduce the actual number of permutations.

@hayley-leblanc hayley-leblanc added the help wanted Extra attention is needed label Nov 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant