资源描述:
《gbase备份恢复系统研究与实现》由会员上传分享,免费在线阅读,更多相关内容在学术论文-天天文库。
1、摘要摘要数据库管理系统可能会因为一些不可预知的软硬件故障而遭到破坏,使它不能正常启动或运行。完备的数据库备份恢复系统对于一个优秀的数据库是不可缺少的。GBase8.3以前,系统备份恢复采取逻辑方式,对于大数据量的备份和恢复工作显得比较缓慢,备份恢复性能鱼待提升,开发一套完整的物理备份系统势在必行。该项目以GBase8.3系统为背景,深入研究其日志文件、数据文件、事务处理机制和事务故障恢复算法等,设计并开发了一套数据库物理备份恢复工具,包括:GBase的脱机物理全备份工具、脱机物理增量备份工具、联机物理全备份工具以及联机物理增量备份工具,并设计开
2、发与这些备份方式相对应的恢复工具。经过详尽测试,该系统在性能和功能上领先于国内其它数据库厂商。本论文的创新在于:一是利用GBase数据文件特点,实现GBase数据库快速增量备份:二是解决了在不锁定数据文件而且不影响系统事务处理能力情况下,进行可靠数据备份的问题。另外,综合以上两种技术,实现了联机物理增量备份。本文首先介绍了备份恢复的相关概念理论和主流数据库的备份恢复技术。接着分析了GBase系统的日志文件,数据文件和事务处理方式等内容,这些数据库相关技术是物理备份恢复设计和实现的基础。最后,详细描述了我们是如何设计和实现以上一系列物理备份恢复工
3、具的。关键词:备份恢复日志检查点AbstradAbstractSomeunexpectedhardwareorsoftwarefailuremaydestroytheDBMS,whichwillmaketheDBMSincapableofrebootorrunning.Therefore,agooddatabasebackupandrestoresystemisindispensableforanexcelentDBMS.ThebackupandrestoretoolsofGBasesystemarebasedonlogicwaybeforev
4、ersion8.3,whichwillbetooslowtobackupandrestoreahugedatabase.TheperformanceoftheGBasebackupandrestoretoolsshouldbeupgradedanddevelopingabetteronebasedonphysicalwayisimperative.InthecontextofGBase8.3,wedeeplyresearchonthelogfile,datafile,transactionprocessingtechniquesanditstr
5、ansactionfailureresolvingmethodofGBase,designanddevelopasetofdatabasebackupandrestoretools,whichincludes。m诫fullbackuptool,oflineincreasebackuptool,onlinefullbackuptool,onlineincreasebackuptoolandrestoretoolscorrespondingwiththem.Afterdetailedtesting,comparedwithotherDBMSprod
6、ucts恤china,theperformanceandfunctionoftheGBasebackupandrestoretoolsisontop.TheinnovationofthisarticleisfindingafastwaytodoGBaseincreasebackupusingthecharacterofitsdatafile,andsolvingproblemsofonlinecrediblebackupwhichshouldnotlockthedatafileandinfluencethetransactionprocessi
7、ngcapability.Wealsodeveloptheonlineincreasebackuptoolusingthesetechniques.First,thisarticleintroducesdatabasebackupandrestoreconceptionandtheory,thebackupandrestoretechniqueofthefamousDBMS.ThenweintroducetheGBaselogfile,datafile,transactionprocessing,etcasthefoundationofdesi
8、gninganddevelop吨thephysicalbackupandrestoretools.Finally,wemakeadetailexpla