Skip to content

[WIP] Scan log given logical address range#90

Merged
badrishc merged 7 commits intomasterfrom
logscan
Feb 20, 2019
Merged

[WIP] Scan log given logical address range#90
badrishc merged 7 commits intomasterfrom
logscan

Conversation

@badrishc
Copy link
Collaborator

We are adding the ability to scan all entries in the hybrid log between a given logical address range. Note that this is slightly different from key iteration, which would return only the currently active record versions present in the key-value store. The scan feature allows us to go through the entire log using sequential I/O. One may build an IEnumerable or FIFO queue interface for the log using this basic functionality.

@badrishc badrishc added enhancement New feature or request work in progress Work in progress labels Feb 10, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant