gchq / Gaffer

A large-scale entity and relation database supporting aggregation of properties
Apache License 2.0
1.77k stars 350 forks source link

Make DeleteAllData a core operation #3270

Closed cn337131 closed 1 month ago

cn337131 commented 1 month ago

Describe the new feature you'd like At the moment a DeleteAllData operation is available to accumulo but needs to be 'activated' by a operations declarations file which is less than ideal and requires a restart of the Graph.

Why do you want this feature? To prevent users having to restart a graph if they release they are missing this operation in their declaration file. Also would allow users to use this with the MapStore which is currently not available