05-31-2016, 07:39 AM
VPS providers offers a PURE SSD and SSD CACHED, Which is better to use for game server? What are there advantage and disadvantage?
(05-31-2016, 05:45 PM)Conan Wrote: For game servers that use alot of IO, SSD is the best.
If it uses MySQL, SSD is the best.
If it saves periodically, SSD-Cached is ok.
Minecraft is best on SSD tho
(06-06-2016, 04:37 AM)Vuluts Wrote:(05-31-2016, 05:45 PM)Conan Wrote: For game servers that use alot of IO, SSD is the best.
If it uses MySQL, SSD is the best.
If it saves periodically, SSD-Cached is ok.
Minecraft is best on SSD tho
I see so do you have a minecraft server? because right now I'm studying to develop a ragnarok server, but is there any disadvantage with ssd-cached if it's use for game server?
(06-06-2016, 04:37 AM)Vuluts Wrote: I see so do you have a minecraft server? because right now I'm studying to develop a ragnarok server, but is there any disadvantage with ssd-cached if it's use for game server?I dont run minecraft servers on my VPSs because it might get suspended :3
(06-06-2016, 12:43 PM)Dudi Wrote: For game servers ssd cached disks are enough. There is no reason to buy true SSD, it will not be significantly faster. And a HDD or a SSD cached disk is much cheaper.
(06-07-2016, 09:30 AM)Conan Wrote: I dont run minecraft servers on my VPSs because it might get suspended :3
Yes they are enough. Unless the game server uses a lot of IO that can lock up.
And as far as I know minecraft servers does a lot of IO for saving worlds.
Also of course, game servers that uses some kind of DB will be faster on SSD.
Game servers that use small flat-files for saving info should still be pretty fast on SSD-cached though.