ISeeNN icon indicating copy to clipboard operation
ISeeNN copied to clipboard

Search with user uploaded image and database image are not well designed

Open sunshaoyan opened this issue 8 years ago • 0 comments

Because currently we store user uploaded image and database image in different collections, too many codes heavily rely on condition statement as if from_db.

Current difficulty of unifying the two collections:

  1. Database images are stored on disk, while user uploaded images are directly in the database
  2. We do not want to insert every user uploaded image into the database instantly.

sunshaoyan avatar Feb 09 '17 13:02 sunshaoyan