Skip to content

Add migration guides #1183

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 18 commits into
base: main
Choose a base branch
from
Open

Add migration guides #1183

wants to merge 18 commits into from

Conversation

Josipmrden
Copy link
Contributor

@Josipmrden Josipmrden commented Mar 9, 2025

Release note

Added new migration guides, and an overview page of supported source systems

Related product PRs

PRs from product repo this doc page is related to:
(paste the links to the PRs)

Checklist:

  • Add appropriate milestone (current release cycle)
  • Add bugfix or feature label, based on the product PR type you're documenting
  • Make sure all relevant tech details are documented
  • Check all content with Grammarly
  • Perform a self-review of my code
  • The build passes locally
  • My changes generate no new warnings or errors

Copy link

vercel bot commented Mar 9, 2025

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 May 6, 2025 0:56am

@Josipmrden Josipmrden self-assigned this Apr 25, 2025
@Josipmrden Josipmrden added the priority: medium (missing info) An additional information can be helpful or interesting, but the absence is not disruptive label Apr 25, 2025
@Josipmrden Josipmrden removed their assignment Apr 25, 2025
@Josipmrden Josipmrden requested review from antejavor and matea16 April 25, 2025 10:13
@Josipmrden Josipmrden self-assigned this Apr 25, 2025
@Josipmrden Josipmrden marked this pull request as ready for review April 25, 2025 10:14
Setting **STORAGE MODE IN_MEMORY_ANALYTICAL** allows Memgraph to operate entirely in memory, maximizing data
processing speed and enabling efficient multi-threaded execution. This mode significantly improves performance for analytical queries and bulk inserts.

#### How `DROP GRAPH` instantly clears the dataset
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
#### How `DROP GRAPH` instantly clears the dataset
{<h4 className="custom-header"> How `DROP GRAPH` instantly clears the dataset </h4>}

Executing **DROP GRAPH** removes all existing data in Memgraph instantaneously. This ensures that each ingestion
process starts with a clean slate, avoiding conflicts and ensuring consistent performance.

#### Why indexing improves relationship ingestion
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
#### Why indexing improves relationship ingestion
{<h4 className="custom-header"> Why does indexing improve relationship ingestion </h4>}


print(f"✅ Relationships successfully ingested into Memgraph after {(rel_ingest_end_time - rel_ingest_start_time):.2f}s!")
```
#### Optimizing relationship ingestion
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
#### Optimizing relationship ingestion
{<h4 className="custom-header"> Optimize relationship ingestion </h4>}

Comment on lines +22 to +23
**In order to learn all the pre-requisites for importing data into Memgraph, check
[import best practices](/data-migration/best-practices).**
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
**In order to learn all the pre-requisites for importing data into Memgraph, check
[import best practices](/data-migration/best-practices).**
In order to learn all the prerequisites for importing data into Memgraph, check
[import best practices](/data-migration/best-practices).

@matea16
Copy link
Contributor

matea16 commented Apr 29, 2025

One more note, update the main Data migration page with the newly added pages

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority: medium (missing info) An additional information can be helpful or interesting, but the absence is not disruptive
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants