MPP Vs. SMP Database

Techwalla may earn compensation through affiliate links in this story. Learn more about our affiliate and product review process here.
Each database type has its own advantages and disadvantages.
Image Credit: Thinkstock Images/Comstock/Getty Images

Massively Parallel Processor and Symmetric Multiprocessor are competing forms of databases. Servers called nodes store the data in both MPP and SMP databases. MPP databases are scalable, while SMP systems are simpler to maintain.

Advertisement

MPP Databases

Video of the Day

MPP database searches are performed by each processor on the computers where segments of the database are stored. MPP databases can be expanded by adding new CPUs. MPP databases are a form of linear scalable database or parallel database. Spreading data across more systems in thinner slices results in faster database searches. Performance of an MPP system is linear, increasing roughly in proportion to the number of nodes. MPP nodes are managed as a single computer. SQL originated as a means of processing data across MPP databases. Cognos Business Intelligence and Teradata software run on MPP databases.

Advertisement

Video of the Day

SMP Databases

SMP databases share software, input / output resources and memory disks. Symmetric Multiprocessor databases generally use one CPU to perform database searches. While Symmetrical Multiprocessors can have hundreds of CPUs, they are most commonly configured with 2, 4, 8 or 16. Memory is the primary constraint on SMP databases. SMP databases can run on more than one server, though they will share other resources; this is known as a called a clustered configuration. SMP databases assign tasks to a single CPU, regardless of how many are in the database. SMP databases have lower fault tolerance and efficiency due to their reliance on shared resources. SMP databases have lower administrative costs than MPP. Oracle and Sybase run on SMP databases.

Advertisement

MPP vs SMP Databases

An MPP database sends the same query to each CPU in the MPP where it searches the data. When two MPP databases are connected, the search time will be almost half that of a similarly sized SMP database. The search time is not exactly half since there are delays as data travels between the MPP nodes. High speed processors used in an SMP database can be cost competitive with MPP systems.

Advertisement

Advertisement

Uses

When a company runs its payroll, records labor time card entries or saves product data in a drawing database on a single server, it is using an SMP database. SMP databases are used for hosting small Web sites and email servers. MPP databases are commonly used for data warehousing. MPP databases are also used for large scale data processing and data mining.

Advertisement

Advertisement

references & resources

Report an Issue

screenshot of the current page

Screenshot loading...