You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there a way you guys can add a way to prune spent UTXO's? (Obviously after the 2160 required blocks to deal with rollbacks). I don't have need for spent UTXO data, so it would be great because the database will be much smaller and queries will be quicker, etc :)
The text was updated successfully, but these errors were encountered:
It could be done I guess. You could write a new "Prune" task that depends on the input & output tasks and instead of writing to the database, removes from the database
Of course adding such a task means you wouldn't be able to use any other task hat depends on this data being present, but I sounds like you're okay with that for your use-case
Is there a way you guys can add a way to prune spent UTXO's? (Obviously after the 2160 required blocks to deal with rollbacks). I don't have need for spent UTXO data, so it would be great because the database will be much smaller and queries will be quicker, etc :)
The text was updated successfully, but these errors were encountered: