Closed hsanjuan closed 1 year ago
Hmmm i think things may slow down too even with this reverted :cry:
Suggested version: v0.2.5
Changes in go.mod
file(s):
diff --git a/go.mod b/go.mod
index 4eb1c16..2de2b87 100644
--- a/go.mod
+++ b/go.mod
@@ -1,6 +1,6 @@
module github.com/ipfs/go-ds-pebble
-go 1.19
+go 1.20
require (
github.com/cockroachdb/pebble v0.0.0-20230227185959-8285e8dd5c08
gorelease
says:
# diagnostics
required module github.com/kataras/iris/v12@v12.0.1 retracted by module author: Retract older versions as only latest is to be depended upon. Please update to @latest
required module github.com/microcosm-cc/bluemonday@v1.0.2 retracted by module author: Retract older versions as only latest is to be depended upon
# summary
Suggested version: v0.3.0
gocompat
says:
Your branch is up to date with 'origin/master'.
This PR is modifying both version.json
and non-markdown files.
The Release Checker is not able to analyse files that are not checked in to master
. This might cause the above analysis to be inaccurate.
Please consider performing all the code changes in a separate PR before cutting the release.
A draft GitHub Release has been created. It is going to be published when this PR is merged. You can modify its' body to include any release notes you wish to include with the release.
This is merged because upstream pebble uses bloom filters now, so we don't need to complicate things here.
Upon testing this on high concurrency scenario, it would seem that this makes reading very very slow in comparison to the previous implementation (ie. 50 vs 3000 ipfs block-reads per second).
For this reason we must revert.