micronutrientsupport / database-architecture

The Postgres database code for the MAPS tool
3 stars 0 forks source link

refactor get_intervention_data_as_json() #392

Closed rbroth closed 1 year ago

rbroth commented 1 year ago

Used chatgpt to rewrite it with fewer string concatenation operations. Speedup of ~10x

General Checklist