Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Elsa Gonsiorowski
codes
Commits
37c64789
Commit
37c64789
authored
Jul 29, 2015
by
Jonathan Jenkins
Browse files
add docs on LSM prio queue usage
parent
f2711d79
Changes
1
Hide whitespace changes
Inline
Side-by-side
doc/GETTING_STARTED
View file @
37c64789
...
...
@@ -225,6 +225,12 @@ lsm
The API can be found at codes/local-storage-model.h and example usage can be
seen in tests/local-storage-model-test.c and tests/conf/lsm-test.conf.
The queueing policy of LSM is currently FIFO, and the default mode uses an
implicit queue, simply incrementing counters and scheduling future events when
I/O requests come in. Additionally, an explicit queue has been added and
provides a simple FIFO+priority mechanism. To use, in the "lsm" group set
"enable_scheduler" to the value "1".
== Resource model
The resource model presents a simple integer counter representing some finite
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment