Overview
openCypher has CREATE/SET/DELETE commands to manipulate the data in a database. As a general rule, these should be used to do small modifications to the database. If doing a large bulk insertions, you should use the COPY FROM commands.
openCypher has CREATE/SET/DELETE commands to manipulate the data in a database. As a general rule, these should be used to do small modifications to the database. If doing a large bulk insertions, you should use the COPY FROM commands.