首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 其他教程 > 开源软件 >

BigTable引见

2012-06-26 
BigTable介绍简介Bigtable is a distributed storage system for managing?structured data。google的很多

BigTable介绍
简介

Bigtable is a distributed storage system for managing?structured data。google的很多应用对Bigtable 提出了很多不同的需求,both in terms of data size (from URLs to?web pages to satellite imagery) and latency requirements(from backend bulk processing to real-time data serving).

?

These products?use Bigtable for a variety of demanding workloads,which range from throughput-oriented batch-processing?jobs to latency-sensitive serving of data to end users.

?

Bigtable已经实现了如下目标:wide applicability(广泛适用性)、scalability、high performance?and high availability。

在许多方面,Bigtable和数据库很相似(注:resemble),

?

功能

?

?

特点

?

?

应用

?

?

学习资料

1.?Bigtable: A Distributed Storage System for Structured Data

翻译:http://database.51cto.com/art/201007/209107.htm

2. BigTable from?wikipedia.

?

热点排行