HPlogo ALLBASE/SQL Database Administration Guide: HP 9000 Computer Systems > Chapter 8 System Catalog

System.DBEFileSet

» 

Technical documentation

Complete book in PDF
» Feedback

 » Table of Contents

 » Index

SYSTEM.DBEFILESET contains information about DBEFileSets. This table initially contains a row for each DBEFileSet created when the DBEnvironment is configured. A row is added, updated, or deleted whenever ALLBASE/SQL processes an ADD DBEFILE, CREATE DBEFILESET, REMOVE DBEFILE, or DROP DBEFILESET statement.

SYSTEM.DBEFILESET and SYSTEM.DBEFILE contain all the information about where tables and indexes are stored.

Table 8-13 System.DBEFileSet

Column NameTypeLengthDescription
DBEFSNAMECHAR20Name of the DBEFileSet
DBEFSNDBEFILESINTEGER4Number of DBEFiles in the DBEFileSet
DBEFSNPAGESINTEGER4Number of pages in the DBEFileSet (the sum of the pages in all associated DBEFiles)
DBEFSUPAGESINTEGER4Number of pages in the DBEFileSet containing table and index data, excluding page table pages (the sum of the used pages in all associated DBEFiles)
DBEFSPTPAGESINTEGER4Number of page table pages in the DBEFileSet
DBEFSMPAGESINTEGER4Total maximum number of pages the DBEFileSet may be expanded (the sum of all DBEFMPAGES in System.DBEFile for the associated DBEFile)
CTIMECHAR16Time of creation: yyyymmddhhmmsstt
ATTACHEDCHAR2Attached: Y for yes, N for no

 

EXAMPLE



   SELECT * FROM System.DBEFileSet ;

   --------------------+--------------+-----------+-----------

   DBEFSNAME           |DBEFSNDBEFILES|DBEFSNPAGES|DBEFSUPAGES

   --------------------+--------------+-----------+-----------

   SYSTEM              |             2|        100|          8

   PURCHFS             |             2|        100|          6

   WAREHFS             |             2|        100|          4

   ORDERFS             |             2|        100|          5

   ---------------------------------------------------------------------------

   Number of rows selected is 4

   U[p], d[own], l[eft], r[ight], t[op], b[ottom], pr[int] <n>,or e[nd]> r



   +------------+-----------+----------------+--------

   |DBEFSPTPAGES|DBEFSMPAGES|CTIME           |ATTACHED

   +------------+-----------+----------------+--------

   |           4|        100|1990090614175200|Y

   |           2|        100|1990090614192370|Y

   |           2|        100|1990090614194160|Y

   |           2|        100|1990090614200170|Y

   ---------------------------------------------------------------------------

   Number of rows selected is 4

   U[p], d[own], l[eft], r[ight], t[op], b[ottom], pr[int] <n>,or e[nd]> e
Feedback to webmaster