翻訳と辞書
Words near each other
・ Tupiza Airport
・ Tupiza Municipality
・ Tupiza River
・ Tupižnica
・ Tupi–Guarani languages
・ Tupkanlu
・ Tupkaragan District
・ Tupla
・ Tupla (chocolate bar)
・ Tupla tai kuitti
・ Tupla, Pakistan
・ Tuple
・ Tuple relational calculus
・ Tuple space
・ Tuple-generating dependency
Tuple-versioning
・ Tuplet
・ Tuplice
・ Tupman Island
・ Tupman, California
・ Tupolev
・ Tupolev A-3 Aerosledge
・ Tupolev ANT-1
・ Tupolev ANT-10
・ Tupolev ANT-14
・ Tupolev ANT-16
・ Tupolev ANT-2
・ Tupolev ANT-20
・ Tupolev ANT-21
・ Tupolev ANT-22


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

Tuple-versioning : ウィキペディア英語版
Tuple-versioning

Tuple-versioning (also called point-in-time) is a mechanism used in a relational database management system to store past states of a relation. Normally, only the current state is captured.
Using tuple-versioning techniques, typically two values for time are stored along with each tuple: a start time and an end time. These two values indicate the validity of the rest of the values in the tuple.
Typically when tuple-versioning techniques are used, the current tuple has a valid start time, but a null value for end time. Therefore, it is easy and efficient to obtain the current values for all tuples by querying for the null end time.
A single query that searches for tuples with start time less than, and end time greater than, a given time (where null end time is treated as a value greater than the given time) will give as a result the valid tuples at the given time.
For example, if a person's job changes from Engineer to Manager, there would be two tuples in an Employee table, one with the value Engineer for job and the other with the value Manager for job. The end time for the Engineer tuple would be equal to the start time for the Manager tuple.
The pattern known as log trigger uses this technique to automatically store historical information of a table in a database.
==See also==

* Temporal database
* Bitemporal data
* Log trigger

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



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

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