BigTable is a compressed, high performance, and proprietary database system built on Google File System, also known as the "GFS", Chubby Lock Service, SSTable and a few other Google programs; it is currently not distributed nor is it used outside of Google, although Google offers access to it as part of their Google App Engine.

PropertyValue
dbpedia-owl:abstract
  • BigTable ist ein proprietäres Hochleistungs-Datenbanksystem des Unternehmens Google. Es baut unter anderem auf dem Google File System (GFS) und Chubby Lock Service auf. Es wird zurzeit beispielsweise beim Platform-as-a-Service-Dienst (PaaS) Google App Engine genutzt.
  • BigTable es un motor de bases de datos creado por Google con las características de ser: distribuido, de alta eficiencia y propietario construído sobre GFS (Google File System), Chubby Lock Service, y algunos otros servicios y programas de Google.
  • BigTable is a compressed, high performance, and proprietary database system built on Google File System, also known as the "GFS", Chubby Lock Service, SSTable and a few other Google programs; it is currently not distributed nor is it used outside of Google, although Google offers access to it as part of their Google App Engine.
  • BigTable è un sistema di base di dati compresso, ad alte prestazioni proprietario costruito sul Google File System (GFS), Chubby Lock Service e altri pochi programmi di Google; attualmente non distribuito o usato al di fuori da Google, sebbene ne offra accesso come parte del loro Google App Engine. Lo sviluppo di BigTable incomincia nel 2004 ed è ora usato da diverse applicazioni di Google come: MapReduce, Google Reader, Google Maps, Google Libri, Google Earth, Blogger. com, Google Code hosting, Orkut, YouTube, e Gmail. Le ragioni di Google per sviluppare il proprio database include la scalabilità e un miglior controllo sulle caratteristiche prestazionali. BigTable è un DBMS veloce e di grande scala. Sebbene cominci dalla tipica convenzione di un numero fisso di colonne, condivide le caratteristiche sia di database orientati alla riga che di quelli orientati alla colonna. È progettato per poter supportare carichi a livello del petabyte attraverso centinaia di migliaia di macchine e di rendere facile l'aggiunta di nuove macchine al sistema, utilizzando le nuove risorse senza che sia necessaria alcuna riconfigurazione.
  • BigTable(ビッグテーブル)とは、Googleの大規模なサーバ上の大量のデータを管理する為に設計されたデータベースシステムである。Googleの分散ストレージ・システムを支えている。
  • O BigTable é um banco de dados orientado a colunas criado pelo Google e usado pelo GFS para gerenciar Petabyte de informações. É composto por blocos de 64 megabytes, onde os dados inseridos já entram indexados, tornando assim mais rápida a consulta aos dados. É um banco extremamente escalável e tolerante a falhas. Também pode ser usado MapReduce para distribuir o processamento dos dados.
  • BigTable 是一種壓縮的、高效能的、高可擴展性的Google檔案系統(Google File System, GFS),用於儲存大规模結構化資料,適用於雲端計算。 BigTable 發展於 2004年 現今已成為 Google 的應用程式, 像是 MapReduce就常透過 BigTable來儲存或更改資料,至於其他還有 Google Reader, Google Maps, Google Book Search, "My Search History", Google Earth, Blogger. com, Google Code hosting, Orkut, YouTube, and Gmail. Google自行發展出特別的巨型資料庫的原因自然是效能的問題. BigTable不是传统的關連性資料庫,不支援 JOIN 这样的SQL語法, BigTable更像今日的NoSQL的Table-oriented, 优势在于扩展性和性能。BigTable的Table資料結構包括row key、col key和timestamp, 其中row key用於儲存倒轉的url, 例如www. google. com必須改成com. google. www。BigTable使用大量的Table, 在Table之下還有Tablet, 每一個Tablets大概有 100-200 MB,每台机器有100個左右的 Tablets. 所謂的Table是屬於immutable 的SSTables, 也就是存储方式不可修改。另外Table還必須進行壓縮, 其壓縮又分成table的壓縮或系統的壓縮。客户端有一指向META0的Tablets的指標, METAO tablets 保儲所有的META1的tablets的資料記錄。
  • BigTable — проприетарная высокопроизводительная база данных, построенная на основе Google File System (GFS), Chubby Lock Service и некоторых других продуктах Google. В настоящий момент не распространяется и не используется за пределами Google, хотя Google предлагает использовать её как часть Google App Engine.
  • BigTable est un système de gestion de base de données compressées, haute performance, propriétaire, développée et exploitée par Google. C'est une base de données orientée colonnes, dont se sont inspirés plusieurs projets libres, comme HBase, Cassandra ou Hypertable. Chez Google, BigTable est stockée sur le système de fichiers distribué GoogleFS. Google ne distribue pas sa base de données mais propose une utilisation publique de BigTable via sa plateforme d'application Google App Engine.
