codenotary / immudb

immudb - immutable database based on zero trust, SQL/Key-Value/Document model, tamperproof, data change history
https://immudb.io
Other
8.62k stars 343 forks source link

immudb support for rotation #141

Closed filippodm closed 2 years ago

filippodm commented 4 years ago

immudb currently only grows, but it must be possible to rotate and move a certain portion of my main immudb in different long term immudbs

leogr commented 4 years ago

Note that immudb should not rotate/prune the merkletree data, otherwise it will not be able anymore to provide proofs to those client which had cached the root before the rotation happened.

zaza81 commented 3 years ago

@jeroiraz do you think it's still valid and needed? Probably we want to delete old records, but this is the task related to GDPR.

jeroiraz commented 3 years ago

yes. It's still valid and pending