We currently export an objecttype of $datentyp from schema via a PERL script, cutting the export in pieces of 10.000 and putting them together in a postprocessing task:
$enaio_server/rest-ws/service/result/query?type=$datentyp\\&limit=$limit\\&offset=$offset\\&fields=\\*\\*
This script runs over 1h.
If I get you right we can accomplish this task by the not officially supported way and directly query the database. (we will manage all implications of updates, performance, etc.)
I assume I can access the database. How do I identify the relevant table of „$datentyp“ and are the attributes „&fields“ extracted via PERL also fully available?