dbpedia-owl:wikiPageExternalLink
dcterms:subject
rdf:type
rdfs:comment
  • BigTable ist ein proprietäres Hochleistungs-Datenbanksystem des Unternehmens Google. Es baut unter anderem auf dem Google File System (GFS) und Chubby Lock Service auf. Es wird zurzeit beispielsweise beim Platform-as-a-Service-Dienst (PaaS) Google App Engine genutzt.
  • BigTable es un motor de bases de datos creado por Google con las características de ser: distribuido, de alta eficiencia y propietario construído sobre GFS (Google File System), Chubby Lock Service, y algunos otros servicios y programas de Google.
  • BigTable is a compressed, high performance, and proprietary database system built on Google File System, also known as the "GFS", Chubby Lock Service, SSTable and a few other Google programs; it is currently not distributed nor is it used outside of Google, although Google offers access to it as part of their Google App Engine.
  • BigTable(ビッグテーブル)とは、Googleの大規模なサーバ上の大量のデータを管理する為に設計されたデータベースシステムである。Googleの分散ストレージ・システムを支えている。
  • O BigTable é um banco de dados orientado a colunas criado pelo Google e usado pelo GFS para gerenciar Petabyte de informações. É composto por blocos de 64 megabytes, onde os dados inseridos já entram indexados, tornando assim mais rápida a consulta aos dados. É um banco extremamente escalável e tolerante a falhas. Também pode ser usado MapReduce para distribuir o processamento dos dados.
  • BigTable — проприетарная высокопроизводительная база данных, построенная на основе Google File System (GFS), Chubby Lock Service и некоторых других продуктах Google. В настоящий момент не распространяется и не используется за пределами Google, хотя Google предлагает использовать её как часть Google App Engine.
  • BigTable è un sistema di base di dati compresso, ad alte prestazioni proprietario costruito sul Google File System (GFS), Chubby Lock Service e altri pochi programmi di Google; attualmente non distribuito o usato al di fuori da Google, sebbene ne offra accesso come parte del loro Google App Engine. Lo sviluppo di BigTable incomincia nel 2004 ed è ora usato da diverse applicazioni di Google come: MapReduce, Google Reader, Google Maps, Google Libri, Google Earth, Blogger.
  • BigTable 是一種壓縮的、高效能的、高可擴展性的Google檔案系統(Google File System, GFS),用於儲存大规模結構化資料,適用於雲端計算。 BigTable 發展於 2004年 現今已成為 Google 的應用程式, 像是 MapReduce就常透過 BigTable來儲存或更改資料,至於其他還有 Google Reader, Google Maps, Google Book Search, "My Search History", Google Earth, Blogger. com, Google Code hosting, Orkut, YouTube, and Gmail. Google自行發展出特別的巨型資料庫的原因自然是效能的問題.
  • BigTable est un système de gestion de base de données compressées, haute performance, propriétaire, développée et exploitée par Google. C'est une base de données orientée colonnes, dont se sont inspirés plusieurs projets libres, comme HBase, Cassandra ou Hypertable. Chez Google, BigTable est stockée sur le système de fichiers distribué GoogleFS. Google ne distribue pas sa base de données mais propose une utilisation publique de BigTable via sa plateforme d'application Google App Engine.
rdfs:label
  • Google BigTable
  • BigTable
  • BigTable
  • BigTable
  • BigTable
  • BigTable
  • BigTable
  • BigTable
  • BigTable
owl:sameAs
foaf:homepage
foaf:page
is dbpedia-owl:wikiPageRedirects of
is owl:sameAs of
is foaf:primaryTopic of