I have some files which I import from CSV to SQLite everyday. There are about 30,000 - 60,000 rows per day which are added to my table which makes this table pretty large.
There is some other data which I normally keep separated and vlookup, but it would be way more efficient to just import them into my database and use Joins. This table would be smaller (maybe 500 - 1000 records per day).
Does it impact performance to have a ton of tables within a single database file? Is the size of the table more important that the total database size? I could technically add a few other files too that could be linked together but I never did this before because I was using Access and Excel previously which just couldn't handle large files.