Page 1 of 1

Slow performance of HTTPAPI parsing.

Posted: Sat May 24, 2025 4:20 pm
by Theju112
I am not sure if Scott Klement still monitors this forum. The HTTPAPI forum is down hence posting it here.

Does having case =any in data-into reduce performance ? The reason I ask is, in a set of APIs there is one API where this has to be used and it is slow.

data-into IAC9374L3 %DATA( decompressedData
: 'doc=string case=any allowmissing=yes path=cube_resp/IAC9374L3')
%PARSER('YAJLINTO' :'{ "document_name": "cube_resp" }');