<?xml version="1.0" encoding="UTF-8"?>
<changelog xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://www.liquigraph.org/schema/1.0/liquigraph.xsd">
    <changeset id="NR-981_touch_nr:1" author="rshield" run-always="true">
        <cypherquery>
          <![CDATA[
            CALL apoc.periodic.iterate(
              'MATCH (n:NrContribution) RETURN n',
              'SET n.touchedByBackfill=datetime()',
              {batchSize:30,iterateList:true,parallel:true,concurrency:5}
            )
            YIELD total
            RETURN total
          ]]>
        </cypherquery>
    </changeset>
    <changeset id="NR-981_touch_nr:2" author="rshield" run-always="true">
        <cypherquery>
          <![CDATA[
            CALL apoc.periodic.iterate(
              'MATCH (n:NrContributor) RETURN n',
              'SET n.touchedByBackfill=datetime()',
              {batchSize:30,iterateList:true,parallel:true,concurrency:5}
            )
            YIELD total
            RETURN total
          ]]>
        </cypherquery>
    </changeset>
    <changeset id="NR-981_touch_nr:3" author="rshield" run-always="true">
        <cypherquery>
          <![CDATA[
            CALL apoc.periodic.iterate(
              'MATCH (nc:NrContribution)-[r:CONTRIBUTED_TO]->(ns:NrSoundRecording) RETURN r',
              'SET r.touchedByBackfill=datetime()',
              {batchSize:20,iterateList:true,parallel:true,concurrency:3}
            )
            YIELD total
            RETURN total
          ]]>
        </cypherquery>
    </changeset>
        <changeset id="NR-981_touch_nr:4" author="rshield" run-always="true">
        <cypherquery>
          <![CDATA[
            CALL apoc.periodic.iterate(
              'MATCH (nc:NrContributor)-[r:IS_MAIN_PERFORMER]->(ncont:NrContribution) RETURN r',
              'SET r.touchedByBackfill=datetime()',
              {batchSize:20,iterateList:true,parallel:true,concurrency:3}
            )
            YIELD total
            RETURN total
          ]]>
        </cypherquery>
    </changeset>
    <changeset id="NR-981_touch_nr:5" author="rshield" run-always="true">
        <cypherquery>
          <![CDATA[
            CALL apoc.periodic.iterate(
              'MATCH (nc:NrContributor)-[r:IS_SESSION_MUSICIAN]->(ncont:NrContribution) RETURN r',
              'SET r.touchedByBackfill=datetime()',
              {batchSize:20,iterateList:true,parallel:true,concurrency:3}
            )
            YIELD total
            RETURN total
          ]]>
        </cypherquery>
    </changeset>
    <changeset id="NR-981_touch_nr:6" author="rshield" run-always="true">
        <cypherquery>
          <![CDATA[
            CALL apoc.periodic.iterate(
              'MATCH (nc:NrContributor)-[r:IS_FEATURING_PERFORMER]->(ncont:NrContribution) RETURN r',
              'SET r.touchedByBackfill=datetime()',
              {batchSize:20,iterateList:true,parallel:true,concurrency:3}
            )
            YIELD total
            RETURN total
          ]]>
        </cypherquery>
    </changeset>
    <changeset id="NR-981_touch_nr:7" author="rshield" run-always="true">
        <cypherquery>
          <![CDATA[
            CALL apoc.periodic.iterate(
              'MATCH (n:NrParticipant) RETURN n',
              'SET n.touchedByBackfill=datetime()',
              {batchSize:30,iterateList:true,parallel:true,concurrency:5}
            )
            YIELD total
            RETURN total
          ]]>
        </cypherquery>
    </changeset>
    <changeset id="NR-981_touch_nr:8" author="rshield" run-always="true">
        <cypherquery>
          <![CDATA[
            CALL apoc.periodic.iterate(
              'MATCH (ns:NrSoundRecording)-[r:HAS_PRIMARY_ARTIST]->(np:NrParticipant) RETURN r',
              'SET r.touchedByBackfill=datetime()',
              {batchSize:20,iterateList:true,parallel:true,concurrency:3}
            )
            YIELD total
            RETURN total
          ]]>
        </cypherquery>
    </changeset>
    <changeset id="NR-981_touch_nr:9" author="rshield" run-always="true">
        <cypherquery>
          <![CDATA[
            CALL apoc.periodic.iterate(
              'MATCH (ns:NrSoundRecording)-[r:HAS_FEATURED_ARTIST]->(np:NrParticipant) RETURN r',
              'SET r.touchedByBackfill=datetime()',
              {batchSize:20,iterateList:true,parallel:true,concurrency:3}
            )
            YIELD total
            RETURN total
          ]]>
        </cypherquery>
    </changeset>
    <changeset id="NR-981_touch_nr:10" author="rshield" run-always="true">
        <cypherquery>
          <![CDATA[
            CALL apoc.periodic.iterate(
              'MATCH (n:NrSoundRecording) RETURN n',
              'SET n.touchedByBackfill=datetime()',
              {batchSize:30,iterateList:true,parallel:true,concurrency:5}
            )
            YIELD total
            RETURN total
          ]]>
        </cypherquery>
    </changeset>
</changelog>
