Jump to content

Asura

Members
  • Posts

    707
  • Joined

  • Last visited

  • Days Won

    9

Posts posted by Asura

  1. Hi Zezicla,

     

    If you truly have 1000 players, with a lot of data in MySQL; InnoDB is what you should be using.

     

    MyISAM is quicker when you have less SQL data, however, if your database exceeds GB; then you'll see that queries begin to lock up from time to time... causing lag. That is where InnoDB outperforms MyISAM, when your SQL database is extremely large; it does not lock up.

  2. dont buy a shared sql webhosting ok

    Hi mrlongshen,

     

    News update; literally all companies sell webhosting packages with "shared SQL". GoDaddy, Host9, BlueHost, HostGator, etc etc etc.

     

    If you want a dedicated SQL server, then buy a VPS or a cloud server and set up a SQL server to use instead.

×
×
  • Create New...