OpenBankProject / Sofit

The Sofit web application enables greater transparency and dialogue around financial transactions. Account holders can provide fine grained 3rd party access to their accounts. Account holders and external users can tag and comment on transactions.
http://www.openbankproject.com
46 stars 45 forks source link

Speed up MongoDBLocalStorage.getTransactions() #2

Closed tgpfeiffer closed 8 years ago

tgpfeiffer commented 12 years ago

The function mentioned above takes quite a long time, even with only a small data set. It should be made faster. In particular, the function is called twice from Boot.getTransactionsAndView(); this probably shouldn't be the case.

simonredfern commented 8 years ago

Not using Mongo so much at the moment. Closing this ticket.