polr icon indicating copy to clipboard operation
polr copied to clipboard

Fixing performance issue when having millions of links

Open urbaez22 opened this issue 1 year ago • 0 comments

Problem emerged when I had more than 1.4 million links generated. The way the ORM used to find the last ending generated were very inefficient, so I fixed the code, as well included an index that helps to execute the query in less than a millisecond (even having right now more than 13 million links generated).

urbaez22 avatar Jun 26 '23 15:06 urbaez22