A Character Large Object (or CLOB) is a collection of character data in a database management system, usually stored in a separate location that is referenced in the table itself. Oracle and IBM DB2 provide a construct explicitly named CLOB, and the majority of other database systems support some form of the concept, often labeled as text, memo or long character fields. CLOBs usually have very high size limits, on the order of 2GB or more.

PropertyValue
dbpprop:abstract
  • A Character Large Object (or CLOB) is a collection of character data in a database management system, usually stored in a separate location that is referenced in the table itself. Oracle and IBM DB2 provide a construct explicitly named CLOB, and the majority of other database systems support some form of the concept, often labeled as text, memo or long character fields. CLOBs usually have very high size limits, on the order of 2GB or more. The tradeoff for the capacity is usually limited access methods. In particular, some database systems limit certain SQL clauses, such as LIKE or SUBSTRING from being used on CLOBs. Alternative methods of accessing the data are often provided, including means of extracting or inserting ranges of data from the CLOB. Database systems vary in their storage patterns for CLOBs. Some systems always store CLOBs as a reference to out-of-table data, while others store small CLOBs in-table, changing their storage patterns when the size of the data grows beyond a threshold. Other systems are configurable in their behavior. CLOBs are distinguished from BLOBs by having a specified character encoding.
  • Character Large Object (CLOB) ist ein Datentyp, der verwendet wird, um sehr lange Zeichenketten in Datenbanken zu speichern. Dieser Datentyp wird in verschiedenen Datenbanksystemen unterschiedlich genannt. In Oracle und DB2 heißt er CLOB, während andere Datenbanksysteme andere Namen verwenden. So gibt es in MySQL einen entsprechenden Typ namens „Text“. Die Datenbanksysteme unterscheiden sich auch in der Art der Datenspeicherung. Während einige Systeme nur eine Referenz auf den CLOB in der Tabelle ablegen, speichern andere kleinere CLOBs direkt in der Tabelle und verwenden erst ab einer bestimmten Größe den Referenzmechanismus. Ein CLOB hat eine bestimmte Zeichenkodierung und ist lexikalisch sortierbar. Darin unterscheidet es sich vom Binary Large Object (BLOB), das nur numerisch nach den Bytewerten sortiert werden kann. Wie BLOBs haben auch CLOBs sehr hohe Größenbeschränkungen in der Größenordnung von 2 GB. Nicht in allen Datenbanksystemen werden alle Zeichenkettenfunktionen auch für CLOBs angeboten. Auch lassen sich CLOBs zwar in Indexen verwenden, jedoch wird dabei nur der erste Teilstring einer festen Länge verwendet, anderenfalls würde der Index ebenso viel Speicherplatz benötigen wie der CLOB selbst.
  • Le type CLOB ou Character Large Object est un type de donnée permettant le stockage de données a base de caractères (pas comme le BLOB) dans le champ d'une table d'une base de données.
  • キャラクタ・ラージ・オブジェクト(英: Character Large Object、CLOB)とは、データベース管理システムにおけるキャラクタ型のデータの集まりであり、一般に表とは別の場所に格納され、表から参照されるものをいう。OracleやIBM DB2では、明示的に CLOB と呼んでおり、他のデータベースでも同様の概念が存在している。「テキスト」、「メモ」、「ロングキャラクタ」といった呼称もある。 CLOBのサイズ制限はかなり緩く、2GBかそれ以上のレベルであることが多い。容量が大きい反面、アクセス方法は制限されている。特に一部のデータベースシステムでは、CLOBに対してLIKEやSUBSTRINGといったSQL節の使用を制限している。 CLOB型のデータに対して代替のアクセス手段が提供されることが多い。CLOBからある範囲のデータを抽出したり、逆に挿入したりするといった手段がある。 CLOBの格納パターンはデータベースシステムによって異なる。常に表の外部に格納して表には参照を埋め込むものや、小さめのCLOBは表にそのまま格納するものがある(しきい値を超えた場合、格納パターンを変えて別の場所に移す)。格納パターンを設定可能なシステムもある。 CLOBは指定された文字コードのデータになっており、BLOBとは区別されている。
  • Een CLOB (Character Large Object) is een - potentieel groot - gegevenselement in een database dat bestaat uit tekens waaraan in de database een tekencodering is verbonden (dit in tegenstelling tot de BLOB). Het houdt dus in dat data weggeschreven in een CLOB met een specifieke tekencodering ook door de DBMS teruggeven wordt in deze codering. Dit wordt door de DBMS afgehandeld.
  • Duży Obiekt Znakowy (lub CLOB) jest kolekcją danych znakowych w Systemie zarządzania bazą danych. Obiekty CLOB są najczęściej przechowywane w wydzielonym miejscu, do którego odwołanie znajduje się w tabeli. Przykładowo systemy zarządzania bazą danych Oracle oraz DB2 dostarczają typu nazwanego wprost CLOB. Wiele innych systemów zarządzania bazą danych obsługuje w jakiejś formie ten typ danych często oznaczany jako text lub też long character. Typ danych CLOB charakteryzuje się często bardzo dużymi limitami na rozmiar pola, najczęściej 2GB lub więcej. Zwiększenie długości do takich rozmiarów odbywa się najczęściej kosztem ograniczenia liczby metod jakimi można operować na tym typie. W szczególności niektóre systemy zarządzania bazą danych uniemożliwiają użycie pewnych klauzul SQL, takich jak LIKE lub SUBSTRING na typie CLOB. Aby umożliwić dostęp do danych najczęściej dostarczane są alternatywne metody, włączając w to wyodrębnianie lub wstawianie fragmentów danych do pól CLOB. Sposoby przechowywania obiektów CLOB mogą różnić się od siebie w poszczególnych systemach zarządzania bazą danych. Niektóre systemy zawsze przechowują CLOBy jako odnośniki do danych przechowywanych poza tabelami, podczas gdy inne przechowują mniejsze CLOBy łącznie z danymi tabel, zmieniając jednak miejsce przechowywania gdy rozmiar danych zwiększy się ponad określony limit. Z kolei inne systemy pozwalają dowolnie konfigurować miejsce zapisywania takich danych. Dane typu CLOB różnią się od danych typu BLOB tym, iż posiadają określone kodowanie znaków.
