We are planning to migrate Data from AuroraDB to AWS neptune (property Graph). we have table in AuroraDB with 3.5 million records, and which has relationship with other five tables. if I have to create all the records as Vertices result in 3.5 million vertices and it has relationship with other five table, each record will have 5 Edges for 5 other tables, then the edges will result in 3.5 million (records in one table ) * 5 (each records have relationship with other 5 tables) results in above 10 million.
How we can reduce this Edges and is there anything i am doing wrong?