<?xml version="1.0" encoding="UTF-8"?>
<changelog xmlns:xsi="http//www.w3.org/2001/XMLSchema-instance">
    <changeset id="NR-2246_remove_dupe_parts:1" author="rshield" run-always="true">
        <cypherquery>
           <![CDATA[
            CALL apoc.periodic.iterate(
              'MATCH (p:NrParticipant:NrPerformance) WHERE NOT (p)<-[:HAS_PRIMARY_ARTIST|:HAS_FEATURED_ARTIST]-(:NrSoundRecording:NrPerformance) RETURN p',
              'DETACH DELETE p',
              {batchSize:100, retry:3, parallel:true, concurrency:3}
            )
            YIELD total
            RETURN total
          ]]>
        </cypherquery>
    </changeset>
</changelog>
