memgraph / documentation

The official documentation for Memgraph open-source graph database.
https://memgraph.com/docs
MIT License
9 stars 5 forks source link

Drop graph #616

Closed Josipmrden closed 1 month ago

Josipmrden commented 2 months ago

Description

Drop graph functionality has been added which improves the deletion of everything in the current database in an efficient manner.

For v2.16

Pull request type

Please check what kind of PR this is:

Related PRs and issues

PR this doc page is related to: https://github.com/memgraph/memgraph/actions/runs/8249360695

Checklist:

vercel[bot] commented 2 months ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
documentation ✅ Ready (Inspect) Visit Preview 💬 Add feedback Apr 4, 2024 3:30pm
katarinasupe commented 2 months ago

I think DROP GRAPH shouldn't be documented under DELETE clause docs. To follow the existing flow, document DROP GRAPH as a standalone page under Clauses and note anywhere else where relevant (such as under https://memgraph.com/docs/querying/read-and-modify-data#delete-data)

katarinasupe commented 2 months ago

@kgolubic or @Josipmrden please don't forget to check my comment and update accordingly.

kgolubic commented 1 month ago

I think DROP GRAPH shouldn't be documented under DELETE clause docs. To follow the existing flow, document DROP GRAPH as a standalone page under Clauses and note anywhere else where relevant (such as under https://memgraph.com/docs/querying/read-and-modify-data#delete-data)

I've created a new docs page for DROP GRAPH.