Results 1 to 10 of 45

Thread: Slow loading

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Publisher Facebook Connected bartmoss's Avatar
    Join Date
    Mar 2008
    Location
    Berlin, Germany
    Posts
    904
    Blog Entries
    1

    Default

    MyISAM is fine - unless you write to a busy table. If that happens, table locking will definitely kill you. In my experience, the InnoDB performance overhead is not an issue, but of course this will vary according to your specific situation. And also of course, InnoDB has other things to consider (need to be smart about the tablespaces, since they won't shrink automatically.)

    Don't know Sphinx or what you'll use it for (sounds to me that it's useful for the site's search engine.)

  2. #2
    Administrator Facebook Connected Robbie's Avatar
    Join Date
    Mar 2006
    Location
    Dayton, OH
    Posts
    3,871
    Blog Entries
    6

    Default

    Quote Originally Posted by bartmoss View Post
    MyISAM is fine - unless you write to a busy table. If that happens, table locking will definitely kill you. In my experience, the InnoDB performance overhead is not an issue, but of course this will vary according to your specific situation. And also of course, InnoDB has other things to consider (need to be smart about the tablespaces, since they won't shrink automatically.)

    Don't know Sphinx or what you'll use it for (sounds to me that it's useful for the site's search engine.)
    From what I'm reading, yes it is...I need to make sure I can install it on our server. I think we can install whatever we want. How are the load times for you right now?
    All Hail FlappyMap! Long Live MapFeed!

    Robbie Powell - Site Admin

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •