SPD Server software
alters SAS tables to enable high-performance processing. SPD Server
tables are physically different from a Base SAS table. You can use
tables in either SAS or native SPD Server format.
For more information
about how to migrate tables between SAS and SPD Server, see
Migrating Tables between SAS and SPD Server.
SAS tables store a single
file that contains the data descriptors and the table data. The data
are column values. The descriptors are metadata that describe the
column and data formatting that the table uses.
SPD Server tables do
not reuse space. When an SQL command to delete one or more rows from
a table is issued, the row is marked deleted and the space is not
reused. You must copy the table in order to recapture the space.
SPD Server Component Files shows
differences in the architecture between SPD Server tables and SAS
tables. SPD Server uses component files to store tables. One component
file stores the stream of data values. Another component file stores
the column and data descriptors. If you create an index for a column
or a composite of columns, SPD Server creates component files for
each index.