Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Compactions improvements #72

Open
2 tasks
markpapadakis opened this issue Oct 14, 2019 · 0 comments
Open
2 tasks

Compactions improvements #72

markpapadakis opened this issue Oct 14, 2019 · 0 comments
Assignees

Comments

@markpapadakis
Copy link
Member

  • Allow compactions even if no duplicate keys are found
    Now, if no duplicate keys are identified after all messages are collected from all involved RO Logs, no compaction takes place.

It's probably a good idea to proceed with compaction if it's going to reduce the number of tracked RO Logs. Currently, after we have parsed the messages from all RO Logs, we generate a new ROLog for each input ROLog, as opposed to building bundles from potentially multiple previous segments.

  • Spill buffers for (content, keys) to disk when parsing messages in order to be able to process more messages than be held in memory
    We 'd need to mmap() those on-disk files later and dereference them directly in the VMA
@markpapadakis markpapadakis self-assigned this Oct 14, 2019
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant