-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
lmj@Menjun:data$ du -sh *
12G data
5.0M dump.db
22G index
8.0K metaI use haskey on my project https://github.com/Lupino/haskell-periodic/blob/master/periodic-server/src/Periodic/Server/Scheduler.hs#L119
When I run three days haskey create large file more then 30GB,
the real data is 5M of 57028 items
please help me how to alloc the file size of haskey
My schema is:
type JobTree = Tree JobName Job
type ProcTree = Tree ByteString Job
data Schema = Schema
{ _schemaJobTrees :: Tree FuncName JobTree
, _schemaProcTrees :: Tree FuncName ProcTree
} deriving (Generic, Show, Typeable)
instance Binary Schema
instance Value Schema
instance Root SchemaReactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels