简介
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
Bigtable是一种用于管理结构化数据的分布式存储系统,广泛应用于Google产品中,能满足从大规模数据存储到实时数据服务的各种需求。Bigtable通过实现广泛的适用性、可扩展性、高性能和高可用性,为各种工作负载提供支持,包括吞吐量导向的批处理作业到对最终用户敏感的延迟数据服务。
649

被折叠的 条评论
为什么被折叠?



