SeguinBe / ReplicaFinder

DEPRECATED, LOOK AT dhlab-epfl/Replica
0 stars 0 forks source link

Switch to MongoDB #2

Closed SeguinBe closed 8 years ago

SeguinBe commented 8 years ago

For now, the DataManager is very dumb. It does not save the data, and needs to recreate the whole search matrix every time an image is added to the system.

Because the searching data might get too big in the future to be stored in memory, we need to move to a cleverer approach.

Proposal :

SeguinBe commented 8 years ago

This was solved by the replica package, effectively moving to mongo.