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. To recapture the space, the table must be copied.
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.