DBAsupport.com Forums - Powered by vBulletin
Results 1 to 2 of 2

Thread: SMP and MPP question

  1. #1
    Join Date
    Mar 2000
    Posts
    39
    Hello everyone, I wanted to know what are SMP and MPP systems and how they are different. Thank you.
    Thanks,
    Afshin.

  2. #2
    Join Date
    May 2000
    Location
    ATLANTA, GA, USA
    Posts
    3,135
    SMP - Symmetric Multiple Processors
    MPP - Massive Parallel Processors.

    In SMP, a machine has multiple processors, and allocation of CPU is determined based on the load at that time. This is suitable for Parallel Query Option.

    In MPP, there are many machines clustered, and each one will do certain job (task). This is an example for Parallel Server option.

Posting Permissions

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


Click Here to Expand Forum to Full Width