我有一个 aws neptune 集群,我使用 sparql http api 插入了许多 ntriples 和 nquads 数据。
curl -X POST --data-binary 'update=INSERT DATA { http://test.com/s http://test.com/p http://test.com/o。}' http://your-neptune-endpoint:8182/sparql
我想清理我插入的所有数据(不是实例)
我怎样才能做到这一点?
我有一个 aws neptune 集群,我使用 sparql http api 插入了许多 ntriples 和 nquads 数据。
curl -X POST --data-binary 'update=INSERT DATA { http://test.com/s http://test.com/p http://test.com/o。}' http://your-neptune-endpoint:8182/sparql
我想清理我插入的所有数据(不是实例)
我怎样才能做到这一点?
您可以执行SPARQL DROP ALL来删除所有数据。
如果您想要一个真正空的数据库(没有数据、cloudwatch 中没有指标、没有审计历史等),那么我强烈建议您重新创建一个新集群。只需几分钟。