In SPD
Server, large production, inventory, and sales data storage areas
work best using permanent table space. A rolling five-year sales data
table by division and company is an example of an SPD Server structure
that is best suited to permanently allocated space on the enterprise
computers. Organizations can rely on large quantities of production,
inventory, or sales data that is updated on a day-to-day, or even
shift-to-shift basis. These data repositories require permanent, secure
processing space that only can be accessed by a select group of key
users. Allocating permanent space for the data ensures that sufficient
disk space required for the combination and manipulation of large
amounts of data from multiple large warehouse tables is always available.
For example,
an organization might call such a tightly controlled, permanently
defined area the "production" data space. Data analysts in organizations
typically manipulate production-type data to produce smaller, more
focused reports. Analyst reports often benchmark specific areas of
performance or interest. Regular analyst reports are frequently distributed
across the organization. The distributed analyst reports, while not
as critical as the production, inventory, or sales data, should also
use permanently defined data spaces that are separate from the permanent
production reporting table spaces. In such instances, permanent table
space should be accessible to the specific group (such as analysts)
of regular SPD Server users.
The SPD
Server administrator can use the
libnames.parm file to configure paths that map to an area of reserved disk space
on a host computer, creating a safe place for permanent tables with
limited user access. To reserve permanent table space, the LIBNAME
domain statement in the
libnames.parm file
should use the optional DATAPATH=, INDEXPATH=, and OWNER= statements
to specify unique, appropriately sized disk areas for data tables
and index tables. The OWNER= statement configures ownership and access.
It is up to the SPD Server administrator to ensure that the paths
named in domain declarations have access to sufficient disk space.
User access
to permanent table spaces can be established via individual user account
access privileges, or by establishing, through the owner of the domain,
an ACL group of approved users. LIBNAME domain statements will create
permanent table space by default.