Search before asking
Description
In TaskInstanceMapper.xml , all queries use which returns the complete set of fields, including multiple text/longtext type large fields :
Avoid returning unnecessary large text fields in TaskInstanceMapper queries. Due to the huge data volume in the task instance table, removing these fields from queries significantly boosts API execution performance.
Are you willing to submit a PR?
Code of Conduct
Search before asking
Description
In TaskInstanceMapper.xml , all queries use which returns the complete set of fields, including multiple text/longtext type large fields :
Avoid returning unnecessary large text fields in TaskInstanceMapper queries. Due to the huge data volume in the task instance table, removing these fields from queries significantly boosts API execution performance.
Are you willing to submit a PR?
Code of Conduct