版權(quán)說明:本文檔由用戶提供并上傳,收益歸屬內(nèi)容提供方,若內(nèi)容存在侵權(quán),請(qǐng)進(jìn)行舉報(bào)或認(rèn)領(lǐng)
文檔簡(jiǎn)介
1、此文檔是畢業(yè)設(shè)計(jì)外文翻譯成品( 含英文原文+中文翻譯) ,無需調(diào)整復(fù)雜的格式!下載之后直接可用,方便快捷!本文價(jià)格不貴,也就幾十塊錢!一輩子也就一次的事!外文標(biāo)題:Hybrid Database System of MySQL and MongoDB in Web Application Development外文作者:Gregorius Ongo,Gede Putra Kusuma文獻(xiàn)出處: 2019 International C
2、onference on Information Management and Technology (ICIMTech) (如覺得年份太老,可改為近 2 年,畢竟很多畢業(yè)生都這樣做)英文 3297 單詞,19987 字符(字符就是印刷符),中文 5223 漢字。 (如果字?jǐn)?shù)多了,可自行刪減,大多數(shù)學(xué)校都是要求選取外文的一部分內(nèi)容進(jìn)行翻譯的。 )Hybrid Database System of MySQL and MongoDB in
3、 Web Application DevelopmentAbstract—The increasing amount of data that need to be processed in a company are affecting the performances of the database system. Relational Database Management System (RDBMS) is a commonly
4、 used database system, but also known to having a decreased performance when handling high amount of data. NoSQL is an alternative storage option that is different than RDBMS and known for faster performance when handlin
5、g high amount of data. In this contribution, we compare the performances between RDBMS MySQL and a hybrid model of MySQL and NoSQL MongoDB when being used on a web application. We implemented a simple social media websit
6、e to evaluate the performance of using different database models. The website is equipped with chat and profile view features. Experiments are performed using randomly generated user profiles and chat data. Based on our
7、evaluations, the hybrid database of MySQL and MongoDB achieves higher read and write performances than the MySQL alone. Meanwhile MySQL can handle more sensitive data and maintaining data consistency. The hybrid model da
8、tabase MySQL and MongoDB uses less disk space than MySQL alone, but uses more RAM. We also observed that NoSQL that uses document system. Although RDBMS have a good reputation, RDBMS tends to have decreased performance w
9、ith the increasing data usage in the system. The replication of the relational database can be limited. The relational databases are also made based on consistency rather than availability [4]. NoSQL, on other hand, has
10、a different reputation. It is known to be good at storing high amount of data. The scheme free characteristic of NoSQL made the scalability of the database better. However, these advantages come with sacrifices, such as
11、weaker security or lesser data consistency.The increasing amount of data that need to be processed in a company are affecting the performances of the database system. Hardware upgrades are also needed to make the system
12、performance back to its expected level [5]. The other effect of the technology advances is big data. The big data is more common to be found in big companies, and managing big data can be a key in competing with other co
13、mpanies [6]. Therefore, we propose a hybrid database system of MySQL and MongoDB to improve the performance of a web application by harnessing the capabilities of the RDMS and NoSQL database models. The ability of the RD
14、BMS in storing sensitive data complements the ability of NoSQL in processing high amount of data. The proposed hybrid database system is implemented using MySQL for relational database and MongoDB for NoSQL.II.RELATED WO
15、RKSHybrid database model is a database system that uses two or more different database models in a system [7]. This model is preferred because sometimes the stored data is not always suitable with the database model bein
16、g used. Therefore, Cook tried to combine two databases that have different models: object oriented database and relational database [8]. From the experiments, Cook founds some benefits in using multiple database models i
17、n a system, such as:? Flexibility. In complex data types, the data may need to be forced to fit the storage model that is being used in the system. Hybrid database model can increase the flexibility of the system to stor
18、e different types of data.? Increased performance. Leveraging the strengths of multiple storage models improves the system performance.? Logical distribution. The distribution of data is better and the number of forced d
溫馨提示
- 1. 本站所有資源如無特殊說明,都需要本地電腦安裝OFFICE2007和PDF閱讀器。圖紙軟件為CAD,CAXA,PROE,UG,SolidWorks等.壓縮文件請(qǐng)下載最新的WinRAR軟件解壓。
- 2. 本站的文檔不包含任何第三方提供的附件圖紙等,如果需要附件,請(qǐng)聯(lián)系上傳者。文件的所有權(quán)益歸上傳用戶所有。
- 3. 本站RAR壓縮包中若帶圖紙,網(wǎng)頁內(nèi)容里面會(huì)有圖紙預(yù)覽,若沒有圖紙預(yù)覽就沒有圖紙。
- 4. 未經(jīng)權(quán)益所有人同意不得將文件中的內(nèi)容挪作商業(yè)或盈利用途。
- 5. 眾賞文庫僅提供信息存儲(chǔ)空間,僅對(duì)用戶上傳內(nèi)容的表現(xiàn)方式做保護(hù)處理,對(duì)用戶上傳分享的文檔內(nèi)容本身不做任何修改或編輯,并不能對(duì)任何下載內(nèi)容負(fù)責(zé)。
- 6. 下載文件中如有侵權(quán)或不適當(dāng)內(nèi)容,請(qǐng)與我們聯(lián)系,我們立即糾正。
- 7. 本站不保證下載資源的準(zhǔn)確性、安全性和完整性, 同時(shí)也不承擔(dān)用戶因使用這些下載資源對(duì)自己和他人造成任何形式的傷害或損失。
最新文檔
- 【中英雙語】431關(guān)于計(jì)算機(jī)專業(yè)應(yīng)用軟件程序app設(shè)計(jì)開發(fā)有關(guān)的外文文獻(xiàn)翻譯成品:spring boot開發(fā)web應(yīng)用程序(中英文雙語對(duì)照)
- 【中英雙語】513關(guān)于計(jì)算機(jī)專業(yè)app應(yīng)用html設(shè)計(jì)的畢業(yè)設(shè)計(jì)論文英文英語外文文獻(xiàn)翻譯成品資料:面向?qū)ο蟮膚eb應(yīng)用程序開發(fā)(中英文雙語對(duì)照)
- 【中英雙語】429關(guān)于計(jì)算機(jī)專業(yè)app應(yīng)用程序網(wǎng)絡(luò)管理設(shè)計(jì)有關(guān)的外文文獻(xiàn)翻譯成品:具有高效性能的java web應(yīng)用程序的設(shè)計(jì)方法(中英文雙語對(duì)照)
- 【中英雙語】482關(guān)于計(jì)算機(jī)專業(yè)應(yīng)用軟件app程序檢測(cè)測(cè)試有關(guān)的外文文獻(xiàn)翻譯成品:測(cè)試spring boot應(yīng)用程序(中英文雙語對(duì)照)
- 【中英雙語】336關(guān)于計(jì)算機(jī)專業(yè)java web在線應(yīng)用商店應(yīng)用程序app設(shè)計(jì)有關(guān) 的外文文獻(xiàn)翻譯成品:使用java技術(shù)的web應(yīng)用程序設(shè)計(jì)模型的比較研究(中英文雙語對(duì)照)
- 【精品文檔】431關(guān)于計(jì)算機(jī)專業(yè)應(yīng)用軟件程序app設(shè)計(jì)開發(fā)有關(guān)的外文文獻(xiàn)翻譯成品:spring boot開發(fā)web應(yīng)用程序(中英文雙語對(duì)照)
- 【中英雙語】452關(guān)于計(jì)算機(jī)專業(yè)vm有關(guān)的外文文獻(xiàn)翻譯成品:java應(yīng)用程序虛擬機(jī)的應(yīng)用程序輔助的動(dòng)態(tài)遷移(中英文雙語對(duì)照)
- 【中英雙語】527關(guān)于計(jì)算機(jī)專業(yè)開源計(jì)算機(jī)視覺庫的的外文文獻(xiàn)翻譯成品英文英語資料:對(duì)opencv的簡(jiǎn)介介紹概述(中英文雙語對(duì)照)
- 【中英雙語】161關(guān)于計(jì)算機(jī)專業(yè)android安卓軟件程序應(yīng)用app開發(fā)介紹有關(guān)的外文文獻(xiàn)翻譯成品:android(安卓)開發(fā)簡(jiǎn)介(中英文雙語對(duì)照)
- 【中英雙語】221關(guān)于計(jì)算機(jī)專業(yè)圖書管理系統(tǒng)設(shè)計(jì)有關(guān) 的外文文獻(xiàn)翻譯成品:圖書館管理系統(tǒng)的設(shè)計(jì)(中英文雙語對(duì)照)
- 【中英雙語】185關(guān)于計(jì)算機(jī)專業(yè)有關(guān)的外文文獻(xiàn)翻譯成品:有效的出勤考勤管理系統(tǒng)的方法(中英文雙語對(duì)照)
- 【中英雙語】439關(guān)于計(jì)算機(jī)專業(yè)對(duì)python概述介紹有關(guān)的外文文獻(xiàn)翻譯成品:python簡(jiǎn)介(中英文雙語對(duì)照)
- 【中英雙語】關(guān)于計(jì)算機(jī)專業(yè)有關(guān)的外文文獻(xiàn)翻譯成品:對(duì)asp n-e-t web窗體的介紹(中英文雙語對(duì)照)
- 【中英雙語】435關(guān)于計(jì)算機(jī)專業(yè)手機(jī)平板電腦軟件應(yīng)用程序ui設(shè)計(jì)有關(guān)的外文文獻(xiàn)翻譯成品:關(guān)于如何改善用戶體驗(yàn)的app應(yīng)用界面研究(中英文雙語對(duì)照)
- 【精品文檔】433關(guān)于計(jì)算機(jī)專業(yè)網(wǎng)頁小程序有關(guān)的外文文獻(xiàn)翻譯成品:java web start和小應(yīng)用程序applets(中英文雙語對(duì)照)
- 【中英雙語】129關(guān)于計(jì)算機(jī)專業(yè)web網(wǎng)站開發(fā)和軟件開發(fā)有關(guān)的外文文獻(xiàn)翻譯成品:web開發(fā)與軟件開發(fā)(中英文雙語對(duì)照)
- 【精品文檔】429關(guān)于計(jì)算機(jī)專業(yè)app應(yīng)用程序網(wǎng)絡(luò)管理設(shè)計(jì)有關(guān)的外文文獻(xiàn)翻譯成品:具有高效性能的ja-v-a web應(yīng)用程序的設(shè)計(jì)方法(中英文雙語對(duì)照)
- 【精品文檔】482關(guān)于計(jì)算機(jī)專業(yè)應(yīng)用軟件app程序檢測(cè)測(cè)試有關(guān)的外文文獻(xiàn)翻譯成品:測(cè)試spring boot應(yīng)用程序(中英文雙語對(duì)照)
- 【中英雙語】279關(guān)于計(jì)算機(jī)專業(yè)食品食物推薦應(yīng)用程序app系統(tǒng)設(shè)計(jì)有關(guān) 的外文文獻(xiàn)翻譯成品:dietos:用于自適應(yīng)飲食監(jiān)測(cè)和個(gè)性化食物建議的推薦系統(tǒng)(中英文雙語對(duì)照)
- 【中英雙語】514關(guān)于計(jì)算機(jī)專業(yè)app安卓用戶隱私安全檢測(cè)系統(tǒng)設(shè)計(jì)的畢業(yè)設(shè)計(jì)論文英文英語外文文獻(xiàn)翻譯成品資料:基于權(quán)限分析的android應(yīng)用程序檢測(cè)系統(tǒng)(中英文雙語對(duì)照)
評(píng)論
0/150
提交評(píng)論