M20 Azure RDDMS Performance is 3/4 times slower than M19 while PUSH/PULL Resqml files
PUSH / PULL resqml files to Azure RDDMS instance using Open etp ssl client. Try it for M19 and M20 for all the epc files available (https://community.opengroup.org/osdu/platform/domain-data-mgmt-services/reservoir/open-etp-server/-/tree/main/data?ref_type=heads) and note the time.
An example of PUSH Data (command to be run using open etp ssl client): docker run -it --rm -v /mnt/d/OES/open-etp-server/data:/data open-etp:ssl-client openETPServer space -S wss://${RDDMS_URL} -s demo/volve_wells --import-epc /data/Volve_Demo_Wells_Depth.epc --data-partition-id ${PARTITION} --auth bearer --jwt-token ${TOKEN} --time
An example of PULL Data (command to be run using open etp ssl client): docker run -it --rm -v /mnt/d/OES/Reservoir_DMS_Suite/open-etp-server-main/data:/data open-etp:ssl-client openETPServer space -S wss://${RDDMS_URL} -s demo/volve_wells --export-epc /data/demo_volve_wells.epc --data-partition-id ${PARTITION} --auth bearer --jwt-token ${TOKEN} --time
In bold are the dataspace created and the resqml file used
"https://community.opengroup.org/osdu/platform/domain-data-mgmt-services/reservoir/open-etp-server" One can consult this page t know more about the commands used to PUSH / PULL data.