behzadshomali / Image-Describe-Pipe

This app outputs the name, coordinations, sentiment of each extracted face, and besides a brief description of the scene's context for each input image.
2 stars 0 forks source link

Implement database #5

Closed behroozomidvar closed 3 years ago

behroozomidvar commented 3 years ago
behzadshomali commented 3 years ago

@behroozomidvar I just implemented an initial version of the database. One thing I wanted to ensure about is what you mean by indexes? I mean as I elaborated the scheme and the database itself, in my opinion at this stage we don't need any indexes. Am I right or I'm missing something?

behroozomidvar commented 3 years ago

Indexes are for increasing the performance of queries. Small data doesn't need an index, but the data doesn't always remain small. I suggest you finalize this without implementing indexes but add index implementation as a new task for later.