So, I have a huge amount of data divided in states and counties, each county has the same data structure and I am trying to import it into arango
Using arangimp works nice, slow because of the amount of information but it works... but when checking the information, it is incomplete... so I tested arangoimp with log files and when it faces huge csv files (more than 1 GB) I found that the file is not processed completelly, the importation is broken when it has been processed between 45 and 65% of its content... The error is always the same... "[5066] ERROR error message: lock timeout" I have increased the --server.connection-timeout 15000 --server.request-timeout 15000 options as shown... I know that values ara exagerated so no problem... but no difference... same error... So, what is the solution?? How to avoid this error?? -- You received this message because you are subscribed to the Google Groups "ArangoDB" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
