- 02 Feb, 2018 2 commits
-
-
Matthieu Dorier authored
-
Matthieu Dorier authored
-
- 01 Feb, 2018 2 commits
-
-
Matthieu Dorier authored
-
Matthieu Dorier authored
-
- 31 Jan, 2018 1 commit
-
-
Matthieu Dorier authored
-
- 30 Jan, 2018 2 commits
-
-
Matthieu Dorier authored
-
Matthieu Dorier authored
-
- 29 Jan, 2018 2 commits
-
-
Matthieu Dorier authored
-
Matthieu Dorier authored
-
- 26 Jan, 2018 1 commit
-
-
Matthieu Dorier authored
-
- 24 Jan, 2018 1 commit
-
-
Matthieu Dorier authored
-
- 23 Jan, 2018 1 commit
-
-
Rob Latham authored
kv_list_keys will give you all the keys in the database. Still TODO: implement the "starting key" feature, so we can get a subset of keys.
-
- 07 Dec, 2017 1 commit
-
-
Rob Latham authored
Split up "context" (the instance of the sds-keyval service) and "database" (a specific collection of keys and values). Furthermore, teach 'group' about this split. Now a 'group' is a collection of one context and one or more databases. fixes #5 and #6 fully fixes #7
-
- 04 Dec, 2017 1 commit
-
-
Rob Latham authored
split up header into public and private/internal versions. Fixes: #4
-
- 01 Dec, 2017 2 commits
-
-
Rob Latham authored
these small wrappers around margo init/finalize aren't helpful when compositing with multiple services
-
Rob Latham authored
-
- 22 Nov, 2017 24 commits
-
-
-
Build/test fixups. Note that there are 2 workarounds in place so test-mpi-group terminates cleanly: the ssg_finalize in the kv-server shutdown_handler and the commented out margo_finalize in the kvgroup_client_deregister function.
-
First cut at adding distributed support. Implemented as separate client/server libs for now. Required some tweaking of the keyval API (see sds-keyval.h). May not compile yet.
-
-
-
Simplify API. Handle arbitrary key/value types. Code still has explicit handling of bulk transfers. Unless this is a performance win, just let HG handle it all implicitly?
-
Did a "spack install leveldb" to pull stock leveldb into sds-repo. Decoupled sds-keyval from ParSplice build environment.
-
-
-
-
-
Bug in SDSKV client code caused puts for the same key to make it to the kv-server. Add a possible options framework for handling duplicates, etc.
-
-
-
-
-
-
-
-
-
-
-
-
-