mirror of
https://github.com/Xahau/xahaud.git
synced 2025-11-19 18:15:50 +00:00
SHAMapStore Online Delete (RIPD-415):
Makes rippled configurable to support deletion of all data in its key-value store (nodestore) and ledger and transaction SQLite databases based on validated ledger sequence numbers. All records from a specified ledger and forward shall remain available in the key-value store and SQLite, and all data prior to that specific ledger may be deleted. Additionally, the administrator may require that an RPC command be executed to enable deletion. This is to align data deletion with local policy.
This commit is contained in:
committed by
Nik Bougalis
parent
b44974677e
commit
02529a0fc2
@@ -64,6 +64,9 @@ public:
|
||||
return 0;
|
||||
}
|
||||
|
||||
void
|
||||
setDeletePath() override {}
|
||||
|
||||
private:
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user