-
- Downloads
Squashed commit of the following:
add test to ensure txn gets aborted if client dies before aborting. posting tests passes now bring back xidmap in client and talk to zero to get lease don't throw error on stop executing during rebuild reverse edges or count index Do delete outside transactions(It just purges everything) Use timestamp 1 when writing schema to disk Use readTs in export Refactor code so that we initialize txn object at only one place.
Showing
- client/client.go 0 additions, 4 deletionsclient/client.go
- client/mutations.go 4 additions, 0 deletionsclient/mutations.go
- client/testtxn/main.go 54 additions, 0 deletionsclient/testtxn/main.go
- cmd/dgraph-live-loader/batch.go 47 additions, 4 deletionscmd/dgraph-live-loader/batch.go
- cmd/dgraph-live-loader/main.go 35 additions, 19 deletionscmd/dgraph-live-loader/main.go
- posting/index.go 51 additions, 93 deletionsposting/index.go
- posting/index_test.go 14 additions, 37 deletionsposting/index_test.go
- posting/list.go 1 addition, 0 deletionsposting/list.go
- posting/list_test.go 2 additions, 2 deletionsposting/list_test.go
- posting/lists.go 6 additions, 3 deletionsposting/lists.go
- posting/mvcc.go 4 additions, 7 deletionsposting/mvcc.go
- protos/task.pb.go 250 additions, 215 deletionsprotos/task.pb.go
- protos/task.proto 1 addition, 0 deletionsprotos/task.proto
- schema/schema.go 16 additions, 43 deletionsschema/schema.go
- vendor/github.com/dgraph-io/badger/README.md 2 additions, 2 deletionsvendor/github.com/dgraph-io/badger/README.md
- vendor/github.com/dgraph-io/badger/db.go 23 additions, 19 deletionsvendor/github.com/dgraph-io/badger/db.go
- vendor/github.com/dgraph-io/badger/errors.go 1 addition, 1 deletionvendor/github.com/dgraph-io/badger/errors.go
- vendor/github.com/dgraph-io/badger/managed_db.go 8 additions, 1 deletionvendor/github.com/dgraph-io/badger/managed_db.go
- vendor/github.com/dgraph-io/badger/transaction.go 1 addition, 1 deletionvendor/github.com/dgraph-io/badger/transaction.go
- vendor/vendor.json 13 additions, 13 deletionsvendor/vendor.json
Loading
Please register or sign in to comment