Head's Up! Site migration is underway. Phase 2: migrate recent content
10-18-2022 02:50 PM
I'm using the code below to import the data, but it takes a very long time, knowing that the size of data is not large only (3.3 megabytes). Is it possible to modify the code or use another method to speed up the data import process?
code:
10-18-2022 03:59 PM
Try deleting the RETURN * statement.
10-18-2022 04:32 PM
Also, have an index one :person(name) property, once you are matching.
10-18-2022 04:34 PM
Forgot, try batching in multiple transactions using call subquery with transactions.
10-28-2022 08:48 AM
Hi,
try adding unique constraint on the name property if it's the case (name is unique for a given person in your data), otherwise you can add an "id" unique property for each person
you may separate the creation of persons from the creation of relations between them,
All the sessions of the conference are now available online