11.05.2016, 03:37
I have created a thread recently asking what should I use (YINI, SQLite or MySQL).
I decided to use SQLite and now I am done moving the script from INI to SQLite.
Now the thing that concerns me is that I have 13 tables (Houses, Users, Inventories ++) - Wouldn't that affect the server's performance or the way how SQL saves & loads the data? I have asked this question @ Konstantinos' SQLite Tutorial - He told me this: " 'Database Normalization' should be used where possible so it is still better to have many tables than one huge for all the data."
I don't know what it means but hopefully I am using SQLite properly, I am just concerned for my server in the future.
How would I know if i am using SQLite in a wrong way or something like it would cause some troubles in the server performance, leaks & all?
Help would be appreciated.
I decided to use SQLite and now I am done moving the script from INI to SQLite.
Now the thing that concerns me is that I have 13 tables (Houses, Users, Inventories ++) - Wouldn't that affect the server's performance or the way how SQL saves & loads the data? I have asked this question @ Konstantinos' SQLite Tutorial - He told me this: " 'Database Normalization' should be used where possible so it is still better to have many tables than one huge for all the data."
I don't know what it means but hopefully I am using SQLite properly, I am just concerned for my server in the future.
How would I know if i am using SQLite in a wrong way or something like it would cause some troubles in the server performance, leaks & all?
Help would be appreciated.