Questions tagged «sql»

5
mmorpg如何存储数据?
我想在我的server.exe中使用sql数据库。 假设有1000位用户在线。玩家在玩游戏时会更改其数据。服务器需要保存这些更新。 但是如何? 我认为有两种方法: 1)服务器将在运行时保存在ram中,并且有时或每小时服务器将从ram将数据(更新)写入sql数据库。但是,如果断电或服务器关闭,更新将无法保存。当然,我不想丢失更新。 2)服务器将在运行时将更新保存在数据库中。但是速度会怎样?我想到了一种方法。我将在下面显示图片。通过这种方法,我能否为1000名在线玩家获得足够的速度?
By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.