Details
-
Bug
-
Resolution: Done
-
P1: Critical
-
None
-
master
-
None
-
b4f698838d (qtqa/tqtc-coin-ci/master) b4f698838d (qtqa/tqtc-coin-ci/1.5)
Description
The new API endpoints all seem to iterate through files until the correct one is found, but this is extremely time consuming and highly inefficient. Query time increases linearly with the age of the item being requested. This is unacceptable.
Instead, the API should assemble the filename using the requested ID directly.