This ticket is to refactor the parsing storage, the importers, and the import helper methods in order to reduce the number of times Database is queried. This can be achieved by moving all queries to the Parsing storage, and letting all helper methods in the importers use the data cached in the parsing storage. The advantage of doing this is performance at import phase.
This ticket is to refactor the parsing storage, the importers, and the import helper methods in order to reduce the number of times Database is queried. This can be achieved by moving all queries to the Parsing storage, and letting all helper methods in the importers use the data cached in the parsing storage. The advantage of doing this is performance at import phase.