<?xml version="1.0" encoding="UTF-8"?>
<changelog xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://www.liquigraph.org/schema/1.0/liquigraph.xsd">
    <changeset id="DS-2868_update_gp_nodes_5:1" author="borisuvarov" run-on-change="true">
        <query>
            CALL apoc.periodic.iterate(
                'MATCH (gp:GlobalParticipant) RETURN gp',
                'SET gp.touchedByESBackfill=datetime()',
                {batchSize:1000,iterateList:true,parallel:true,concurrency:5}
            );
        </query>
    </changeset>
</changelog>
