CMS Redbook Overview

Page 34

Figure 2-3 shows how table space HUMANRES is spread across five containers, with each container being on a different disk. Database

HUMANRES table space EMPLOYEE table DEPARTMENT table PROJECT table

D:\DBASE1 Container 0

E:\DBASE1 Container 1

G:\DBASE1 Container 3

F:\DBASE1 Container 2

H:\DBASE1 Container 4

Figure 2-3 Table space spread over multiple containers

Stored procedures Stored procedures permit one call to a remote database to perform a pre-programmed procedure in a database application environment in which many situations are repetitive. For example, for receiving a fixed set of data, performing the same set of multiple requests against a database is necessary. Processing a single SQL statement for a remote database requires sending two transmissions: one request and one receive. An application might require many SQL statements to complete its work. This could result in many acts of transmission. A stored procedure that encapsulates those many SQL statements would enable the work to be done in one transmission. A stored procedure is a dynamically linked library (DLL) or program that runs on the server and is called by the database engine in response to a call by a client.

Chapter 2. Content Manager base products

27


Issuu converts static files into: digital portfolios, online yearbooks, online catalogs, digital photo albums and more. Sign up and create your flipbook.