-
- Downloads
Modify/posting pool (#1148)
don't return emptylist to pool Switch posting list uids to a byte array. add Metrics change wal kv opt to table.nothing, posting kv to mmap remove index and reverse log add elog for eviction information remove throttle for pending queries set max concurrent streams to 1000 Fix hash tokenizer to use uint64 directly. Replace lhmap with LRU cache. Just one for all groups. round robin in client
Showing
- client/examples_test.go 6 additions, 6 deletionsclient/examples_test.go
- client/mutations.go 14 additions, 10 deletionsclient/mutations.go
- cmd/dgraph/main.go 14 additions, 12 deletionscmd/dgraph/main.go
- cmd/dgraphloader/main.go 12 additions, 6 deletionscmd/dgraphloader/main.go
- posting/hash.go 0 additions, 149 deletionsposting/hash.go
- posting/hash_test.go 0 additions, 80 deletionsposting/hash_test.go
- posting/index.go 8 additions, 19 deletionsposting/index.go
- posting/index_test.go 27 additions, 10 deletionsposting/index_test.go
- posting/list.go 84 additions, 45 deletionsposting/list.go
- posting/list_test.go 15 additions, 17 deletionsposting/list_test.go
- posting/lists.go 49 additions, 118 deletionsposting/lists.go
- posting/lru.go 178 additions, 0 deletionsposting/lru.go
- posting/lru_test.go 99 additions, 0 deletionsposting/lru_test.go
- protos/facets.pb.go 2 additions, 3 deletionsprotos/facets.pb.go
- protos/graphresponse.pb.go 2 additions, 3 deletionsprotos/graphresponse.pb.go
- protos/payload.pb.go 1 addition, 2 deletionsprotos/payload.pb.go
- protos/schema.pb.go 2 additions, 3 deletionsprotos/schema.pb.go
- protos/task.pb.go 36 additions, 37 deletionsprotos/task.pb.go
- protos/types.pb.go 48 additions, 95 deletionsprotos/types.pb.go
- protos/types.proto 1 addition, 2 deletionsprotos/types.proto
Loading
Please register or sign in to comment