Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
I'll do it my way. Maybe it doesn't seem the best from a "classical" point of view, but from a file system point of view it is much better. Easier to access a single entry in a 200KB file than in a 30GB file.
No, it's not. If the database is properly structured and tables properly indexed then queries will be generally simpler, performance generally faster, and administration definitely easier. The only reason you might want to compromise your database design by splitting tables unnecessarily is if your filesystem and utilities are genuinely likely to have a problem with big files; but even then your proposed design is not the way to do it.Easier to access a single entry in a 200KB file than in a 30GB file.