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.

asked 8 months ago246 views
1 Answer
1
Accepted Answer

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
answered 7 months ago
  • Thankyou @ Dave-AWS for giving answer I will try increasing timeout limit .

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions