large data deletion in sparql in aws neptune

0

I am trying deletion of whole data in aws neptune(RDF Format ) using sparql I tried deleting whole data using sparql query using drop all but didn't work as I was getting time out error.then I tried deleting data using delete and giving particular rdf type getting deadline exceeded error I Have also tried by filtering particular property then also I getting error and limit offset not working because I am executing queries using workbench magic command so please anybody suggest how to delete.

已提問 8 個月前檢視次數 266 次
1 個回答
1
已接受的答案

If you are receiving a timeout from Neptune when running a large query, such as the delete operation referenced here, then you can extend the timeout at the cluster level by changing the neptune_query_timeout to a larger value. This will require a reboot of the cluster but modifying this value will change the global timeout and allow for longer running queries.

https://docs.aws.amazon.com/neptune/latest/userguide/parameters.html#parameters-db-cluster-parameters-neptune_query_timeout

If you need additional help, I would suggest opening a support case if possible or if not, then please provide additional details on the error you are receiving here as well as a sample set of data to reproduce the issue if possible.

AWS
已回答 8 個月前
  • Thankyou @ Dave-AWS for giving answer I will try increasing timeout limit .

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南