romanz/electrs

Implement a history pruning limit

Open

#184 opened on Oct 25, 2019

View on GitHub
 (2 comments) (0 reactions) (0 assignees)Rust (551 forks)github user discovery
enhancementhelp wantedperformancequestion

Repository metrics

Stars
 (1,366 stars)
PR merge metrics
 (PR metrics pending)

Description

Is possible to implement so called history pruning limit to Electrs? The number means how many transactions the server may keep for every single address (example 20 the latest transactions). This could be adjustable value. This will decrease db size and might get small performance boost.

Contributor guide