資源描述:
《內(nèi)存數(shù)據(jù)庫(kù)的設(shè)計(jì)與實(shí)現(xiàn)》由會(huì)員上傳分享,免費(fèi)在線閱讀,更多相關(guān)內(nèi)容在學(xué)術(shù)論文-天天文庫(kù)。
1、南京航空航天大學(xué)碩士學(xué)位論文內(nèi)存數(shù)據(jù)庫(kù)的設(shè)計(jì)與實(shí)現(xiàn)姓名:袁培森申請(qǐng)學(xué)位級(jí)別:碩士專業(yè):計(jì)算機(jī)應(yīng)用技術(shù)指導(dǎo)教師:皮德常20061201南京航空航天大學(xué)碩士論文摘要基于磁盤結(jié)構(gòu)的數(shù)據(jù)庫(kù)管理系統(tǒng),很好地滿足了傳統(tǒng)的商務(wù)和管理領(lǐng)域應(yīng)用。隨著移動(dòng)通信技術(shù)的發(fā)展和人們需求的多樣化,移動(dòng)通信需要提供更多類型的數(shù)據(jù)服務(wù),特別是3G時(shí)代的到來(lái),電信領(lǐng)域已經(jīng)成為了數(shù)據(jù)密集型行業(yè),需要高性能的數(shù)據(jù)庫(kù)系統(tǒng)作為底層的支撐。磁盤數(shù)據(jù)庫(kù)系統(tǒng)不能滿足實(shí)時(shí)及近實(shí)時(shí)數(shù)據(jù)訪問(wèn)需求,隨著計(jì)算機(jī)軟硬件技術(shù)的進(jìn)步,考慮將數(shù)據(jù)庫(kù)的核心數(shù)據(jù)駐留內(nèi)存,設(shè)計(jì)高性能
2、的內(nèi)存數(shù)據(jù)庫(kù)管理系統(tǒng)成為可能。本文首先研究了內(nèi)存數(shù)據(jù)庫(kù)管理系統(tǒng)的相關(guān)理論,包括內(nèi)存數(shù)據(jù)庫(kù)定義、與磁盤數(shù)據(jù)庫(kù)管理系統(tǒng)差異、數(shù)據(jù)結(jié)構(gòu)、索引、事務(wù)處理、查詢優(yōu)化、數(shù)據(jù)庫(kù)恢復(fù)等技術(shù)。其次,在面向?qū)ο笏枷牒完P(guān)系模型基礎(chǔ)之上,設(shè)計(jì)實(shí)現(xiàn)了運(yùn)行在VxWorks之上的嵌入式內(nèi)存數(shù)據(jù)庫(kù)管理系統(tǒng),介紹了系統(tǒng)的設(shè)計(jì)思想和方法,重點(diǎn)研究了內(nèi)存數(shù)據(jù)庫(kù)管理系統(tǒng)表的設(shè)計(jì);系統(tǒng)的索引設(shè)計(jì),包括順序索引,Hash索引,B
樹(shù)索引以及尚待實(shí)現(xiàn)的T樹(shù)索引;用于系統(tǒng)資源管理的隊(duì)列的設(shè)計(jì)。然后詳細(xì)介紹了系統(tǒng)用于保護(hù)主機(jī)的主備機(jī)之間的數(shù)據(jù)同步,包括同步的設(shè)計(jì)
3、思想、協(xié)議設(shè)計(jì)、同步流程、狀態(tài)切換等。結(jié)尾是UTMS系統(tǒng)中QoS與DSCP映射數(shù)據(jù)庫(kù)模塊的設(shè)計(jì)與實(shí)現(xiàn),是對(duì)內(nèi)存數(shù)據(jù)庫(kù)的一個(gè)應(yīng)用。本文設(shè)計(jì)實(shí)現(xiàn)的內(nèi)存數(shù)據(jù)庫(kù)管理系統(tǒng)用于中興電信網(wǎng)管系統(tǒng),滿足了“實(shí)時(shí)、
穩(wěn)定、靈活”的實(shí)際需求。關(guān)鍵詞:面向?qū)ο螅瑑?nèi)存數(shù)據(jù)庫(kù),表,索引,數(shù)據(jù)同步,QoSi內(nèi)存數(shù)據(jù)庫(kù)的設(shè)計(jì)與實(shí)現(xiàn)ABSTRACTDiskresidentdatabasemanagementsystem(DRDBMS)satisfiesthefieldsof
businessandmanagementprimely.Withth
4、edevelopmentofmobiletechniquesand
people'sincreasingdemands,mobileindustrydemandsvariousdataservices,
especially3Giscoming,telecomhasbecomeadata-intensivefield,whichdemands
highperformancedatabasefortimelydataaccessing.Diskbaseddatabasemanagement
systemcan'tm
5、eettimerestrict,withthedevelopmentofsoftwareandhardware,design
andimplementamainmemorydatabasemanagementsystem(MMDB),inwhich"core
data"residentsforrapiddataaccessingisbecomingfeasible.ThispaperdiscussingtherelatetheoriesofMMDBfirst,includingthedefination
ofMM
6、DB,thedifferenceswithDRDB,datastructure,indextechniques,transaction
processing,queryoptimization,databaserecoveryetal.Second,basedonthe
Object-OrientedideologyandtheRelationalModule,anembededmainmemory
databasemanagementsystemwhichrunningonVxWorksisdesignedan
7、d
implemented.Designmethodisintroducedatthebegining,table'sdesign,indices
techniques,includingHashindex,B-treeindex,T-treeindex,andqueuewhichusedto
managesystemresourcesarethekeystoneofthissection.Thefollowingisdata
synchronizationbetweenmasterandslavewhichus
8、edtoprotectmaster,
synchronizationprotocol,synchronizationflowandstatusswitchingetalare
introduced.ThemappingbetweenQoSandDSCPofdatabasemoduleisintroducedat
last.Thismainmemorydatabaseman