Background: GNSS will be using Nuvla as its data base for storing and deleting ~10K * N SO documents per hour. (N is the number of stations - in the projects for 8 month there will be 3 stations). It would be good to have bulk delete operation based on query.
Propose where to put it in the API and make sure it doesn’t conflict with any of the current CIMI patterns.
Options:
- DELETE a set of objects in a collection based on CIMI filter (eg.
$filter=resource:timestamp>='time_start' and resource:timestamp<='time_end')
- “bulk delete” operation on collections (providing list of objects to delete).