Aditya Sood
Aditya Sood
hi @wajda We are working to create a foxx service which will take care of Spline's arango collections cleanup, and the pseudocode for the same is as follows: 1. Based...
hi @wajda Thank you for highlighting the issue with lack of transaction isolation! As a workaround we have decided to extend the threshold filter from the progress events to both...
hi @wajda We developed a straightforward script to iterate over all the collections, filter out relevant documents and then remove them; something like as follows: ``` db._query('FOR collectionEle IN @@cols...
Oh I was under the impression that traversals would be much faster since all the relevant collections (vertices + edges) belonging to a particular plan are being picked up together...
hi @wajda adding indexes on `_belongsTo` on the the remaining collections did the trick, we were able to get all the queries to run within the default 20 min server...
hi @wajda Apologies for the delay in response, we were caught up in some other tasks Our total spline database size was around ~100GB on the system that we were...
Following is the final cleanup script that we are using: https://gist.github.com/Aditya-Sood/ecc07c9f296dbdf03d4946c5d1b4efce Could you please review the script and let us know if there are any changes that you would like?...
hi @dfawley @easwars , is this issue still relevant?
hi @easwars, shall I pick this up now?
sure I'll start with the LRS issue first and then work on this