Skip to content

Performance Analysis of create_mongodb.py script

Ameya Advankar edited this page Dec 20, 2017 · 1 revision

Problem Statement:

The create_mongodb.py script loads the data states for all the GPS stations into mongodb. This script takes ~15 hours and is supposed to be run daily. Together with all the other pre-processing scripts, the total time is more than 24 hours. Improve the performance of this script.

Analysis:

Clone this wiki locally