读书人

BigTable引见

发布时间: 2012-06-26 10:04:13 作者: rapoo

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.

?

读书人网 >开源软件

热点推荐