Fujitsu UDS/SQL V2.5 Manuel D’Utilisation

Page de 324
Database design
Technical implementation
U929-J-Z125-9-76
  
51
D
ok
us
c
h
abl
on
en
 1
9x
24 V
e
rs
ion
 7
.3
us
 f
ü
r F
ram
eM
ak
er
 V
7
.x
v
o
m
 1
4.
02
.2
00
7
©
 c
o
gni
tas
 Gm
b
H
 20
01-
20
07
18
. Ok
tobe
r 20
07
  S
ta
nd
 1
1:
29
.4
9
P
fa
d:
 G
:\
v
og
t\
fs
c
\ud
s
\M
anu
al
e
\e
n\
ud
s
e
nt
_e\
u
ds
ent
.k
0
3
3.3.2
Defining the physical structure of a UDS/SQL database 
To define the physical data structure, you use the SSL (Storage Structure Language). 
The SSL is used to specify mainly: 
set information 
data placement 
optimization 
links: internal tables, chains, lists. 
The data is essentially distributed over database areas via the SSL, taking the following 
aspects into account:
depending on access frequency, 
according to physical storage options (disk capacity) and 
according to the backup procedures used. 
3.3.3
Views 
Subschema
With the subschema DDL, the user selects sections from the database which are required 
for a particular application. 
For a detailed description of the subschema DDL, see 
Relational schema 
A relational schema is used in an SQL application. A relational schema is the relational view 
of an actual subschema. Such a view can be derived from a subschema with the aid of the 
utility BPSQLSIA. 
For further information on the relational schema, see