A tablespace is a storage location where the actual data underlying database objects can be kept. It is the physical portion of the database used to allocate storage for all DBMS managed segments. A database segment is a database object which occupies physical space such as table data and indexes. Once created, a tablespace can be referred to by name when creating database segments. Tablespaces specify only the database storage locations, not the logical database structure, or database schema.
| Property | Value |
| dbpprop:abstract
|
- A tablespace is a storage location where the actual data underlying database objects can be kept. It is the physical portion of the database used to allocate storage for all DBMS managed segments. A database segment is a database object which occupies physical space such as table data and indexes. Once created, a tablespace can be referred to by name when creating database segments. Tablespaces specify only the database storage locations, not the logical database structure, or database schema. For instance, different objects in the same schema may have different underlying tablespaces. Similarly, a tablespace may service segments for more than one schema. By using tablespaces, an administrator can control the disk layout of an installation. A common use of tablespaces is to optimize performance. For example, a heavily used index can be placed on a fast SCSI disk. On the other hand, a database table which contains archived data that is rarely accessed could be stored on a less expensive but slower IDE disk. While it is common for tablespaces to store their data in a filesystem file, some DBMS allow tablespaces to be configured directly over operating system device entries, called raw devices, providing better performance by avoiding the OS filesystem overheads. Oracle stores data logically in tablespaces and physically in datafiles associated with the corresponding tablespace.
- Ein Tablespace (dt. Tabellenraum) bezeichnet im Datenbankbereich den Speicherort, in den Tabellen, Indizes und andere Datenobjekte geschrieben werden. Das Datenbankmanagementsystem (DBMS) kann auf zwei verschiedene Weisen auf Speicher zugreifen: SMS Tablespace – System Managed Storage: Der Speicher wird über Betriebssystemfunktionen beschrieben. DMS Tablespace – Database Managed Storage: Das DBMS erledigt die Speicherverwaltung selbst. SMS sind einfach zu verwalten. Ihre Grenzen werden vom Betriebssystem gesetzt. DMS hingegen können einzelne Dateien sein, die das DBMS dann intern aufteilt. Je nach System können aber auch Teile von Devices oder ganze Devices vom DBMS verwaltet werden. Der Administrationsaufwand erhöht sich u.a. dadurch, dass der Bereich sich bei Bedarf nicht selbständig vergrößert. Damit einher geht aber oft eine höhere Verarbeitungsgeschwindigkeit, da sowohl das Rechtemanagement komplett in das DBMS verlagert wird, als auch die Auswahl der zu cachenden Daten. Das DBMS kann oft besser entscheiden, welche Daten wahrscheinlich mehrfach benötigt werden. Man unterscheidet prinzipiell 4 Arten von Tablespaces: Regulär (Tabellen und Indizes) Temporär (Sortieren, Reorganisieren) LARGE (für große Objekte wie BLOB, CLOB, IMAGES, etc... ) Systemkataloge (enthält z.B. Tabellen, in denen die Datentypen definiert sind)
- 表領域 もしくは テーブルスペース はデータベースが実際のデータを配置する補助記憶装置上の領域である。テーブルやインデックス等の物理的なデータは表領域内に作成される。 表領域はデータが配置される領域の位置のみを表し、データベースの論理的なデータ構造やスキーマは別に管理される。例えば、1つのスキーマが複数の異なる表領域に跨って配置されることもある。同様に、1つの表領域が複数のスキーマを含む場合もある。 表領域を使うことにより、管理者はデータのディスク上の配置状態を制御できる。表領域の典型的な用途は、性能の最適化である。例えば、利用頻度の高いインデックスを高速な SCSI ディスク上に配置し、一方めったにアクセスされないアーカイブデータは安価な ATA ディスクに配置することで、コストパフォーマンスを高められる。 データベースによっては、表領域をファイルシステム上ではなく、ストレージ・デバイス上に直接作成できるものもある。この方式は「RAW デバイス」と呼ばれ、ファイルシステムのオーバーヘッドを抑えることでより高いパフォーマンスを提供する。一方、ファイルシステムを管理するための一般的なツール類は利用できなくなるため、バックアップ等は専用のツールを使う必要がある。
- Tablespace é um termo em língua inglesa que designa uma sub-divisão lógica de um banco de dados utilizado para agrupar estruturas lógicas relacionadas. As tablespaces apenas especificam a localização de armazenamento do banco de dados e são armazenadas fisicamente em datafiles, que alocam imediatamente o espaço especificado na sua criação. A primeira tablespace criada pelo ORACLE é a System. Existe um relacionamento "um para muitos" entre os bancos e as tablespaces e um relacionamento "um para muitos" entre as tablespaces e os datafiles. A qualquer momento um datafile pode ser incluído em uma tablespace e os datafiles existentes podem ser estendidos. Um banco de dados pode ter vários usuários, cada qual com seu esquema, que nada mais é do que uma coleção lógica de objetos de banco de dados, como tabelas e índices. Por sua vez, esses objetos referem-se às estruturas físicas dos dados, que são armazenados nas tablespaces.
|
| dbpprop:hasPhotoCollection
| |
| rdfs:comment
|
- A tablespace is a storage location where the actual data underlying database objects can be kept. It is the physical portion of the database used to allocate storage for all DBMS managed segments. A database segment is a database object which occupies physical space such as table data and indexes. Once created, a tablespace can be referred to by name when creating database segments. Tablespaces specify only the database storage locations, not the logical database structure, or database schema.
- Ein Tablespace (dt. Tabellenraum) bezeichnet im Datenbankbereich den Speicherort, in den Tabellen, Indizes und andere Datenobjekte geschrieben werden. Das Datenbankmanagementsystem (DBMS) kann auf zwei verschiedene Weisen auf Speicher zugreifen: SMS Tablespace – System Managed Storage: Der Speicher wird über Betriebssystemfunktionen beschrieben. DMS Tablespace – Database Managed Storage: Das DBMS erledigt die Speicherverwaltung selbst. SMS sind einfach zu verwalten.
- Tablespace é um termo em língua inglesa que designa uma sub-divisão lógica de um banco de dados utilizado para agrupar estruturas lógicas relacionadas. As tablespaces apenas especificam a localização de armazenamento do banco de dados e são armazenadas fisicamente em datafiles, que alocam imediatamente o espaço especificado na sua criação. A primeira tablespace criada pelo ORACLE é a System.
|
| rdfs:label
|
- Tablespace
- Tablespace
- 表領域
- Tablespace
|
| owl:sameAs
| |
| skos:subject
| |
| foaf:page
| |