Latest Updates

Documenting code, one commit at a time.

Eliminating N+1 Queries for Performance in Massive Uploads

The Reimpact platform recently underwent a significant performance improvement focused on optimizing massive data uploads. A key area of focus was eliminating N+1 query problems, which can severely degrade performance when processing large datasets. This post details the approach taken to resolve this issue within the context of "Save*" jobs. This ensures efficiency and scalability.

Read more