-
Notifications
You must be signed in to change notification settings - Fork 12
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
base: main
Are you sure you want to change the base?
Add migration guides #1183
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
…into migration-guides
pages/data-migration/migrate-iceberg-tables-from-data-lake-using-dremio.mdx
Outdated
Show resolved
Hide resolved
pages/data-migration/migrate-iceberg-tables-from-data-lake-using-dremio.mdx
Outdated
Show resolved
Hide resolved
pages/data-migration/migrate-iceberg-tables-from-data-lake-using-dremio.mdx
Outdated
Show resolved
Hide resolved
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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
#### 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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
#### 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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
#### Optimizing relationship ingestion | |
{<h4 className="custom-header"> Optimize relationship ingestion </h4>} |
**In order to learn all the pre-requisites for importing data into Memgraph, check | ||
[import best practices](/data-migration/best-practices).** |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
**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). |
One more note, update the main Data migration page with the newly added pages |
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:
bugfix
orfeature
label, based on the product PR type you're documenting