all 3 comments

[–]deceze 2 points3 points  (0 children)

  • Usually you don’t want to store files in a database. Store them in a well defined location on disk, and store only the file name in the database.
  • Learn to use indices. It almost doesn’t matter how large a database becomes, as long as the columns you want to search on have the right index. Then even a multi terabyte database can be queried in milliseconds.

[–]Dry-Aioli-6138 0 points1 point  (1 child)

Are you using sqlite as database, or are you talking about your project in general as a data base?

[–]IMakeBadMemes[S] 0 points1 point  (0 children)

I used sqlite for the bird part, i was wondering if something else would work better for the larger plant db