Server database structure
#6

Quote:
Originally Posted by dusk
View Post
Interesting. I believe I might have overdone it.... 27 tables for a roleplay server and I consider making one more for player licenses and their warnings.
In all honesty that's nothing... there are lots of massive MySQL databases out there with dozens, and dozens of tables. As Y_Less said they are likely specialized tables which is a good thing.

If you have specialised tables you only need to load in those tables when they are needed, for example the players vehicles are stored in their garages. They however aren't using their cars, and cruising with other players. You may as well unload this information if not load it at all until they enter the garage expecting to see their cars?

I however think if you have a table for licenses, it would simply be because of neatness and readability. This is not problem, it's not going to affect loading times of your database too much. As for warnings that could be anything, driving warnings? Admin Warnings?

Just keep in mind, the more tables you have; the better arranged your data. The easier it is to load and unload data when necessary and be able to manage the server in better more memory and network conserving ways.
Reply


Messages In This Thread
Server database structure. Share your database structure! - by dusk - 12.09.2014, 12:37
Re: Server database structure - by Vince - 13.09.2014, 10:19
Re: Server database structure - by RajatPawar - 13.09.2014, 10:31
Re: Server database structure - by iFarbod - 13.09.2014, 11:45
Re: Server database structure - by dusk - 13.09.2014, 13:39
Re: Server database structure - by IceCube! - 13.09.2014, 14:50
Re: Server database structure - by Pottus - 13.09.2014, 14:51
Re: Server database structure - by PowerPC603 - 24.02.2015, 10:40
Re: Server database structure - by Vince - 24.02.2015, 14:14
Re: Server database structure - by PowerPC603 - 24.02.2015, 14:32
Re: Server database structure - by Extremo - 24.02.2015, 15:13
Re: Server database structure - by PowerPC603 - 25.02.2015, 09:32
Re: Server database structure - by Luis- - 25.02.2015, 15:02
Respuesta: Re: Server database structure - by kirk - 25.02.2015, 16:41
Re: Server database structure - by PowerPC603 - 25.02.2015, 21:48

Forum Jump:


Users browsing this thread: 2 Guest(s)