cavedatabasedump.sql: - a mysql database dump which holds 50.000 allergies. - each allergy has its own patient, given by cpr - in bundles of 10.000 the recorderNo and recorderOrganization varies as follows RecorderNo: recorderOrganizationNo: 6638310590 4305564335 3615588252 7348991923 4152589896 4035213057 5488053445 2418146719 1197422065 5203480483 - dump is created like: - in run_nsp folder: docker-compose exec mysql-cave /bin/bash - mysqldump cavedb -u caveuser -p > cavedatabasedump.sql - - exit - docker ps - docker cp :/cavedatabasedump.sql ~// cprSample.txt: - a list of cpr numbers, which matches the cpr numbers in the database dump Both data in database and cpr list are created by the PerformanceTestDataImport.java unit test in the larservice-integration module of the larservice project. - use: mvn test -Pperformancedata-test -Dperformancedatatestpropdir=config/local - remember to set the source variable yearInterval for each loop of 10.000 to assure unique cpr numbers - a loop with 10.000 records take around 7 hours 15 minutes