Skip to content

Commit

Permalink
Problem: nested cache store not efficient (#241)
Browse files Browse the repository at this point in the history
* Problem: nested cache store not efficient

Solution:
- introduce copy-on-write btree based cache store

temp

* changelog

* rename

* Update store/cachekv/store.go

Signed-off-by: yihuang <huang@crypto.com>

---------

Signed-off-by: yihuang <huang@crypto.com>
  • Loading branch information
yihuang committed Mar 29, 2024
1 parent 5051618 commit 2484db0
Show file tree
Hide file tree
Showing 8 changed files with 100 additions and 516 deletions.
1 change: 1 addition & 0 deletions store/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ Ref: https://keepachangelog.com/en/1.0.0/
* [#207](https://github.com/crypto-org-chain/cosmos-sdk/pull/207) Remove api CacheWrapWithTrace.
* [#205](https://github.com/crypto-org-chain/cosmos-sdk/pull/205) Support object store.
* [#240](https://github.com/crypto-org-chain/cosmos-sdk/pull/240) Split methods from `MultiStore` into specialized `RootMultiStore`, keep `MultiStore` generic.
* [#241](https://github.com/crypto-org-chain/cosmos-sdk/pull/241) Refactor the cache store to be btree backed, prepare to support copy-on-write atomic branching.

## v1.1.0 (March 20, 2024)

Expand Down
44 changes: 0 additions & 44 deletions store/cachekv/search_benchmark_test.go

This file was deleted.

141 changes: 0 additions & 141 deletions store/cachekv/search_test.go

This file was deleted.

Loading

0 comments on commit 2484db0

Please sign in to comment.