Definitions for "Dbspace" Add To Word List
Login or Register  | Word Lists | Search History

a collection of chunks that are used for storing tables and databases
Helpful?           0
a collection of disk regions specifically allocated by the OnLine administrator
Helpful?           0
a collection of one or more chunks in which databases and other Informix objects are stored
Helpful?           0
a named area of disk storage
Helpful?           0
a storage allocation that can store up to a fixed number of data rows
Helpful?           0
a storage element that consists of one or more chunks
Helpful?           0
An additional database file that creates more space for data. A database can be held in up to 13 separate files (an initial file and 12 dbspaces). Each table, together with its indexes, must be contained in a single database file. The SQL command CREATE DBSPACE adds a new file to the database. See also: database file.
Helpful?           0
A logical collection of one or more chunks of contiguous disk space. Because chunks represent specific regions of disk space, the creators of databases and tables can control where their data is physically located by placing databases or tables in specific dbspaces.
Helpful?           0