- 16 Dec, 2024 1 commit
-
-
tavit ohanian authored
-
- 21 Aug, 2021 2 commits
-
-
tavit ohanian authored
-
tavit ohanian authored
-
- 21 Jun, 2021 2 commits
-
-
tavit ohanian authored
Port 2021 05 02 See merge request dms3/public/go-ds-badger!1
-
tavit ohanian authored
-
- 02 May, 2021 2 commits
-
-
tavit ohanian authored
-
tavit ohanian authored
-
- 09 Oct, 2020 7 commits
-
-
Steven Allen authored
Log error if batch not committed or canceled
-
gammazero authored
-
Steven Allen authored
Add Cancel function; add finalizer to cleanup abandoned batch
-
gammazero authored
-
gammazero authored
-
Steven Allen authored
Do not implement batches using transactions
-
gammazero authored
Transactions have a size limit and will only accept a finite number of writes before returning ErrTxnTooBig. Batching should not be subjected to this limit. This PR fixes this by using a badger WriteBatch object to implement batching. The WriteBatch object packs writes into transactions, committing the transactions as they become full. This fixes Issue #92.
-
- 22 Sep, 2020 1 commit
-
-
dependabot-preview[bot] authored
Bumps [github.com/dgraph-io/badger](https://github.com/dgraph-io/badger) from 1.6.1 to 1.6.2. Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
-
- 14 Sep, 2020 2 commits
-
-
Adin Schmahmann authored
readme: add information on Badger2 datastore
-
Adin Schmahmann authored
-
- 12 May, 2020 2 commits
-
-
Steven Allen authored
update contributing link
-
Bryan Stenson authored
-
- 04 May, 2020 1 commit
-
-
Hector Sanjuan authored
-
- 27 Apr, 2020 1 commit
-
-
Hector Sanjuan authored
-
- 24 Apr, 2020 1 commit
-
-
Will authored
* Use current go-log
-
- 08 Apr, 2020 2 commits
-
-
Steven Allen authored
fix: verify that the datastore is still open when querying
-
Steven Allen authored
fixes part of https://github.com/ipfs/go-ipfs/issues/6986 (the other part is that we should be shutting down in the right order)
-
- 30 Mar, 2020 4 commits
-
-
Steven Allen authored
build(deps): bump github.com/dgraph-io/badger from 1.6.0 to 1.6.1
-
dependabot-preview[bot] authored
Bumps [github.com/dgraph-io/badger](https://github.com/dgraph-io/badger) from 1.6.0 to 1.6.1. - [Release notes](https://github.com/dgraph-io/badger/releases) - [Changelog](https://github.com/dgraph-io/badger/blob/v1.6.1/CHANGELOG.md) - [Commits](https://github.com/dgraph-io/badger/compare/v1.6.0...v1.6.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-
Steven Allen authored
build(deps): bump github.com/jbenet/goprocess from 0.1.3 to 0.1.4
-
dependabot-preview[bot] authored
Bumps [github.com/jbenet/goprocess](https://github.com/jbenet/goprocess) from 0.1.3 to 0.1.4. - [Release notes](https://github.com/jbenet/goprocess/releases) - [Commits](https://github.com/jbenet/goprocess/compare/v0.1.3...v0.1.4) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-
- 28 Mar, 2020 3 commits
-
-
Steven Allen authored
feat: switch to file io and shrink tables
-
Steven Allen authored
It's actually _faster_ (4x) when reading, on my system. But that may just be because I use BTRFS + SSDs? I'm really not sure.
-
Steven Allen authored
Bump github.com/ipfs/go-datastore from 0.4.0 to 0.4.4
-
- 24 Feb, 2020 1 commit
-
-
dependabot-preview[bot] authored
Bumps [github.com/ipfs/go-datastore](https://github.com/ipfs/go-datastore) from 0.4.0 to 0.4.4. - [Release notes](https://github.com/ipfs/go-datastore/releases) - [Commits](https://github.com/ipfs/go-datastore/compare/v0.4.0...v0.4.4) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-
- 11 Feb, 2020 2 commits
-
-
Steven Allen authored
fix: update go-datastore
-
Steven Allen authored
And fix prefix handling to only find subkeys.
-
- 09 Dec, 2019 2 commits
-
-
Steven Allen authored
Bump github.com/ipfs/go-datastore from 0.3.0 to 0.3.1
-
dependabot-preview[bot] authored
Bumps [github.com/ipfs/go-datastore](https://github.com/ipfs/go-datastore) from 0.3.0 to 0.3.1. - [Release notes](https://github.com/ipfs/go-datastore/releases) - [Commits](https://github.com/ipfs/go-datastore/compare/v0.3.0...v0.3.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-
- 03 Dec, 2019 2 commits
-
-
Adin Schmahmann authored
update datastore Interface
-
Adin Schmahmann authored
-
- 02 Dec, 2019 2 commits
-
-
Steven Allen authored
query: always return the size
-
Steven Allen authored
-