First, what is the limit of a SQLite database? Is there any?
Second, if SQLite DB file is stored on a disk (not in RAM), and is several Gigs or Ters in size, how does that affect the performance when querying it?
I'm writing a genomics program in Python and like the convenient maintenance of SQLite, but not sure about its performance with large databases.