翻訳と辞書
Words near each other
・ Tableless web design
・ Tabler
・ Tabler's Station Historic District
・ Tabler, Oklahoma
・ Tableround
・ Tablers
・ Tablers Station, West Virginia
・ Tables (board game)
・ Tables of European biogas utilisation
・ Tables of Heraclea
・ Tables of historical exchange rates to the United States dollar
・ Tables of Physical and Chemical Constants and Some Mathematical Functions
・ Tables Will Turn
・ Tables, Ladders, and Chairs match
・ Tablesaver
Tablespace
・ Tablespoon
・ Tablet
・ Tablet (confectionery)
・ Tablet (magazine)
・ Tablet (newspaper)
・ Tablet (pharmacy)
・ Tablet (religious)
・ Tablet computer
・ Tablet hardness testing
・ Tablet of Ahmad (Arabic)
・ Tablet of Akaptaḫa
・ Tablet of Destinies (book)
・ Tablet of Destinies (mythic item)
・ Tablet of Shamash


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Tablespace : ウィキペディア英語版
Tablespace

A tablespace is a storage location where the actual data underlying database objects can be kept. It provides a layer of abstraction between physical and logical data,〔
〕 and serves 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. Sometimes it can be used to specify schema so as to form a bond between logical and physical data.
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 SATA disk.
While it is common for tablespaces to store their data in a filesystem file, a single file must be part of a single tablespace. Some database management systems 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.
== References ==


抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Tablespace」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.