当前位置:主页 > 管理论文 > 移动网络论文 >

基于多metadata-nodes的SaaS多租户数据动态迁移问题研究

发布时间:2018-05-17 06:16

  本文选题:SaaS +  ; 参考:《山东大学》2014年硕士论文


【摘要】:随着云计算发展,软件开发作为一种服务已经受到越来越多的关注。为了让独立软件开发商(ISV)能够将精力集中在核心业务应用的开发上,更加方便、灵活、快捷地构建SaaS系统,平台即服务(PaaS)理念因此发展起来。SaaS最大的优点是将应用在同一时间提供给多个租户使用,并且一个租户下可能有1个或者多个用户,对租户来说感觉不到其他租户的存在。当云计算快速发展,SaaS应用交付平台的数据正从单一的节点到多节点,数据量和租户的数量呈指数增长,存储在多个节点上的用户数据均匀的分散在多个数据节点。 面对海量的数据和频繁的并发访问,将会给SaaS平台带来以下问题:(1)元数据存在单一的元数据节点上,所有数据节点使用的是同一份元数据,元数据节点上硬件或者软件若发生故障,则该元数据节点就不能完成任何数据的查询工作了。用户使用SaaS应用时,无从获取租户定制信息,无法进行模式映射和SQL重写,SaaS平台将是不可用的。(2)租户的资源需求是动态变化的,当租户需要的资源空间是随着时间动态变化的且各个数据节点的负载不均衡下,就会出现热点数据,不仅元数据节点可能出现过载,数据节点也可能出现过载,那么租户的SLA(Service-Level-Agreement)将得不到保障。 针对以上,本文基于SaaS应用的特性,提出了支持数据迁移的多租户数据存储模型,然后在此基础上,提出了能够识别租户特性的云中多节点的SaaS平台多租户数据动态数据迁移算法。本文的主要工作如下: (1)提出了基于共享数据库共享表模式下的云中SaaS应用的多元数据节点模型。在共享SaaS多租户数据存储模式以及云中多个数据节点的基础上,针对SaaS平台单一元数据节点问题,提出了多元数据节点模型。模型中选取一个元数据节点作为元数据管理节点。阐述了模型中元数据结构,提出了SaaS平台多元数据节点模型下,元数据分布策略,包括元数据划分策略和基于分割定义的放置策略。并提出了基于分割访问计数属性等动态负载调整算法。该模型能有效解决单一元数据节点的失效、性能瓶颈、扩展性问题。 (2)提出了在云中多元数据节点模型基础上的SaaS数据动态迁移策略。首先该策略考虑到多租户的特征;其次,数据迁移是在线的,为了保证租户对迁移中的数据能够进行正常访问,特别是正在进行迁移的源数据节点和目标数据节点,本章提出了“单写双读”的访问模式,这样不仅不会造成租户访问的中断,还可以保证服务提供商许诺的SLA。最后,将传统的两阶段提交的策略进行了扩展,保证数据一致性。该策略能够将迁移成本降至最低,能够按照租户数据的优先级进行迁移,缩小每次迁移的数据量,节省网络带宽,防止SaaS平台性能降低。文章最后我们给出“单写双读”的多租户数据访问方式,保证迁移中数据的可用性和用户访问的不中断性。
[Abstract]:With the development of cloud computing, software development as a service has received more and more attention. In order to enable independent software developer to focus on the development of core business applications, it is more convenient, flexible and fast to build SaaS system. The main advantage of the platform as a Service (Pasa) concept is that it can be used by more than one tenant at the same time, and there may be one or more users under one tenant, so the tenant can't feel the existence of other tenants. With the rapid development of cloud computing, the data of SaaS application delivery platform is changing from single node to multi-node, the amount of data and the number of tenants are increasing exponentially, and the user data stored on multiple nodes are distributed evenly across multiple data nodes. In the face of massive data and frequent concurrent access, it will bring the following problems to the SaaS platform: 1) metadata exists on a single metadata node, and all data nodes use the same metadata. If the hardware or software on the metadata node fails, the metadata node will not be able to complete any data query. When users use SaaS applications, there is no way to obtain tenant customization information, and no schema mapping and SQL rewriting on the SaaS platform will be unavailable. When the resource space needed by the tenant changes dynamically with time and the load of each data node is not balanced, there will be hot data, not only the metadata node may appear overload, but also the data node may appear overload. Then the tenant's SLA-Service-Level- Agreement will not be protected. In view of the above, based on the characteristics of SaaS application, a multi-tenant data storage model supporting data migration is proposed in this paper. This paper presents a dynamic data migration algorithm for multi-tenant data in SaaS platform based on multi-node cloud, which can recognize tenant characteristics. The main work of this paper is as follows: A multivariate data node model for cloud SaaS application based on shared database sharing table mode is proposed. On the basis of sharing SaaS multi-tenant data storage mode and multiple data nodes in the cloud, a multivariate data node model is proposed to solve the problem of single metadata node in SaaS platform. A metadata node is selected as the metadata management node in the model. In this paper, the metadata structure in the model is expounded, and the metadata distribution strategy under the multi-data node model of SaaS platform is proposed, including the metadata partition strategy and the placement strategy based on the partition definition. A dynamic load adjustment algorithm based on partitioned access counting attributes is proposed. The model can effectively solve the single metadata node failure, performance bottlenecks, scalability problems. (2) A dynamic migration strategy for SaaS data based on cloud multivariate data node model is proposed. Firstly, the strategy takes into account the characteristics of multi-tenant. Secondly, data migration is online to ensure that tenants can access the migrated data normally, especially the source data node and target data node that are migrating. This chapter proposes a "single write, double read" access mode, so that not only will not cause the tenant access disruption, but also guarantee the service provider promised slaa. Finally, the traditional two-phase submission strategy is extended to ensure data consistency. The strategy can reduce the migration cost to the minimum, can migrate according to the priority of tenant data, reduce the amount of data per migration, save network bandwidth, and prevent the performance of SaaS platform from being degraded. At the end of this paper, we give a multi-tenant data access mode of "single write and read" to ensure the availability of data in migration and the uninterrupted access of users.
【学位授予单位】:山东大学
【学位级别】:硕士
【学位授予年份】:2014
【分类号】:TP393.09;TP311.13

