资源描述:
《谷歌bigtable原文+中文注解》由会员上传分享,免费在线阅读,更多相关内容在行业资料-天天文库。
1、Bigtable:ADistributedStorageSystemforStructuredDataFayChang,JeffreyDean,SanjayGhemawat,WilsonC.Hsieh,DeborahA.WallachMikeBurrows,TusharChandra,AndrewFikes,RobertE.Gruberffay,jeff,sanjay,wilsonh,kerr,m3b,tushar,kes,gruberg@google.comGoogle,Inc.Abstractach
2、ievedscalabilityandhighperformance,butBigtableprovidesadifferentinterfacethansuchsystems.BigtableBigtableisadistributedstoragesystemformanagingdoesnotsupportafullrelationaldatamodel;instead,itstructureddatathatisdesignedtoscaletoaverylargeprovidesclientsw
3、ithasimpledatamodelthatsupportssize:petabytesofdataacrossthousandsofcommoditydynamiccontroloverdatalayoutandformat,andal-servers.ManyprojectsatGooglestoredatainBigtable,lowsclientstoreasonaboutthelocalitypropertiesoftheincludingwebindexing,GoogleEarth,and
4、GoogleFi-datarepresentedintheunderlyingstorage.Dataisin-nance.TheseapplicationsplaceverydifferentdemandsdexedusingrowandcolumnnamesthatcanbearbitraryonBigtable,bothintermsofdatasize(fromURLstostrings.Bigtablealsotreatsdataasuninterpretedstrings,webpagesto
5、satelliteimagery)andlatencyrequirementsalthoughclientsoftenserializevariousformsofstruc-(frombackendbulkprocessingtoreal-timedataserving).turedandsemi-structureddataintothesestrings.ClientsDespitethesevarieddemands,Bigtablehassuccessfullycancontroltheloca
6、lityoftheirdatathroughcarefulprovidedaexible,high-performancesolutionforallofchoicesintheirschemas.Finally,Bigtableschemapa-theseGoogleproducts.Inthispaperwedescribethesim-rametersletclientsdynamicallycontrolwhethertoservepledatamodelprovidedbyBigtable,w
7、hichgivesclientsdataoutofmemoryorfromdisk.dynamiccontroloverdatalayoutandformat,andwede-scribethedesignandimplementationofBigtable.Section2describesthedatamodelinmoredetail,andSection3providesanoverviewoftheclientAPI.Sec-tion4brieydescribestheunderlyingG
8、oogleinfrastruc-1IntroductiontureonwhichBigtabledepends.Section5describesthefundamentalsoftheBigtableimplementation,andSec-Overthelasttwoandahalfyearswehavedesigned,tion6describessomeoftherenementsthatwemadeimpleme