This document proposes an enhancement to existing algorithms for fastening search queries over frequently updated route collections. The existing RTS and LTS algorithms evaluate path queries but only track a limited number of entered routes. The proposed enhancement is to save newly evaluated routes to the database indices. This would reduce search time for subsequent queries, as the path could be retrieved from the database rather than re-executing the algorithm. There would be increased memory usage but faster execution times for repeated queries.