【共引文献】

相关期刊论文 前10条

1 温静;任铄;;SaaS模式下的信息安全探讨[J];电脑知识与技术;2009年18期

2 周丽芬;;基于SaaS模式的贸易企业信息化平台研究[J];电脑知识与技术;2010年27期

3 祝海;;基于SaaS模式下企业信息管理平台的需求分析[J];硅谷;2011年23期

4 兰小机;徐齐行;敖杰刚;;MongoDB环境下SaaS多租户体系模型研究[J];测绘通报;2012年10期

5 李素贞;;基于流媒体服务的SAAS虚拟存储方案的应用[J];硅谷;2012年23期

6 杨丽芳;刘琳;;浅析计算机云存储的数据迁移[J];计算机光盘软件与应用;2013年19期

7 郭云涛;宋红艳;白思俊;;粒子群算法在具有迭代关系资源受限项目调度中的应用[J];工业工程;2013年05期

8 王一帆;刘士新;陈迪;;求解多技能人力资源约束的项目调度问题的两阶段算法[J];东北大学学报(自然科学版);2014年02期

9 丁荣涛;;中小企业SaaS模式的商务智能系统研究[J];商场现代化;2009年03期

10 熊燕华;沈厚才;周晶;李民;;工程项目调度技术研究综述[J];数学的实践与认识;2013年21期

相关会议论文 前2条

1 WANG Yi-fan;SUN Fu-quan;LIU Shi-xin;CHEN Di;;A new method to solve project scheduling problems with multi-skilled workforce constraints[A];第25届中国控制与决策会议论文集[C];2013年

2 周正龙;董雄报;左园;;MIS开发项目进度管理的关键链识别研究[A];第八届(2013)中国管理学年会论文集(选编)[C];2013年



本文编号:1900267

资料下载
论文发表

本文链接:https://www.wllwen.com/guanlilunwen/ydhl/1900267.html


Copyright(c)文论论文网All Rights Reserved | 网站地图 |

版权申明:资料由用户feaa0***提供,本站仅收录摘要或目录,作者需要删除请E-mail邮箱bigeng88@qq.com