dbpprop:hasPhotoCollection
dbpprop:redirect6Property
  • CLOB
  • Clob (card)
  • central limit order book
  • the card game
  • the formerly proposed securities trading system
dbpprop:wikiPageUsesTemplate
rdfs:comment
  • A Character Large Object (or CLOB) is a collection of character data in a database management system, usually stored in a separate location that is referenced in the table itself. Oracle and IBM DB2 provide a construct explicitly named CLOB, and the majority of other database systems support some form of the concept, often labeled as text, memo or long character fields. CLOBs usually have very high size limits, on the order of 2GB or more.
  • Character Large Object (CLOB) ist ein Datentyp, der verwendet wird, um sehr lange Zeichenketten in Datenbanken zu speichern. Dieser Datentyp wird in verschiedenen Datenbanksystemen unterschiedlich genannt. In Oracle und DB2 heißt er CLOB, während andere Datenbanksysteme andere Namen verwenden. So gibt es in MySQL einen entsprechenden Typ namens „Text“. Die Datenbanksysteme unterscheiden sich auch in der Art der Datenspeicherung.
  • Le type CLOB ou Character Large Object est un type de donnée permettant le stockage de données a base de caractères (pas comme le BLOB) dans le champ d'une table d'une base de données.
  • Een CLOB (Character Large Object) is een - potentieel groot - gegevenselement in een database dat bestaat uit tekens waaraan in de database een tekencodering is verbonden (dit in tegenstelling tot de BLOB). Het houdt dus in dat data weggeschreven in een CLOB met een specifieke tekencodering ook door de DBMS teruggeven wordt in deze codering. Dit wordt door de DBMS afgehandeld.
  • Duży Obiekt Znakowy (lub CLOB) jest kolekcją danych znakowych w Systemie zarządzania bazą danych. Obiekty CLOB są najczęściej przechowywane w wydzielonym miejscu, do którego odwołanie znajduje się w tabeli. Przykładowo systemy zarządzania bazą danych Oracle oraz DB2 dostarczają typu nazwanego wprost CLOB. Wiele innych systemów zarządzania bazą danych obsługuje w jakiejś formie ten typ danych często oznaczany jako text lub też long character.
rdfs:label
  • Character large object
  • Character Large Object
  • Character large object
  • キャラクタ・ラージ・オブジェクト
  • CLOB
  • CLOB
owl:sameAs
skos:subject
foaf:page
is dbpprop:redirect of