issues
search
yowcow
/
goromdb
Yet another single process KVS server implemented over file-based database
The Unlicense
12
stars
5
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Remove syscall.Sync
#92
yowcow
closed
4 years ago
1
Return ErrorBucketNotFound when bucket is not found
#91
yowcow
closed
5 years ago
1
End of year cleaning
#90
yowcow
closed
5 years ago
0
Improve watcher
#89
yowcow
closed
5 years ago
1
Create no md5sum checking watcher
#88
yowcow
closed
5 years ago
0
Test fails on Go 1.11
#87
yowcow
closed
5 years ago
0
Recover sanity
#86
yowcow
closed
6 years ago
1
make returning []byte even without RLock
#85
yowcow
closed
6 years ago
0
Clone read []byte after retrieving from boltdb
#84
yowcow
closed
6 years ago
1
fix RLock in bolt NSStorage `GetNS()`
#83
yowcow
closed
6 years ago
1
Fix bolt and berkeleydb storage locking
#82
yowcow
closed
6 years ago
2
Get op on storage should RLock first, then get pointer to db handle
#81
yowcow
closed
6 years ago
1
Improve watcher logging
#80
yowcow
closed
6 years ago
1
Update l.curindex/l.previndex at FindAny
#79
yowcow
closed
6 years ago
2
Prioritize watcher watching file over a file already in storage directory
#78
yowcow
closed
6 years ago
2
Improve watcher logging
#77
yowcow
closed
6 years ago
1
Move rebuilt server from goromdb main
#76
yowcow
opened
6 years ago
0
multiplex storage
#75
yowcow
closed
6 years ago
0
Split storage and handler into 2: namespaced and non-namespaced
#74
yowcow
closed
6 years ago
1
Easy multiple db handling
#73
yowcow
opened
6 years ago
0
Drop radix indexing support
#72
yowcow
closed
6 years ago
1
Drop memcachedb support
#71
yowcow
opened
6 years ago
1
Add dep if not found
#70
yowcow
closed
6 years ago
0
go report
#69
yowcow
closed
6 years ago
0
Namespace support
#68
ajiyoshi-vg
closed
6 years ago
2
add error type
#67
ajiyoshi-vg
closed
6 years ago
1
sanitize
#66
yowcow
closed
6 years ago
0
fix make to be done in parallel
#65
yowcow
closed
6 years ago
1
Documentation
#64
yowcow
closed
6 years ago
1
fix bdb segmentation violation
#63
yowcow
closed
6 years ago
2
bdb: segmentation fault at db_close
#62
yowcow
closed
6 years ago
2
fix bdb seg fault
#61
yowcow
closed
6 years ago
1
documentation
#60
yowcow
closed
6 years ago
0
BoltDB storage
#59
yowcow
closed
6 years ago
1
readlock before starting to build radix tree
#58
yowcow
closed
6 years ago
0
bdb: double free or corruption
#57
yowcow
closed
6 years ago
4
Replace AllKeys() method with Cursor()
#56
yowcow
closed
6 years ago
0
sample-bdb.db is missing
#55
suzuken
closed
6 years ago
1
fix test for radix handler
#54
suzuken
closed
6 years ago
4
make test failed: data files not found
#53
suzuken
closed
6 years ago
4
readers for CSV data
#52
yowcow
closed
6 years ago
0
Load gzipped file
#51
yowcow
closed
6 years ago
0
radix tree store
#50
yowcow
closed
6 years ago
0
Boot-time data loading should be done in async
#49
yowcow
closed
6 years ago
1
Load file in any existing store subdirectories at boot time
#48
yowcow
closed
6 years ago
0
remove old file after db is closed
#47
yowcow
closed
6 years ago
0
update default stores
#46
yowcow
closed
6 years ago
0
look for existing data in store subdirectories at initial load
#45
yowcow
closed
6 years ago
1
remove old data file after new data is completely loaded
#44
yowcow
closed
6 years ago
1
separate watcher from store
#43
yowcow
closed
6 years ago
0
Next