- Joined
- Jun 6, 2008
- Messages
- 3
- Reaction score
- 0
clogging your mysql database is a big no no especially if your server is quite big =[
take out skill maxer (until later on) and 20 items starter packages.
people go on your server, get skill maxed and then leave (at least for most people since thats why you can see like 20,000 accounts/characters created but only 200 online at once)
50+ queries executed and then what? 50 queries times 500 ppl a day = too much crap in your database.
same with 20 item starter packages.
they get the items from sera then leave.
meaning.....
skills and inventoryitems/inventoryequipment tables gets clogged up with useless rows which affects your server load.
just a little tip i wanted to share =o
i may be wrong about this but i don't know.
take out skill maxer (until later on) and 20 items starter packages.
people go on your server, get skill maxed and then leave (at least for most people since thats why you can see like 20,000 accounts/characters created but only 200 online at once)
50+ queries executed and then what? 50 queries times 500 ppl a day = too much crap in your database.
same with 20 item starter packages.
they get the items from sera then leave.
meaning.....
skills and inventoryitems/inventoryequipment tables gets clogged up with useless rows which affects your server load.
just a little tip i wanted to share =o
i may be wrong about this but i don't know.