Hubmakerlabs / replicatr

Nostr relay with Internet Computer integration for inter-relay synchronization
https://mleku.dev/git/replicatr
GNU General Public License v2.0
13 stars 1 forks source link

badger side cache and garbage collection #32

Closed mleku closed 4 months ago

mleku commented 5 months ago

the storage of events on the badger side should remain less than the IC but for reasons of efficiency in both time and cost of access to the IC the badger event store needs to have cache management strategies to contain the age and size of the database, as well as to immediately store everything in parallel with the IC - IC's main purpose is propagating events to multiple relays

mleku commented 5 months ago

tasks:

mleku commented 4 months ago

testing tool actually implemented as tests

all tasks complete, closing issue