Open
Conversation
* Initial commit * init from update version * merged code * backup * continue * update the initial work version * fix ExtraDynamicSearcher * fix vectorTranslateMap * fix compiling issues * fix compling * fix compiling * add merge * add merge re-assign * TODO: add steady state test * init steady state test * Init SPDKIO * optimize split * fix align_round * modify steady state: delete after search * modify trace * need to figure out disk usage * modify steadystate * need to debug load index * fix delete by metadata * add spfresh exe * finish benchmark * steady state complete * add KVTest * fix compiling errors * Init SPDKIO * optimize split * add KVTest * fix compiling errors * change update vector to partital read * modify merge * fix build * mem impl * fix correctness * Refactor code * add spdk as module * add isal-l_crypto as submodule * initial spdk integration * build queue infra * spdk working * add reference bdev.json * static spfresh search done * need to debug split * debug for GC/ReAssign * finish debug for GC/ReAssign * Add build guide for SPDK version * remove rocksdb * add timeout support for SPDK * modify code for timeout support * fix timeout bug * fix writeblocks segmentation fault * fix bug: SPDK init fail * fix timeout bugs * batch ReadBlocks * add batchSize option * add timeout support for batched I/O * Refine Index * debug refine * modify for stress test * change update from metadata to mapping * modify * add IOStatistics for SPDK * change ssd size * modify for stress test * fix ssd usage bug * fix io limit * modify ssd size for stress test * for io stat * modify for io * fix for stress test * temporarily remove rebuild * fix BKT bug * merge changes from Index.h BKTIndex.cpp and RelativeNeighborhoodGraph.h * add lock for mapping * fix merge bug * Improve README.md * add loading exclude head * modify length * fix code with AE repo * add checkpoint & move rocksdb to thirdparty * fix zstd dependency * fix compiling * fix running on SPDK * enable rocksdb, need to debug update * fix update * add SPDK & Rocksdb checkpoint function * pass test for checkpoint, todo: add persistentbuffer * add wal logic --------- Co-authored-by: MaggieQi <chenqi871025@gmail.com> Co-authored-by: cheqi <cheqi@microsoft.com> Co-authored-by: Hengyu Liang <lhy1210302421@mail.ustc.edu.cn> Co-authored-by: Ziyue Yang <yzylivezh@hotmail.com> Co-authored-by: Hengyu Liang <lhy_ustc@mail.ustc.edu.cn>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Initial commit
init from update version
merged code
backup
continue
update the initial work version
fix ExtraDynamicSearcher
fix vectorTranslateMap
fix compiling issues
fix compling
fix compiling
add merge
add merge re-assign
TODO: add steady state test
init steady state test
Init SPDKIO
optimize split
fix align_round
modify steady state: delete after search
modify trace
need to figure out disk usage
modify steadystate
need to debug load index
fix delete by metadata
add spfresh exe
finish benchmark
steady state complete
add KVTest
fix compiling errors
Init SPDKIO
optimize split
add KVTest
fix compiling errors
change update vector to partital read
modify merge
fix build
mem impl
fix correctness
Refactor code
add spdk as module
add isal-l_crypto as submodule
initial spdk integration
build queue infra
spdk working
add reference bdev.json
static spfresh search done
need to debug split
debug for GC/ReAssign
finish debug for GC/ReAssign
Add build guide for SPDK version
remove rocksdb
add timeout support for SPDK
modify code for timeout support
fix timeout bug
fix writeblocks segmentation fault
fix bug: SPDK init fail
fix timeout bugs
batch ReadBlocks
add batchSize option
add timeout support for batched I/O
Refine Index
debug refine
modify for stress test
change update from metadata to mapping
modify
add IOStatistics for SPDK
change ssd size
modify for stress test
fix ssd usage bug
fix io limit
modify ssd size for stress test
for io stat
modify for io
fix for stress test
temporarily remove rebuild
fix BKT bug
merge changes from Index.h BKTIndex.cpp and RelativeNeighborhoodGraph.h
add lock for mapping
fix merge bug
Improve README.md
add loading exclude head
modify length
fix code with AE repo
add checkpoint & move rocksdb to thirdparty
fix zstd dependency
fix compiling
fix running on SPDK
enable rocksdb, need to debug update
fix update
add SPDK & Rocksdb checkpoint function
pass test for checkpoint, todo: add persistentbuffer
add wal logic