Activity
add comment on LogFile's byte stream struct
add comment on LogFile's byte stream struct
add benchmark scritp for SLM DB, Badger, LedisDB, Redis and LevelDB, …
add benchmark scritp for SLM DB, Badger, LedisDB, Redis and LevelDB, …
add cmd module: including client and server side
add cmd module: including client and server side
add testcase for the db interface modlue
add testcase for the db interface modlue
fix the issue happened in openMemtable(): the if judgement of wal.Rea…
fix the issue happened in openMemtable(): the if judgement of wal.Rea…
modify options.go: add defaultOptions for opening db and defaultCoulm…
modify options.go: add defaultOptions for opening db and defaultCoulm…
modify vlog module: add functional module for compaction
modify vlog module: add functional module for compaction
add db module: provide the db operation interface for users
add db module: provide the db operation interface for users
modify cf.go: add func for columnfamily struct
modify cf.go: add func for columnfamily struct
modify memtable.go: add claseWAL func for memtable
modify memtable.go: add claseWAL func for memtable
add flush part in cf.go: used to update the index, write vlog and del…
add flush part in cf.go: used to update the index, write vlog and del…
modify options.go: add options for the whole db setting
modify options.go: add options for the whole db setting
modify memtable: add some comment for encode/decode
modify memtable: add some comment for encode/decode
modify bptree module: add some comment for put/delete batch
modify bptree module: add some comment for put/delete batch
modify options.go: add Options struct(initiate the DB)
modify options.go: add Options struct(initiate the DB)
modify options.go: add ColumnFamilyOptions struct
modify options.go: add ColumnFamilyOptions struct
add value log module(connect the discard and column family, still lea…
add value log module(connect the discard and column family, still lea…
modify compaction module(discard), using selective compaction strateg…
modify compaction module(discard), using selective compaction strateg…