Skip to content

issues Search Results · repo:ipfs/go-ds-badger language:Go

Filter by

27 results
 (89 ms)

27 results

inipfs/go-ds-badger (press backspace or delete to remove)

!-- Please report security issues by email to security@ipfs.io -- Version information: !-- Output From ipfs version --all Please check dist.ipfs.io for a newer version of go-ipfs and update if necessary. ...
need/triage
  • lidel
  • 3
  • Opened 
    on Mar 17, 2021
  • #111

Problem Badger releases updates that are breaking changes to the on disk data format, we should be able to create datastore wrappers for each of these data formats. The current state is that we have a ...
need/triage
  • aschmahmann
  • 6
  • Opened 
    on Jan 25, 2021
  • #109

I wonder why this package uses Badger s LSMOnlyOptions as a default https://github.com/ipfs/go-ds-badger/blob/master/datastore.go#L85 As it is quite a fine tuning setting for Badger would be nice to have ...
need/triage
  • burdiyan
  • 1
  • Opened 
    on Sep 14, 2020
  • #103

BadgerDB v2 has been out for nearly a year, and it s overall better in multiple ways and better supported. It shouldn t be too difficult to switch, either: Also, there are no breaking API changes since ...
need/triage
  • mvdan
  • 7
  • Opened 
    on Sep 14, 2020
  • #101

In lotus we decreased ValueTreshold from 1M (v1 badger max is 64k) to 1k to limit the number of open files.
need/triage
status/ready
  • Kubuxu
  • 1
  • Opened 
    on Jul 8, 2020
  • #96

Currently, we use a transaction for batched writes. However, transactions have a maximum number of pending data. We should use the write batch feature instead.
exp/intermediate
kind/enhancement
  • Stebalien
  • 1
  • Opened 
    on May 14, 2020
  • #92

go get -t github.com/ipfs/go-ds-badger errors with: /root/go/src/github.com/ipfs/go-ds-badger/datastore.go:135:13: cannot use log (type * github.com/ipfs/go-log .ZapEventLogger) as type badger.Logger ...
  • willscott
  • 1
  • Opened 
    on Apr 24, 2020
  • #88

While we ve gotten most of the memory issues under control (see #17 and #83), we re still using the default value log size of 1GiB. Unfortunately, it looks like badger loads the entire value log into memory ...
kind/enhancement
  • Stebalien
  • 6
  • Opened 
    on Apr 1, 2020
  • #86

In https://github.com/ipfs/go-datastore/pull/134 is added a new request field in queries: Query.ReturnSizes. To honor this field, datastore implementations can either: - return the size of the entry ...
  • MichaelMure
  • Opened 
    on Nov 22, 2019
  • #75

The query logic is incorrect for queries with offsets/limits and: 1. Orderings other than by key or by key reversed . 2. Filters.
kind/bug
  • Stebalien
  • Opened 
    on Sep 24, 2019
  • #70
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub