aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Physics/Meshing
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2011-06-10 02:33:50 +0100
committerJustin Clark-Casey (justincc)2011-06-10 02:33:50 +0100
commit9149ef6c89a5dd5de144022530e5a4facdc91919 (patch)
tree1436360f3193b7227f4257f954dd3d2840be450b /OpenSim/Region/Physics/Meshing
parentMerge branch 'master' of ssh://opensimulator.org/var/git/opensim (diff)
downloadopensim-SC_OLD-9149ef6c89a5dd5de144022530e5a4facdc91919.zip
opensim-SC_OLD-9149ef6c89a5dd5de144022530e5a4facdc91919.tar.gz
opensim-SC_OLD-9149ef6c89a5dd5de144022530e5a4facdc91919.tar.bz2
opensim-SC_OLD-9149ef6c89a5dd5de144022530e5a4facdc91919.tar.xz
For MySQL, migrate region tables to the MyISAM storage engine rather than InnoDB
Using MyISAM proves vastly faster for persisting scene objects. For instance, a scene object that took 9 seconds to persist before now takes 1. This also improves the experience of loading large OARs. We don't use any of the transactional features of InnoDB. The only thing that may have an impact is that InnoDB does row locking on inserts while MyISAM does table locking. However, field reports say there is no noticeable difference.
Diffstat (limited to 'OpenSim/Region/Physics/Meshing')
0 files changed, 0 insertions, 0 deletions