Results 1 to 2 of 2

Thread: Performance Question

  1. #1
    merrickswatchorn is offline Junior Member
    Join Date
    Aug 2008
    Posts
    1

    Default Performance Question

    Greetings,

    I was hoping to find out at what point does performance start to take a hit, based on users? My implementation could very well exceed 20,000 users with more in the future. At what point does the storage start to interfere with the application layer?

    Maverick

  2. #2
    ruchida's Avatar
    ruchida is offline A Sugar Hero | Help Forum Moderator
    Join Date
    Feb 2005
    Location
    Japan
    Posts
    1,375

    Default Re: Performance Question

    Hi,

    I think there are two major factors that may cause slow performance. One is the number of users and the other is the number of records. Lots of active users will hit the limit of CPU or memory very easily. This is already explained in many places including Sugar Wiki.

    I've experienced awfully bad performance with more than 100,000 records in either of Contacts, Emails, Cases tables. This is caused by two types of bad queries SugarCRM issues - count and concat. Particularly the concat at the SQL level sometimes takes more than a minute to display a listview and makes SugarCRM halt. Any index never worked. I needed to remove this query and restructure the MySQL scheme to improve the performance.
    Ryuhei Uchida
    Help Forum Moderator
    Calendar 2.0
    http://blogs.itmedia.co.jp/ruchida/

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. External Query Performance Question
    By datasponge in forum Help
    Replies: 9
    Last Post: 2008-07-03, 03:17 PM
  2. Performance question - large number of customers
    By CRMrulez in forum General Discussion
    Replies: 8
    Last Post: 2008-02-04, 12:05 PM
  3. Performance question
    By Proware in forum General Discussion
    Replies: 0
    Last Post: 2006-07-06, 02:52 AM

Bookmarks

Posting Permissions

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