DB2 is a database server developed by IBM. It runs on z/OS (formerly OS/390), Linux, UNIX, and Windows (referred to collectively as DB2 for LUW), and IBM i (formerly OS/400 or i5/OS). Originally designed as a relational engine, IBM has expanded DB2's capabilities on some platforms to include native XML database features and an RDF-compliant graph store. On the IBM i platform, DB2 is tightly integrated into the operating system in a variety of ways, including a unique file system layer that allows database tables to be treated as structured files and vice versa.
DB2 for LUW has different editions: Express-C, Express Edition, Workgroup Server Edition, Enterprise Server Edition and Advanced Enterprise Server Edition. Each of these editions has different engine capabilities and different limits on the amount of RAM and the number of CPU cores that DB2 can use. DB2 for LUW offers a smooth upgrade path for databases that were created in a lower edition of the product (e.g., going from Workgroup Server Edition to Enterprise Server Edition).
DB2 Express-C is a no-cost database engine that runs on Linux and Windows and is authorized for production use. Unlike no-cost database engines from other commercial DBMS vendors, DB2 Express-C places no limits on the size of the database.
In October 2009, IBM introduced DB2 pureScale, a database cluster solution for AIX on System p, suitable for Online Transaction Processing (OLTP) workloads. Linux x86_64 support for DB2 pureScale on IBM System x hardware was added in August 2010. IBM based the design of DB2 pureScale on the Parallel Sysplex implementation of DB2 data sharing on z/OS. DB2 pureScale provides a fault-tolerant, clustered database engine that uses low-latency RDMA messaging and GPFS shared storage to present a single, monolithic database to the application layer.
DB2 for LUW also powers IBM InfoSphere Warehouse, which offers data warehouse capabilities and a specialized data engine that can exploit shared-nothing database partitioning for large data sizes and complex query workloads. The InfoSphere Warehouse product suite includes several BI features such as ETL, data mining, OLAP acceleration, and in-line analytics. Because of their size and intensive query workload, InfoSphere Warehouse databases are often partitioned across multiple DB2 servers in a shared-nothing clustering implementation that IBM previously branded as DB2 Database Partitioning Feature (DPF) or Extended Enterprise Edition (EEE). Unlike DB2 pureScale, a single query executed on a partitioned InfoSphere Warehouse database can (and often does) execute in parallel across multiple nodes (partitions), depending on which nodes contain rows that are relevant to the query.