Posts: 887
Threads: 251
Joined: Jun 2011
Reputation:
0
Is that okay to use dynamic objects through mysql, cause I have six hundred there..,
or its better to load through gamemode.
Posts: 873
Threads: 5
Joined: Apr 2012
Reputation:
0
Yes, its possible but it's really not needed.
You can make a stock to load objects from a file.
Posts: 887
Threads: 251
Joined: Jun 2011
Reputation:
0
but with mysql I could edit in game and add stuff.
my question was if it's going to slow my server if I have 600 objects in mysql?
Posts: 2,187
Threads: 81
Joined: Aug 2011
Reputation:
0
No, it wont (well, not much), I have heard about 4000 objects in a server without any difficulty, so stock or MySQL, go ahead.
Posts: 772
Threads: 52
Joined: Aug 2010
Reputation:
0
I load over 200 stunt maps when my server starts (over 200,000 objects) and another 200 maps during runtime (over 400,000 objects). Starting my server takes around 20 seconds, after that it's not going to slow down anything.
MySQL is made specifically for working with huge amounts of data. Loading your 600 objects will take no time at all.