CN109726879B - A data model evaluation method, device and equipment - Google Patents

A data model evaluation method, device and equipment Download PDF

Info

Publication number
CN109726879B
CN109726879B CN201711027595.XA CN201711027595A CN109726879B CN 109726879 B CN109726879 B CN 109726879B CN 201711027595 A CN201711027595 A CN 201711027595A CN 109726879 B CN109726879 B CN 109726879B
Authority
CN
China
Prior art keywords
database table
determining
data model
evaluation index
database
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN201711027595.XA
Other languages
Chinese (zh)
Other versions
CN109726879A (en
Inventor
段伟希
魏丽红
孙金霞
葛澍
孔松
梁双春
崔俊交
马庆
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
China Mobile Communications Group Co Ltd
China Mobile Suzhou Software Technology Co Ltd
Original Assignee
China Mobile Communications Corp
China Mobile Suzhou Software Technology Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by China Mobile Communications Corp, China Mobile Suzhou Software Technology Co Ltd filed Critical China Mobile Communications Corp
Priority to CN201711027595.XA priority Critical patent/CN109726879B/en
Publication of CN109726879A publication Critical patent/CN109726879A/en
Application granted granted Critical
Publication of CN109726879B publication Critical patent/CN109726879B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

本发明公开了一种数据模型的评价方法、装置和设备,所述方法包括:基于待评价数据模型的元数据结构,确定待评价数据模型中包含的各个数据库表之间的关联关系;根据各个数据库表之间的关联关系,分别确定各个数据库表的理论设计指标和各个数据库表的静态权重因子;根据监控到的各个数据库表的访问记录,分别确定各个数据库表的动态运行指标,确定各个数据库表的动态权重因子;根据各个数据库表的理论设计指标、静态权重因子,各个数据库表的动态运行指标和动态权重因子,确定待评价数据模型的综合评价结果。本发明提供的方法,将理论设计指标和动态运行指标相结合来评价待评价数据模型,使得得到的综合评价结果更客观,贴合实际应用。

Figure 201711027595

The invention discloses a data model evaluation method, device and equipment. The method includes: determining the association relationship between each database table included in the to-be-evaluated data model based on the metadata structure of the to-be-evaluated data model; The relationship between the database tables is to determine the theoretical design index of each database table and the static weight factor of each database table. The dynamic weight factor of the table; according to the theoretical design index, static weight factor of each database table, dynamic operation index and dynamic weight factor of each database table, determine the comprehensive evaluation result of the data model to be evaluated. The method provided by the invention combines the theoretical design index and the dynamic operation index to evaluate the data model to be evaluated, so that the obtained comprehensive evaluation result is more objective and suitable for practical application.

Figure 201711027595

Description

一种数据模型的评价方法、装置和设备A data model evaluation method, device and equipment

技术领域technical field

本发明涉及IT业务支撑技术领域,尤其涉及一种数据模型的评价方法、装置和设备。The invention relates to the technical field of IT business support, and in particular, to a data model evaluation method, device and equipment.

背景技术Background technique

数据模型是IT系统的核心和基础,在数据库类系统中,数据模型用于描述数据库的结构和语义,数据模型设计的好坏直接影响系统的运行效果。The data model is the core and foundation of the IT system. In the database system, the data model is used to describe the structure and semantics of the database. The quality of the data model design directly affects the operation effect of the system.

数据仓库是一个面向主题的、集成的、相对稳定的、反映历史变化的数据集合,用于支持管理决策。数据仓库存储分析型数据,主要用于将企业的各种数据进行汇集并进行联机分析处理。A data warehouse is a subject-oriented, integrated, relatively stable collection of data that reflects historical changes and is used to support management decisions. A data warehouse stores analytical data and is mainly used to aggregate various data of an enterprise and conduct online analysis and processing.

为能有效支撑前端查询和分析,数据仓库建模通常采用分层建模的方法,分为基础数据层、汇总层、数据集市层和应用层。基础数据层存储并整合最细粒度数据,构建统一数据视图,为满足不可预见需求;汇总层通常采用维度建模,从多维度对明细数据进行细粒度汇总和指标计算,支撑统计分析类应用;应用层用于面向报表报告和专题分析类应用进行进一步汇总和指标计算,直接支撑应用。因此,数据仓库模型通常具有冗余性,一个指标数据通常会在不同粒度不同维度组合中出现多次,而且数据向上汇聚路径的合理性会很大程度影响系统的分析效率。因此,需要能够有一套对数据模型进行科学有效评价的可操作方法。In order to effectively support front-end query and analysis, data warehouse modeling usually adopts a hierarchical modeling method, which is divided into basic data layer, summary layer, data mart layer and application layer. The basic data layer stores and integrates the most fine-grained data to build a unified data view to meet unforeseen needs; the aggregation layer usually adopts dimensional modeling to perform fine-grained summarization and index calculation of detailed data from multiple dimensions, supporting statistical analysis applications; The application layer is used to further summarize and calculate indicators for report reports and thematic analysis applications, and directly support the applications. Therefore, the data warehouse model is usually redundant. One indicator data usually appears multiple times in different granularity and different dimension combinations, and the rationality of the upward data aggregation path will greatly affect the analysis efficiency of the system. Therefore, it is necessary to have a set of operational methods for scientific and effective evaluation of data models.

现有技术中,对数据模型进行评价的方案主要在国际标准和论文中定义,集中于抽象的信息模型层面,不涉及IT系统的落地实现。例如,从面向对象的角度,对网络管理的信息模型质量进行了定义,公开了对象类的质量模型中质量评价的指标,该质量评价方法是对各层各类的评价指标值进行综合,最终形成全面的评价结果。但存在以下不足:(1)客观评价能力不足,模型评价主要面向逻辑层面的信息模型,与实际系统实现有一定脱节,只能从理论设计层面进行评价;此外模型评价涉及主观指标,评价过程需要相关专家参与,评价分数来源于专家的主观打分,在实际应用中不具备自动化分析、自动化评分的客观评价能力。(2)基于模型的高层设计进行模型评价,评价结果无法体现模型在IT系统中的实际应用效果,会存在设计效果较好的模型并不一定适用的问题。(3)缺少评价指标的量化打分规则,难以直观体现模型的好坏,在实际应用中可操作性较低。In the prior art, the schemes for evaluating data models are mainly defined in international standards and papers, focusing on the abstract information model level, and do not involve the implementation of IT systems. For example, from an object-oriented perspective, the quality of the information model of network management is defined, and the quality evaluation indicators in the quality model of the object class are disclosed. Form a comprehensive evaluation result. However, there are the following shortcomings: (1) The objective evaluation ability is insufficient, and the model evaluation is mainly oriented to the information model at the logical level, which is out of touch with the actual system implementation, and can only be evaluated from the theoretical design level; in addition, the model evaluation involves subjective indicators, and the evaluation process requires Relevant experts participate, and the evaluation scores come from the subjective scoring of experts. In practical applications, it does not have the objective evaluation ability of automatic analysis and automatic scoring. (2) Model evaluation based on model-based high-level design, the evaluation results cannot reflect the actual application effect of the model in the IT system, and there is a problem that the model with better design effect is not necessarily applicable. (3) There is a lack of quantitative scoring rules for evaluation indicators, it is difficult to intuitively reflect the quality of the model, and the operability is low in practical applications.

综上所述,如何客观地评价数据模型,体现数据模型的实际应用效果,避免主观评判的参与是亟待解决的技术问题之一。To sum up, how to objectively evaluate the data model, reflect the actual application effect of the data model, and avoid the participation of subjective judgment is one of the technical problems to be solved urgently.

发明内容SUMMARY OF THE INVENTION

本发明实施例提供一种数据模型的评价方法、装置和设备,用以避免主观评判的参与、结合实际应用场景能够更客观地评价数据模型。Embodiments of the present invention provide a data model evaluation method, device, and device, so as to avoid the participation of subjective judgments, and to evaluate the data model more objectively in combination with actual application scenarios.

第一方面,本发明实施例提供一种数据模型的评价方法,包括:In a first aspect, an embodiment of the present invention provides a method for evaluating a data model, including:

基于待评价数据模型的元数据结构,确定所述待评价数据模型中包含的各个数据库表之间的关联关系;Based on the metadata structure of the data model to be evaluated, determine the association relationship between each database table included in the data model to be evaluated;

根据各个数据库表之间的关联关系,分别确定各个数据库表的理论设计指标和各个数据库表的静态权重因子;并According to the relationship between each database table, the theoretical design index of each database table and the static weight factor of each database table are determined respectively; and

根据监控到的各个数据库表的访问记录,分别确定各个数据库表的动态运行指标,以及确定各个数据库表的动态权重因子;According to the monitored access records of each database table, determine the dynamic operation index of each database table, and determine the dynamic weight factor of each database table;

根据各个数据库表的理论设计指标、静态权重因子,及各个数据库表的动态运行指标和动态权重因子,确定所述待评价数据模型的综合评价结果。The comprehensive evaluation result of the data model to be evaluated is determined according to the theoretical design index and static weight factor of each database table, and the dynamic operation index and dynamic weight factor of each database table.

第二方面,本发明实施例提供一种数据模型的评价装置,包括:In a second aspect, an embodiment of the present invention provides an apparatus for evaluating a data model, including:

第一确定单元,用于基于待评价数据模型的元数据结构,确定所述待评价数据模型中包含的各个数据库表之间的关联关系;a first determining unit, configured to determine the association relationship between each database table included in the data model to be evaluated based on the metadata structure of the data model to be evaluated;

第二确定单元,用于根据各个数据库表之间的关联关系,分别确定各个数据库表的理论设计指标和各个数据库表的静态权重因子;The second determining unit is used for respectively determining the theoretical design index of each database table and the static weight factor of each database table according to the association relationship between each database table;

第三确定单元,用于根据监控到的各个数据库表的访问记录,分别确定各个数据库表的动态运行指标,以及确定各个数据库表的动态权重因子;The third determination unit is used to determine the dynamic operation index of each database table and determine the dynamic weight factor of each database table according to the monitored access records of each database table;

第四确定单元,用于根据各个数据库表的理论设计指标、静态权重因子,及各个数据库表的动态运行指标和动态权重因子,确定所述待评价数据模型的综合评价结果。The fourth determining unit is used for determining the comprehensive evaluation result of the data model to be evaluated according to the theoretical design index and static weighting factor of each database table, and the dynamic running index and dynamic weighting factor of each database table.

第三方面,本发明实施例提供一种通信设备,包括存储器、处理器及存储在所述存储器上并可在所述处理器上运行的计算机程序;所述处理器执行所述程序时实现如本发明提供的任一项所述的数据模型的评价方法。In a third aspect, an embodiment of the present invention provides a communication device, including a memory, a processor, and a computer program stored on the memory and executable on the processor; when the processor executes the program, the The evaluation method of any one of the data models provided by the present invention.

第四方面,本发明实施例提供一种计算机可读存储介质,其上存储有计算机程序,该程序被处理器执行时实现如本发明提供的任一项所述的数据模型的评价方法中的步骤。In a fourth aspect, an embodiment of the present invention provides a computer-readable storage medium on which a computer program is stored, and when the program is executed by a processor, implements any one of the methods for evaluating a data model provided by the present invention. step.

本发明有益效果:Beneficial effects of the present invention:

本发明实施例提供的数据模型的评价方法、装置和设备,基于待评价数据模型的元数据结构,确定所述待评价数据模型中包含的各个数据库表之间的关联关系;根据各个数据库表之间的关联关系,分别确定各个数据库表的理论设计指标和各个数据库表的静态权重因子;并根据监控到的各个数据库表的访问记录,分别确定各个数据库表的动态运行指标,以及确定各个数据库表的动态权重因子;根据各个数据库表的理论设计指标、静态权重因子,及各个数据库表的动态运行指标和动态权重因子,确定所述待评价数据模型的综合评价结果。采用本发明提供的方法,将理论设计指标和动态运行指标相结合来评价待评价数据模型,不仅能够客观地评价各个待评价数据模型,还大大减少了主观评判的参与,同时保证了数据模型的设计合理性和实用性。The data model evaluation method, device and device provided by the embodiments of the present invention determine the association relationship between each database table included in the to-be-evaluated data model based on the metadata structure of the to-be-evaluated data model; The relationship between each database table is determined, and the theoretical design index of each database table and the static weight factor of each database table are respectively determined; and according to the monitored access records of each database table, the dynamic operation indicators of each database table are determined respectively, and each database table is determined. According to the theoretical design index and static weight factor of each database table, and the dynamic operation index and dynamic weight factor of each database table, the comprehensive evaluation result of the data model to be evaluated is determined. By adopting the method provided by the present invention, the theoretical design index and the dynamic operation index are combined to evaluate the data model to be evaluated, which can not only objectively evaluate each data model to be evaluated, but also greatly reduces the participation of subjective evaluation, and at the same time ensures the integrity of the data model. Design rationality and practicality.

本发明的其它特征和优点将在随后的说明书中阐述,并且,部分地从说明书中变得显而易见,或者通过实施本发明而了解。本发明的目的和其他优点可通过在所写的说明书、权利要求书、以及附图中所特别指出的结构来实现和获得。Other features and advantages of the present invention will be set forth in the description which follows, and in part will be apparent from the description, or may be learned by practice of the invention. The objectives and other advantages of the invention may be realized and attained by the structure particularly pointed out in the written description, claims, and drawings.

附图说明Description of drawings

此处所说明的附图用来提供对本发明的进一步理解,构成本发明的一部分,本发明的示意性实施例及其说明用于解释本发明,并不构成对本发明的不当限定。在附图中:The accompanying drawings described herein are used to provide further understanding of the present invention and constitute a part of the present invention. The exemplary embodiments of the present invention and their descriptions are used to explain the present invention and do not constitute an improper limitation of the present invention. In the attached image:

图1为本发明实施例一提供的数据模型的评价方法的流程示意图;1 is a schematic flowchart of an evaluation method for a data model provided in Embodiment 1 of the present invention;

图2a为本发明实施例一提供的确定所述待评价数据模型中包含的该数据库表的设计合理度的流程示意图;2a is a schematic flowchart of determining the design rationality of the database table included in the data model to be evaluated according to Embodiment 1 of the present invention;

图2b为本发明实施例一提供的确定该数据库表的冗余度的流程示意图;2b is a schematic flowchart of determining the redundancy of the database table according to Embodiment 1 of the present invention;

图2c为本发明实施例一提供的针对任一评价指标,将该评价指标的值进行量化处理并换算成分值的流程示意图;2c is a schematic flowchart of performing quantization processing on the value of the evaluation index and converting the component value for any evaluation index provided in Embodiment 1 of the present invention;

图2d为本发明实施例一提供的确定该数据库表的复杂度的流程示意图;2d is a schematic flowchart of determining the complexity of the database table according to Embodiment 1 of the present invention;

图2e为本发明实施例一提供的针对任一数据库表,确定该数据库表的静态权重因子的流程示意图;2e is a schematic flowchart of determining the static weight factor of the database table for any database table according to Embodiment 1 of the present invention;

图3a为本发明实施例一提供的确定所述待评价数据模型中包含的该数据库表的动态运行质量的流程示意图;3a is a schematic flowchart of determining the dynamic running quality of the database table included in the data model to be evaluated according to Embodiment 1 of the present invention;

图3b为本发明实施例一提供的确定该数据库表的频度的流程示意图;3b is a schematic flowchart of determining the frequency of the database table according to Embodiment 1 of the present invention;

图3c为本发明实施例一提供的确定该数据库表的时延的流程示意图;3c is a schematic flowchart of determining the time delay of the database table according to Embodiment 1 of the present invention;

图3d为本发明实施例一提供的确定该数据库表的稳定度的流程示意图;3d is a schematic flowchart of determining the stability of the database table according to Embodiment 1 of the present invention;

图3e为本发明实施例一提供的针对任一数据库表,确定该数据库表的动态权重因子的流程示意图;3e is a schematic flowchart of determining the dynamic weight factor of the database table for any database table according to Embodiment 1 of the present invention;

图4为本发明实施例一提供的确定所述待评价数据模型的综合评价结果的流程示意图;4 is a schematic flowchart of determining a comprehensive evaluation result of the data model to be evaluated according to Embodiment 1 of the present invention;

图5为本发明实施例二提供的数据模型的评价装置的结构示意图。FIG. 5 is a schematic structural diagram of an apparatus for evaluating a data model according to Embodiment 2 of the present invention.

具体实施方式Detailed ways

本发明实施例提供的数据模型的评价方法、装置和电子设备,用以避免主观评判的参与、结合实际应用场景能够更客观地评价数据模型。The data model evaluation method, device, and electronic device provided by the embodiments of the present invention are used to avoid the participation of subjective judgments, and can evaluate the data model more objectively in combination with actual application scenarios.

以下结合说明书附图对本发明的优选实施例进行说明,应当理解,此处所描述的优选实施例仅用于说明和解释本发明,并不用于限定本发明,并且在不冲突的情况下,本发明中的实施例及实施例中的特征可以相互组合。The preferred embodiments of the present invention will be described below with reference to the accompanying drawings. It should be understood that the preferred embodiments described herein are only used to illustrate and explain the present invention, but not to limit the present invention, and in the case of no conflict, the present invention The embodiments in and features in the embodiments can be combined with each other.

实施例一Example 1

如图1所示,为本发明实施例一提供的数据模型的评价方法的流程示意图,可以包括以下步骤:As shown in FIG. 1, it is a schematic flowchart of an evaluation method for a data model provided in Embodiment 1 of the present invention, which may include the following steps:

S11、基于待评价数据模型的元数据结构,确定所述待评价数据模型中包含的各个数据库表之间的关联关系。S11. Based on the metadata structure of the data model to be evaluated, determine the association relationship between each database table included in the data model to be evaluated.

具体实施时,数据模型一般包含数据库表、各个表间关联关系和表字段。数据模型所描述的内容由三部分构成,分别为数据结构、数据操作和数据约束。数据结构用于描述系统的静态特征,包括数据的类型、内容、性质及数据之间的联系等;数据操作用于描述系统的动态特征,包括数据的插入、修改、删除和查询等;数据约束实际上是一组完整性规则的集合。完整性规则是指给定数据模型中的数据及其联系所具有的制约和存储规则,用以限定符合数据模型的数据库及其状态的变化,以保证数据的正确性、有效性和相容性。During specific implementation, the data model generally includes database tables, associations between tables, and table fields. The content described by the data model consists of three parts, namely data structure, data operation and data constraint. Data structure is used to describe the static characteristics of the system, including the type, content, nature of data and the connection between data, etc.; data operation is used to describe the dynamic characteristics of the system, including data insertion, modification, deletion and query; data constraints It is actually a collection of integrity rules. Integrity rules refer to the constraints and storage rules of the data and its connections in a given data model, which are used to limit the changes in the database and its state that conform to the data model to ensure the correctness, validity and compatibility of the data. .

基于此,在对待评价数据模型进行评价时,基于所述待评价数据模型的元数据结构,数据之间的联系及约束,可以确定出所述待评价数据模型中各个数据库表之间的关联关系。Based on this, when evaluating the data model to be evaluated, based on the metadata structure of the data model to be evaluated, the relationship and constraints between the data, the association relationship between each database table in the data model to be evaluated can be determined. .

S12、根据各个数据库表之间的关联关系,分别确定各个数据库表的理论设计指标和各个数据库表的静态权重因子。S12 , according to the association relationship between each database table, respectively determine the theoretical design index of each database table and the static weight factor of each database table.

具体实施时,在确定出各个数据库表之间的关联关系后,由于数据模型中的数据结构描述系统的静态特征,在此基础上可以确定出各个数据库表的理论设计指标。During specific implementation, after the association relationship between each database table is determined, since the data structure in the data model describes the static characteristics of the system, the theoretical design index of each database table can be determined on this basis.

本发明实施例涉及的理论设计指标是待评价数据模型的静态指标,可以用于描述待评价数据模型在设计层面的合理性、冗余性和复杂性等。The theoretical design index involved in the embodiment of the present invention is a static index of the data model to be evaluated, and can be used to describe the rationality, redundancy, and complexity of the data model to be evaluated at the design level.

较佳地,所述理论设计指标包括所述待评价数据模型中包含的数据库表的设计合理度;以及针对任一数据库表,可以按照图2a所示的方法确定所述待评价数据模型中包含的该数据库表的设计合理度:Preferably, the theoretical design index includes the design rationality of the database table included in the data model to be evaluated; and for any database table, it can be determined according to the method shown in FIG. The design rationality of the database table:

S21、确定该数据库表的冗余度和复杂度。S21. Determine the redundancy and complexity of the database table.

具体实施时,可以按照图2b所示的方法确定该数据库表的冗余度,包括以下步骤:During specific implementation, the redundancy of the database table can be determined according to the method shown in FIG. 2b, including the following steps:

S31、确定该数据库表的冗余度评价指标。S31. Determine the redundancy evaluation index of the database table.

较佳地,所述冗余度评价指标可以但不限于包括:冗余字段比和冗余关联比等。Preferably, the redundancy evaluation index may include, but is not limited to, redundant field ratio and redundant association ratio, and the like.

具体地,当冗余度评价指标为冗余字段比和冗余度关联比时,针对这两个评价指标可以分别执行步骤S321~S325的步骤,以得到冗余字段比换算得到的分值,以及冗余度关联比进行换算得到的分值。Specifically, when the redundancy evaluation index is the redundancy field ratio and the redundancy association ratio, the steps of steps S321 to S325 may be performed respectively for these two evaluation indicators, so as to obtain the score obtained by converting the redundancy field ratio, And the score obtained by converting the redundancy correlation ratio.

S32、将各个冗余度评价指标的值进行量化处理并换算成分值。S32: Quantize the value of each redundancy evaluation index and convert the component value.

具体实施时,针对任一评价指标,将该评价指标的值进行量化处理并换算成分值,可以包括图2c所示的步骤:During specific implementation, for any evaluation index, quantizing the value of the evaluation index and converting the component values may include the steps shown in Figure 2c:

S321、根据各个数据库表中该评价指标的值,划分出至少一个数值范围。S321. Divide at least one numerical range according to the value of the evaluation index in each database table.

以冗余度字段比为例进行说明,由于所述待评价数据模型中各个数据库表均可以计算得到冗余字段比,假设有m个数据库表,则可以得到m个冗余度字段比,基于这m个冗余度字段比,可以按照聚类算法划分出N个数值范围,即对应N个簇,且N个数值范围之间无交叉点。Taking the redundancy field ratio as an example to illustrate, since each database table in the data model to be evaluated can calculate the redundancy field ratio, assuming there are m database tables, m redundancy field ratios can be obtained, based on The m redundancy field ratios can be divided into N numerical ranges according to the clustering algorithm, that is, corresponding to N clusters, and there is no intersection between the N numerical ranges.

在确定出N个数值范围后,针对任一数据库表,均执行以下过程:After N numerical ranges are determined, for any database table, perform the following process:

S322、针对任一数据库表中该评价指标的值,确定该评价指标的值所在的数值范围。S322. For the value of the evaluation index in any database table, determine the numerical range in which the value of the evaluation index is located.

在步骤S321划分出N个数值范围后,针对待评价数据模型的任一个数据库表,均执行步骤S322~S325的过程,即可以确定出基于该数据库表得到的冗余字段比对应的数值范围。After N numerical ranges are divided in step S321, for any database table of the data model to be evaluated, the processes of steps S322 to S325 are performed to determine the numerical range corresponding to the redundant field ratio obtained based on the database table.

S323、确定该数值范围内的中心值与该评价指标的值之间的差值的绝对值。S323: Determine the absolute value of the difference between the central value in the numerical range and the value of the evaluation index.

在确定出冗余字段比对应的数值范围后,可以确定出该数值范围的中心值,进而可以确定出该冗余字段比与该中心值之间的差值的绝对值。After the numerical range corresponding to the redundant field ratio is determined, the central value of the numerical range can be determined, and then the absolute value of the difference between the redundant field ratio and the central value can be determined.

S324、根据所述数值范围对应的分值范围,确定该数值范围内的中心值对应的分值。S324. According to the score range corresponding to the numerical range, determine the score corresponding to the central value within the numerical range.

具体实施时,在确定出N个数值范围后,再采用功效系数法,基于这N个数值范围对应得到N个分值范围。例如,该分值范围中的最大值可以为100。具体地,可以将100分平均分为N档,每一档的取值空间相同,如当N为5时,可以将100分划分出5个分值范围,分别为1~20,21~40,41~60,61~80,81~100。这五个分值范围分别对应五个数值范围。此外,各个数值范围中分别具有一个中心值,则相应地,任一数值范围中的中心值在其对应的分值范围中对应一个分值。In a specific implementation, after N numerical ranges are determined, the efficacy coefficient method is used, and N score ranges are correspondingly obtained based on the N numerical ranges. For example, the maximum value in this score range can be 100. Specifically, 100 points can be divided into N grades on average, and the value space of each grade is the same. For example, when N is 5, 100 points can be divided into 5 score ranges, which are 1-20, 21-40 , 41~60, 61~80, 81~100. These five score ranges correspond to five numerical ranges respectively. In addition, each numerical range has a central value, correspondingly, the central value in any numerical range corresponds to a score in its corresponding score range.

因此,在确定出该数据库表的冗余字段比对应的数值范围后,可以确定出该数值范围对应的分值范围。进而也就确定出该数值范围中的中心值在其对应的分值范围中对应一个分值。Therefore, after the numerical range corresponding to the redundant field ratio of the database table is determined, the score range corresponding to the numerical range can be determined. Further, it is determined that the central value in the numerical range corresponds to a score in its corresponding score range.

S325、根据该评价指标的属性、该数值范围内的中心值对应的分值、该数值范围内的中心值与该评价指标的值之间的差值的绝对值、该数值范围的最大值和划分的数值范围的数量,换算得到该评价指标的分值。S325. According to the attribute of the evaluation index, the score corresponding to the central value in the numerical range, the absolute value of the difference between the central value in the numerical range and the value of the evaluation index, the maximum value of the numerical range and the The number of divided numerical ranges is converted to obtain the score of the evaluation index.

具体实施时,任一评价指标都具有一定的属性,该属性用于衡量评价指标为正向指标还是为逆向指标。所谓正向指标,其值越大,越能表征该数据库表的设计越好。所谓逆向指标,其值越大,则表明该数据库表设计越差。During specific implementation, any evaluation index has a certain attribute, and the attribute is used to measure whether the evaluation index is a positive index or a reverse index. The so-called positive index, the larger the value, the better the design of the database table. The so-called reverse index, the larger the value, the worse the design of the database table.

因此,为了客观地得到所述待评价数据模型的评价结果,在对评价指标进行换算时,需要根据评价指标的属性利用相应的公式得到该评价指标的分值。Therefore, in order to objectively obtain the evaluation result of the data model to be evaluated, when converting the evaluation index, it is necessary to use a corresponding formula to obtain the score of the evaluation index according to the attribute of the evaluation index.

当所述评价指标的属性为正向时,则按照公式(1)确定该评价指标换算得到的分值:When the attribute of the evaluation index is positive, then according to formula (1), determine the score obtained by converting the evaluation index:

Figure BDA0001448715120000081
Figure BDA0001448715120000081

当所述评价指标的属性为逆向时,则按照公式(2)确定该评价指标换算得到的分值:When the attribute of the evaluation index is inverse, then according to formula (2), determine the score obtained by converting the evaluation index:

Figure BDA0001448715120000082
Figure BDA0001448715120000082

公式(1)和公式(2)中,QL3表示任一数据库表中任一评价指标换算得到的分值;MID表示任一数据库表中任一评价指标所在的数值范围的中心点在所述数值范围对应的分值范围中对应的分值;DIS表示任一数据库表中任一评价指标的值所在的数值范围的中心值与该评价指标的值之间的差值的绝对值;DISmax表示任一数据库表中任一评价指标的值所在的数值范围的最大值;N表示针对任一评价指标,基于各个数据库表中该评价指标的值,划分的数值范围的数量。In formula (1) and formula (2), QL3 represents the score obtained by conversion of any evaluation index in any database table; MID represents that the center point of the numerical range where any evaluation index in any database table is located is in the numerical value. The corresponding score in the score range corresponding to the range; DIS represents the absolute value of the difference between the central value of the numerical range where the value of any evaluation index in any database table is located and the value of the evaluation index; DIS max represents The maximum value of the numerical range in which the value of any evaluation index in any database table is located; N represents the number of numerical ranges divided for any evaluation index based on the value of the evaluation index in each database table.

具体实施时,本发明实施例中的冗余度评价指标中,冗余字段比和冗余关联比的属性均为逆向。则在确定该数据库表中的冗余字段比换算得到的分值时需要根据公式(2)来确定。在确定出该数据库表中冗余字段比换算得到的分值后,基于同样的方法可以确定出各个数据库表中冗余字段比换算得到的分值。During specific implementation, in the redundancy evaluation index in the embodiment of the present invention, the attributes of the redundant field ratio and the redundant association ratio are both reversed. Then, it needs to be determined according to formula (2) when determining the redundant field ratio in the database table. After determining the scores obtained by the ratio of redundant fields in the database table, the scores obtained by the ratio of redundant fields in each database table can be determined based on the same method.

在确定各个数据库表中冗余关联比换算得到的分值时,可以按照步骤S321~S325的步骤确定出各个数据库表中的冗余关联比换算得到的分值。需要说明的是,由于冗余关联比的属性为逆向,则在执行步骤S325时,需要按照步骤根据公式(2)来确定各个数据库表中的冗余关联比换算得到的分值。When determining the scores obtained by converting the redundant association ratios in each database table, the scores obtained by converting the redundant association ratios in each database table may be determined according to steps S321 to S325. It should be noted that, since the attribute of the redundant correlation ratio is inverse, when step S325 is executed, it is necessary to determine the score obtained by converting the redundant correlation ratio in each database table according to formula (2) according to the steps.

S33、对各个冗余度评价指标的分值进行加权求和处理,确定该数据库表的冗余度。S33: Perform weighted summation processing on the scores of each redundancy evaluation index to determine the redundancy of the database table.

具体实施时,可以按照公式(3)来确定该数据库表的冗余度:During specific implementation, the redundancy of the database table can be determined according to formula (3):

Figure BDA0001448715120000091
Figure BDA0001448715120000091

公式(3)中,QL2表示该数据库表的冗余度;M表示冗余度评价指标的数量;j表示第j个冗余度评价指标;QL3j表示第j个冗余度评价指标换算得到的分值;Wj第j个冗余度评价指标对应的权值,权值可以根据实际情况来确定。In formula (3), QL2 represents the redundancy of the database table; M represents the number of redundancy evaluation indexes; j represents the jth redundancy evaluation index; QL3 j represents the jth redundancy evaluation index converted to ; the weight corresponding to the jth redundancy evaluation index of W j , and the weight can be determined according to the actual situation.

具体实施时,由于冗余度评价指标包括冗余字段比和冗余关联比,则在利用公式(3)确定该数据库表的冗余度时,公式(3)中M为2,则该数据表的冗余度为:QL2=W1*QL31+W2*QL32During specific implementation, since the redundancy evaluation index includes the redundant field ratio and the redundant association ratio, when using formula (3) to determine the redundancy of the database table, M in formula (3) is 2, then the data The redundancy of the table is: QL2=W 1 *QL3 1 +W 2 *QL3 2 .

此外,在各个数据库表的冗余度评价指标包括冗余字段比和冗余关联比时,则各个数据库表的冗余度可以表示为:QL2i=Wi1*QL3i1+Wi2*QL3i2,其中i表示第i个数据库表。In addition, when the redundancy evaluation index of each database table includes redundant field ratio and redundant association ratio, the redundancy of each database table can be expressed as: QL2 i =W i1 *QL3 i1 +W i2 *QL3 i2 , where i represents the ith database table.

较佳地,可以按照图2d所示的流程确定该数据库表的复杂度,包括以下步骤:Preferably, the complexity of the database table can be determined according to the process shown in Figure 2d, including the following steps:

S41、确定该数据库表的复杂度评价指标。S41. Determine the complexity evaluation index of the database table.

较佳地,所述复杂度评价指标可以但不限于包括:上层被依赖数据库表数、下层被依赖数据库表数和关联维度数等。Preferably, the complexity evaluation index may include, but is not limited to, the number of dependent database tables in the upper layer, the number of dependent database tables and the number of associated dimensions in the lower layer, and the like.

S42、将各个复杂度评价指标的值进行量化处理并换算成分值。S42: Quantize the value of each complexity evaluation index and convert the component value.

具体实施时,可以按照步骤S321~S325的步骤来确定,确定方法与确定冗余字段比换算得到的分值的方法类似,在此不再重复赘述。需要说明的是,本发明实施例中涉及的上层被依赖数据库表数和关联维度数的属性均为正向,则在执行步骤S325时,可以按照公式(1)来分别确定上层被依赖数据库表数换算得到的分值和关联维度数换算得到的分值;本发明实施例涉及的下层被依赖数据库表数的属性为逆向,则在执行步骤S325时,可以按照公式(2)来确定下层被依赖数据库表数换算得到的分值。During specific implementation, the determination may be performed according to the steps of steps S321 to S325, and the determination method is similar to the method for determining the score obtained by conversion of the redundant field ratio, and details are not repeated here. It should be noted that the attributes of the number of upper-layer dependent database tables and the number of associated dimensions involved in the embodiment of the present invention are both positive, then when step S325 is executed, the upper-layer dependent database tables can be determined respectively according to formula (1). The score obtained by digital conversion and the score obtained by the conversion of the associated dimension number; the attribute of the number of tables in the lower-level dependent database table involved in the embodiment of the present invention is reversed, then when step S325 is performed, it can be determined according to formula (2). Depends on the score converted from the number of database tables.

S43、对各个复杂度评价指标换算得到的分值进行加权求和处理,确定该数据库表的复杂度。S43. Perform a weighted summation process on the scores obtained by converting each complexity evaluation index to determine the complexity of the database table.

具体实施时,在确定该数据库表的复杂度时,可以按照公式(3)来确定。需要说明的是,在利用公式(3)确定数据库表的复杂度时,公式(3)中的各个参数的含义与确定数据库表的冗余度时公式(3)中的各个参数的物理含义不相同。例如,在确定复杂度时,QL2表示该数据库表的复杂度;M表示复杂度评价指标的数量;j表示第j个复杂度评价指标;QL3j表示第j个复杂度评价指标换算得到的分值;Wj表示第j个复杂度评价指标对应的权值,权值可以根据实际情况来确定,且第j个复杂度评价指标对应的权值与第j个冗余度评价指标对应的权值可能相同也可能不同,具体根据实际确定。During specific implementation, when determining the complexity of the database table, it can be determined according to formula (3). It should be noted that, when using formula (3) to determine the complexity of the database table, the meaning of each parameter in formula (3) is different from the physical meaning of each parameter in formula (3) when determining the redundancy of the database table. same. For example, when determining the complexity, QL2 represents the complexity of the database table; M represents the number of complexity evaluation indicators; j represents the jth complexity evaluation indicator; QL3 j represents the score obtained by converting the jth complexity evaluation indicator value; W j represents the weight corresponding to the jth complexity evaluation index, the weight can be determined according to the actual situation, and the weight corresponding to the jth complexity evaluation index and the weight corresponding to the jth redundancy evaluation index The values may be the same or different, depending on the actual situation.

具体地,当本发明实施例中该数据库表的复杂度评价指标包括上层被依赖数据库表数、下层被依赖数据库表数和关联维度数时,则在利用公式(3)确定该数据库表的复杂度时,公式(3)中的M为3,则该数据库表的复杂度表示为:QL2=W1*QL31+W2*QL32+W3*QL33Specifically, when the complexity evaluation index of the database table in the embodiment of the present invention includes the number of upper-level dependent database tables, the number of lower-level dependent database tables, and the number of associated dimensions, then formula (3) is used to determine the complexity of the database table. When M is 3 in formula (3), the complexity of the database table is expressed as: QL2=W 1 *QL3 1 +W 2 *QL3 2 +W 3 *QL3 3 .

在此基础上,在各个数据库表的复杂度评价指标包括上层被依赖数据库表数、下层被依赖数据库表数和关联维度数时,则在确定各个数据库表的复杂度时,各个数据表的复杂度可以表示为:QL2i=Wi1*QL3i1+Wi2*QL3i2+Wi3*QL3i3,其中i表示第i个数据库表。On this basis, when the complexity evaluation indicators of each database table include the number of upper-level dependent database tables, the number of lower-level dependent database tables, and the number of associated dimensions, then when determining the complexity of each database table, the complexity of each data table The degree can be expressed as: QL2 i =W i1 *QL3 i1 +W i2 *QL3 i2 +W i3 *QL3 i3 , where i represents the ith database table.

S22、对所述冗余度和复杂度进行加权求和处理,确定所述待评价数据模型中包含的该数据库表的设计合理度。S22. Perform weighted summation processing on the redundancy and complexity to determine the design rationality of the database table included in the data model to be evaluated.

具体实施时,在确定出该数据库表的冗余度和复杂度时,可以按照公式(4)确定所述待评价数据模型中包含的该数据库表的设计合理度:During specific implementation, when determining the redundancy and complexity of the database table, the design rationality of the database table included in the data model to be evaluated can be determined according to formula (4):

Figure BDA0001448715120000101
Figure BDA0001448715120000101

公式(4)中,QL1表示所述待评价数据模型中包含的该数据库表的设计合理度;QL2k表示该数据库表的冗余度或复杂度;K为2;wk该数据库表的冗余度对应的权值或该数据库的复杂度对应的权值。In formula (4), QL1 represents the design rationality of the database table included in the data model to be evaluated; QL2 k represents the redundancy or complexity of the database table; K is 2; wk the redundancy of the database table. The weight corresponding to the redundancy or the weight corresponding to the complexity of the database.

具体地,所述待评价数据模型中包含的该数据库表的设计合理度可以表示为:QL1=w1*QL21+w2*QL22Specifically, the design rationality of the database table included in the data model to be evaluated can be expressed as: QL1=w 1 *QL2 1 +w 2 *QL2 2 .

在此基础上,所述待评价数据模型中包含的各个数据库表的设计合理度可以表示为:QL1i=wi1*QL2i1+wi2*QL2i2,其中i表示第i个数据库表。On this basis, the design rationality of each database table included in the data model to be evaluated can be expressed as: QL1 i =wi1 *QL2 i1 + wi2 *QL2 i2 , where i represents the ith database table.

在确定出所述待评价数据模型中包含的各个数据库表的设计合理度时,还需要确定各个数据库表的静态权重因子,具体实施时,针对任一数据库表,可以按照图2e所示的流程实施,包括以下步骤:When determining the design rationality of each database table included in the data model to be evaluated, it is also necessary to determine the static weighting factor of each database table. In specific implementation, for any database table, the process shown in FIG. 2e can be followed. Implementation, including the following steps:

S51、确定该数据库表的所有汇聚路径的深度值。S51. Determine the depth values of all aggregation paths in the database table.

具体实施时,该数据库表的汇聚路径可以基于数据模型元数据结构得到。During specific implementation, the aggregation path of the database table may be obtained based on the metadata structure of the data model.

具体地,数据库中的表有最原始的表,也有基于最原始的表通过汇聚新生成的表,故存在汇聚路径这一概念。汇聚路径是指数据模型中的某个数据库表从最原始的表经过一级一级汇聚生成该数据库表的路径;汇聚路径的深度也即为汇聚的次数。例如,A->B->C->D->E,假设数据库表A为最原始数据库表,数据库B为基于该最原始的数据库表某一小时汇聚得到的小时数据库表,数据库表C基于为数据库表B当天汇聚得到的天数据库表;数据库表D为基于数据库表C当月汇聚得到的月数据库表等,则数据库表D的汇聚路径的深度值为3,同理数据库表B的深度值为1。Specifically, the tables in the database include the most primitive table, and there are also newly generated tables by aggregating based on the most primitive table, so there is the concept of an aggregation path. The aggregation path refers to the path through which a database table in the data model is generated from the most primitive table through level-by-level aggregation; the depth of the aggregation path is also the number of aggregations. For example, A->B->C->D->E, assuming that database table A is the most original database table, database B is an hourly database table based on the most original database table aggregated in a certain hour, and database table C is based on is the daily database table obtained by the aggregation of database table B on the same day; database table D is the monthly database table obtained based on the aggregation of database table C in the current month, etc., the depth value of the aggregation path of database table D is 3, and the depth value of database table B is the same. is 1.

S52、确定所有汇聚路径的深度值的平均值为该数据库表的静态权重因子。S52. Determine the average value of the depth values of all the aggregation paths as the static weight factor of the database table.

具体实施时,在确定出该数据库表的所有汇聚路径的深度值后,可以按照公式(5)确定该数据库表的静态权重因子:During specific implementation, after determining the depth values of all the aggregation paths of the database table, the static weight factor of the database table can be determined according to formula (5):

Figure BDA0001448715120000111
Figure BDA0001448715120000111

公式(5)中,FS表示该数据库表的静态权重因子;L表示该数据库表包含的汇聚路径的数量;Depthl表示该数据库表中第l条汇聚路径的深度值。In formula (5), FS represents the static weight factor of the database table; L represents the number of aggregation paths included in the database table; Depth l represents the depth value of the lth aggregation path in the database table.

基于公式(5)即可得到该数据库表的静态权重因子,同理可以得到各个数据库表的静态权重因子FSi,其中i表示第i个数据库表。Based on formula (5), the static weight factor of the database table can be obtained, and similarly, the static weight factor FS i of each database table can be obtained, wherein i represents the ith database table.

S13、根据监控到的各个数据库表的访问记录,分别确定各个数据库表的动态运行指标,以及确定各个数据库表的动态权重因子。S13 , according to the monitored access records of each database table, respectively determine the dynamic operation index of each database table, and determine the dynamic weight factor of each database table.

具体实施时,为了能保证所述待评价数据模型的客观性,本发明实施例基于所述待评价数据模型中各个数据库表被访问情况,确定各个数据库表的动态运行指标,由此结合所述待评价数据模型的动态因素来评价所述待评价数据模型,使得所述待评价数据模型更具有实用性。During specific implementation, in order to ensure the objectivity of the data model to be evaluated, the embodiment of the present invention determines the dynamic operation index of each database table based on the access conditions of each database table in the data model to be evaluated, thereby combining the The dynamic factors of the data model to be evaluated are used to evaluate the data model to be evaluated, so that the data model to be evaluated is more practical.

较佳地,所述动态运行指标包括所述待评价数据模型中包含的数据库表的动态运行质量;以及针对任一数据库表,可以按照图3a所示的方法确定所述待评价数据模型中包含的该数据库表的动态运行质量:Preferably, the dynamic operation index includes the dynamic operation quality of the database table included in the data model to be evaluated; and for any database table, it can be determined according to the method shown in FIG. The dynamic running quality of this database table:

S61、分别确定该数据库表的频度、时延和稳定度。S61. Determine the frequency, time delay and stability of the database table respectively.

具体实施时,可以按照图3b所示的方法确定该数据库表的频度,包括以下步骤:During specific implementation, the frequency of the database table can be determined according to the method shown in FIG. 3b, including the following steps:

S71、确定该数据库表的频度评价指标。S71. Determine the frequency evaluation index of the database table.

较佳地,所述频度评价指标可以但不限于包括:数据库表的日平均访问次数、上层数据库表的日平均访问次数和次平均访问字段比等。Preferably, the frequency evaluation index may include, but is not limited to, the daily average access times of database tables, the daily average access times of upper-level database tables, and the ratio of secondary average access fields.

S72、将各个频度评价指标的值进行量化处理并换算成分值。S72: Quantize the value of each frequency evaluation index and convert the component value.

具体实施时,可以按照步骤S321~S325的步骤来确定,确定方法与确定冗余字段比换算得到的分值的方法类似,在此不再重复赘述。需要说明的是,本发明实施例中涉及的数据库表的日平均访问次数、上层数据库表的日平均访问次数和次平均访问字段比的属性均为正向,则在执行步骤S325时,可以按照公式(1)来分别确定数据库表的日平均访问次数换算得到的分值、上层数据库表的日平均访问次数换算得到的分值和次平均访问字段比换算得到的分值。During specific implementation, the determination may be performed according to the steps of steps S321 to S325, and the determination method is similar to the method for determining the score obtained by conversion of the redundant field ratio, and details are not repeated here. It should be noted that the attributes of the daily average access times of the database table, the daily average access times of the upper-level database table, and the sub-average access field ratio involved in the embodiment of the present invention are all positive. Formula (1) is used to determine the points converted from the daily average access times of the database table, the points converted from the daily average access times of the upper database table and the points converted from the sub-average access field ratio.

为了便于描述,本发明将确定动态运行质量下需要确定的频度评价指标、时延评价指标和稳定度评价指标换算得到的分值的表示符号与基于数据库表的设计合理度下需要确定的冗余度评价指标和复杂度评价指标换算得到的分值的表示符号进行区分,针对任一数据库表利用RL3来表示换算得到的分值,其换算与公式(2)和(3)类似,只是将公式(2)和(3)中的QL2改为RL3,其它不变。相应的确定出的频度、时延和稳定度用于RL2表示。For the convenience of description, the present invention will determine the frequency evaluation index, delay evaluation index and stability evaluation index to be determined under the dynamic running quality and the symbol of the score obtained by conversion and the redundant code to be determined under the design rationality based on the database table. The marks obtained by the conversion of the redundancy evaluation index and the complexity evaluation index are distinguished. For any database table, RL3 is used to represent the converted score. The conversion is similar to formulas (2) and (3), except that the QL2 in formulas (2) and (3) is changed to RL3, and others remain unchanged. The corresponding determined frequency, delay and stability are used for RL2 representation.

S73、对各个频度评价指标换算得到的分值进行加权求和处理,确定该数据库表的频度。S73: Perform a weighted summation process on the scores obtained by converting each frequency evaluation index to determine the frequency of the database table.

具体实施时,在确定该数据库表的频度时,可以按照公式(6)来确定:During specific implementation, when determining the frequency of the database table, it can be determined according to formula (6):

Figure BDA0001448715120000131
Figure BDA0001448715120000131

公式(6)中,RL2表示该数据库表的频度;M表示频度评价指标的数量;j表示第j个频度评价指标;RL3j表示第j个频度评价指标换算得到的分值;Qj第j个频度评价指标对应的权值,权值可以根据实际情况来确定。In formula (6), RL2 represents the frequency of the database table; M represents the number of frequency evaluation indexes; j represents the jth frequency evaluation index; RL3 j represents the score converted from the jth frequency evaluation index; The weight corresponding to the jth frequency evaluation index of Q j , the weight can be determined according to the actual situation.

具体地,当本发明实施例中该数据库表的频度评价指标包括数据库表的日平均访问次数、上层数据库表的日平均访问次数和次平均访问字段比时,则在利用公式(3)确定该数据库表的频度时,公式(3)中的M为3,则该数据库表的频度表示为:RL2=Q1*RL31+Q2*RL32+Q3*RL33Specifically, when the frequency evaluation index of the database table in the embodiment of the present invention includes the daily average access times of the database table, the daily average access times of the upper-level database table, and the sub-average access field ratio, then the formula (3) is used to determine When the frequency of the database table, M in formula (3) is 3, then the frequency of the database table is expressed as: RL2=Q 1 *RL3 1 +Q 2 *RL3 2 +Q 3 *RL3 3 .

在此基础上,在各个数据库表的频度评价指标包括数据库表的日平均访问次数、上层数据库表的日平均访问次数和次平均访问字段比时,则在确定各个数据库表的频度时,各个数据表的频度可以表示为:RL2i=Qi1*RL3i1+Qi2*RL3i2+Qi3*RL3i3,其中i表示第i个数据库表。On this basis, when the frequency evaluation index of each database table includes the daily average number of accesses to the database table, the daily average number of accesses to the upper-level database table, and the ratio of secondary average access fields, then when determining the frequency of each database table, The frequency of each data table can be expressed as: RL2 i =Q i1 *RL3 i1 +Q i2 *RL3 i2 +Q i3 *RL3 i3 , where i represents the ith database table.

具体地,可以按照图3c所示的流程确定该数据库表的时延,包括以下步骤:Specifically, the time delay of the database table can be determined according to the process shown in Figure 3c, including the following steps:

S81、确定该数据库表的时延评价指标。S81. Determine the time delay evaluation index of the database table.

较佳地,所述时延评价指标可以但不限于包括:次平均访问时延和次平均数据生成时延等。Preferably, the delay evaluation index may include, but is not limited to, the sub-average access delay, the sub-average data generation delay, and the like.

S82、将各个时延评价指标的值进行量化处理并换算成分值。S82: Quantize the value of each time delay evaluation index and convert the component value.

具体实施时,可以按照步骤S321~S325的步骤来确定,确定方法与确定冗余字段比换算得到的分值的方法类似,在此不再重复赘述。需要说明的是,本发明实施例中涉及的次平均访问时延和次平均数据生成时延的属性均为逆向,则在执行步骤S325时,可以按照公式(2)来分别确定次平均访问时延换算得到的分值和次平均数据生成时延换算得到的分值。During specific implementation, the determination may be performed according to the steps of steps S321 to S325, and the determination method is similar to the method for determining the score obtained by conversion of the redundant field ratio, and details are not repeated here. It should be noted that the attributes of the sub-average access delay and the sub-average data generation delay involved in this embodiment of the present invention are both inverse, so when step S325 is executed, the sub-average access time can be determined respectively according to formula (2). Delay-converted scores and sub-average data generation delay-converted scores.

S83、对各个时延评价指标换算得到的分值进行加权求和处理,确定该数据库表的时延。S83. Perform weighted summation processing on the scores obtained by converting each time delay evaluation index to determine the time delay of the database table.

具体实施时,在确定该数据库表的时延时,可以按照公式(6)来确定。需要说明的是,在利用公式(6)确定数据库表的时延时,公式(6)中的各个参数的含义与确定数据库表的频度时公式(6)中的各个参数的物理含义不相同。例如,在确定时延时,RL2表示该数据库表的时延;M表示时延评价指标的数量;j表示第j个时延评价指标;RL3j表示第j个时延评价指标换算得到的分值;Qj表示第j个时延评价指标对应的权值,权值可以根据实际情况来确定,且第j个时延评价指标对应的权值与上述第j个频度评价指标对应的权值、第j个复杂度评价指标对应的权值、第j个冗余度评价指标对应的权值可能相同也可能不同,具体根据实际确定。During specific implementation, the time delay for determining the database table may be determined according to formula (6). It should be noted that when using formula (6) to determine the time delay of the database table, the meaning of each parameter in formula (6) is different from the physical meaning of each parameter in formula (6) when determining the frequency of the database table. . For example, in determining the delay, RL2 represents the delay of the database table; M represents the number of delay evaluation indicators; j represents the jth delay evaluation index; RL3 j represents the score obtained by converting the jth delay evaluation index Q j represents the weight corresponding to the jth delay evaluation index, the weight can be determined according to the actual situation, and the weight corresponding to the jth delay evaluation index is the same as the weight corresponding to the jth frequency evaluation index above. The value, the weight corresponding to the jth complexity evaluation index, and the weight corresponding to the jth redundancy evaluation index may be the same or different, which are determined according to the actual situation.

具体地,当本发明实施例中该数据库表的时延评价指标包括次平均访问时延和次平均数据生成时延时,则在利用公式(6)确定该数据库表的时延时,公式(6)中的M为2,则该数据库表的时延表示为:RL2=Q1*RL31+Q2*RL32Specifically, when the time delay evaluation index of the database table in the embodiment of the present invention includes the sub-average access delay and the sub-average data generation time delay, then the time delay of the database table is determined by using formula (6), and the formula ( M in 6) is 2, then the time delay of the database table is expressed as: RL2=Q 1 *RL3 1 +Q 2 *RL3 2 .

在此基础上,在各个数据库表的时延评价指标包括次平均访问时延和次平均数据生成时延时,则在确定各个数据库表的频度时,各个数据表的时延可以表示为:RL2i=Qi1*RL3i1+Qi2*RL3i2,其中i表示第i个数据库表。On this basis, the delay evaluation index of each database table includes the sub-average access delay and the sub-average data generation delay. When determining the frequency of each database table, the delay of each data table can be expressed as: RL2 i =Q i1 *RL3 i1 +Q i2 *RL3 i2 , where i represents the ith database table.

较佳地,还可以按照图3d所示的流程确定该数据库表的稳定度,包括以下步骤:Preferably, the stability of the database table can also be determined according to the process shown in Figure 3d, including the following steps:

S91、确定该数据库表的稳定度评价指标。S91. Determine the stability evaluation index of the database table.

较佳地,所述稳定度评价指标包括数据库表的变动次数等。Preferably, the stability evaluation index includes the number of changes of the database table and the like.

S92、将所述稳定度评价指标的值进行量化处理并换算成分值。S92, quantizing the value of the stability evaluation index and converting the component value.

具体实施时,可以按照步骤S321~S325的步骤来确定,确定方法与确定冗余字段比换算得到的分值的方法类似,在此不再重复赘述。需要说明的是,本发明实施例中涉及的数据库表的变动次数的属性为逆向,则在执行步骤S325时,可以按照公式(2)来确定数据库表的变动次数换算得到的分值。During specific implementation, the determination may be performed according to the steps of steps S321 to S325, and the determination method is similar to the method for determining the score obtained by conversion of the redundant field ratio, and details are not repeated here. It should be noted that, the attribute of the number of changes of the database table involved in the embodiment of the present invention is inverse, and when step S325 is executed, the score converted from the number of changes of the database table can be determined according to formula (2).

S93、对各个稳定度评价指标换算得到的分值进行加权求和处理,确定该数据库表的稳定度。S93: Perform a weighted summation process on the scores converted from each stability evaluation index to determine the stability of the database table.

若所述稳定度评价指标只包含数据库表的变动次数,则步骤S93具体包括:将所述稳定度评价指标换算得到的分值确定为该数据库表的稳定度。If the stability evaluation index only includes the number of changes of the database table, step S93 specifically includes: determining the score obtained by converting the stability evaluation index as the stability of the database table.

当所述稳定度评价指标只包含数据库表的变动次数时,则该数据库表的稳定度可以表示为:RL2=RL3,其中此处RL3表示为该数据库表的变动次数换算得到的分值,RL2表示为该数据库表的稳定度。When the stability evaluation index only includes the number of changes of the database table, the stability of the database table can be expressed as: RL2=RL3, where RL3 represents the score obtained by converting the number of changes of the database table, RL2 Indicates the stability of the database table.

在此基础上,在各个数据库表的稳定度评价指标只包含数据库表的变动次数时,则在确定各个数据库表的稳定度时,各个数据库表的稳定度可以表示为:RL2i=RL3i,其中i表示第i个数据库表。On this basis, when the stability evaluation index of each database table only includes the number of changes of the database table, when determining the stability of each database table, the stability of each database table can be expressed as: RL2 i =RL3 i , where i represents the ith database table.

当所述稳定度评价指标包含至少两个评价指标时,则需要利用公式(3)来确定该数据库表的稳定度。When the stability evaluation index includes at least two evaluation indexes, formula (3) needs to be used to determine the stability of the database table.

S62、对所述频度、时延和稳定度进行加权求和,确定所述待评价数据模型中包含的该数据库表的动态运行质量。S62. Perform weighted summation on the frequency, time delay and stability to determine the dynamic running quality of the database table included in the data model to be evaluated.

具体实施时,在确定所述待评价数据模型中包含的该数据库表的动态运行质量时,可以按照公式(7)确定:During specific implementation, when determining the dynamic running quality of the database table included in the data model to be evaluated, it can be determined according to formula (7):

Figure BDA0001448715120000151
Figure BDA0001448715120000151

公式(7)中,RL1表示所述待评价数据模型中包含的该数据库表的动态运行质量;RL2k表示该数据库表的频度、时延或稳定度;K为3;qk该数据库表的频度对应的权值、该数据库的时延对应的权值或该数据库表的稳定度对应的权值。In formula (7), RL1 represents the dynamic running quality of the database table included in the data model to be evaluated; RL2 k represents the frequency, delay or stability of the database table; K is 3; q k the database table The weight corresponding to the frequency, the weight corresponding to the delay of the database, or the weight corresponding to the stability of the database table.

具体地,所述待评价数据模型中包含的该数据库表的动态运行质量可以表示为:RL1=q1*RL21+q2*RL22+q3*RL23Specifically, the dynamic running quality of the database table included in the data model to be evaluated can be expressed as: RL1=q 1 *RL2 1 +q 2 *RL2 2 +q 3 *RL2 3 .

在此基础上,所述待评价数据模型中包含的各个数据库表的动态运行质量可以表示为:RL1i=qi1*RL2i1+qi2*RL2i2+qi3*RL2i3,其中i表示第i个数据库表。On this basis, the dynamic running quality of each database table included in the data model to be evaluated can be expressed as: RL1 i =q i1 *RL2 i1 +q i2 *RL2 i2 +q i3 *RL2 i3 , where i represents the first i database tables.

在确定出所述待评价数据模型中包含的各个数据库表的动态运行质量时,还需要确定各个数据库表的动态权重因子,具体实施时,针对任一数据库表,可以按照图3e所示的流程实施,包括以下步骤:When determining the dynamic running quality of each database table included in the data model to be evaluated, it is also necessary to determine the dynamic weight factor of each database table. In specific implementation, for any database table, the process shown in FIG. 3e can be followed. Implementation, including the following steps:

S101、确定该数据库表的日增数据量和所有数据库表的日增数据量的总和。S101. Determine the daily incremental data volume of the database table and the sum of the daily incremental data volumes of all database tables.

S102、将该数据库表的日增数据量与所述总和的比值确定为该数据库表的动态权重因子。S102. Determine the ratio of the daily incremental data volume of the database table to the sum as the dynamic weight factor of the database table.

具体实施时,在确定出该数据库表的日增数据量和所述数据库表的日增数据量的总和后,可以按照公式(8)确定该数据库表的动态权重因子:During specific implementation, after determining the sum of the daily incremental data volume of the database table and the daily incremental data volume of the database table, the dynamic weight factor of the database table can be determined according to formula (8):

Figure BDA0001448715120000161
Figure BDA0001448715120000161

公式(8)中,FRi表示第i个数据库表的动态权重因子;n表示所述待评价数据模型包含的数据库表的数量;Sizei表示第i个数据库表的日增数据量。In formula (8), FR i represents the dynamic weight factor of the ith database table; n represents the number of database tables included in the data model to be evaluated; Size i represents the daily incremental data volume of the ith database table.

具体实施时,可以确定各个数据库表的占用的存储空间大小,由此可以确定出各个数据库表的日增数据量。During specific implementation, the size of the storage space occupied by each database table can be determined, and thus the daily incremental data volume of each database table can be determined.

S14、根据各个数据库表的理论设计指标、静态权重因子,及各个数据库表的动态运行指标和动态权重因子,确定所述待评价数据模型的综合评价结果。S14. Determine the comprehensive evaluation result of the data model to be evaluated according to the theoretical design index and static weight factor of each database table, and the dynamic operation index and dynamic weight factor of each database table.

具体实施时,执行步骤S14时,可以按照图4所示的流程,包括以下步骤:During specific implementation, when step S14 is performed, the flow shown in FIG. 4 may be followed, including the following steps:

S141、针对任一数据库表,确定该数据库表的设计合理度与静态权重因子的第一乘积,及确定该数据库表的动态运行质量与动态权重因子第二乘积。S141. For any database table, determine the first product of the design rationality of the database table and the static weighting factor, and determine the second product of the dynamic running quality of the database table and the dynamic weighting factor.

具体实施时,可以按照公式(9)确定第i个数据库表对应的第一乘积:During specific implementation, the first product corresponding to the i-th database table can be determined according to formula (9):

TQSi=FSi*QL1i (9)TQS i =FS i *QL1 i (9)

公式(9)中,TQSi表示第i个数据库表的第一乘积;FSi表示第i个数据库表的静态权重因子;QL1i表示所述待评价数据模型中包含的第i个数据库表的设计合理度。In formula (9), TQS i represents the first product of the ith database table; FS i represents the static weight factor of the ith database table; QL1 i represents the ith database table included in the data model to be evaluated. Design reasonableness.

同理,可以按照公式(10)确定第i个数据库表对应的第二乘积:Similarly, the second product corresponding to the ith database table can be determined according to formula (10):

TQRi=FRi*RL1i (10)TQR i =FR i *RL1 i (10)

公式(10)中,TQRi表示第i个数据库表的第二乘积;FRi表示第i个数据库表的动态权重因子;RL1i表示所述待评价数据模型中包含的第i个数据库表的动态运行质量。In formula (10), TQR i represents the second product of the ith database table; FR i represents the dynamic weight factor of the ith database table; RL1 i represents the ith database table included in the data model to be evaluated. Dynamic running quality.

S142、根据所述第一乘积和所述第二乘积确定该数据库表的评价结果。S142. Determine the evaluation result of the database table according to the first product and the second product.

具体实施时,可以按照公式(11)确定第i个数据库表的评价结果:During specific implementation, the evaluation result of the i-th database table can be determined according to formula (11):

TQi=TQSi*TQRi (11)TQ i =TQS i *TQR i (11)

公式(11)中,TQi表示第i个数据库表的评价结果。In formula (11), TQ i represents the evaluation result of the ith database table.

S143、基于所有数据库表的评价结果,确定所述待评价数据模型的综合评价结果。S143. Based on the evaluation results of all database tables, determine the comprehensive evaluation result of the data model to be evaluated.

在确定出所述待评价数据模型包含的各个数据库表的评价结果后,可以按照公式(12)确定所述待评价数据模型的综合评价结果:After determining the evaluation results of each database table included in the data model to be evaluated, the comprehensive evaluation result of the data model to be evaluated can be determined according to formula (12):

Figure BDA0001448715120000171
Figure BDA0001448715120000171

公式(12)中,MQ表示所述待评价数据模型的综合评价结果。In formula (12), MQ represents the comprehensive evaluation result of the data model to be evaluated.

至此,可以确定出所述待评价数据模型的综合评价结果,具体地,MQ的值越大,表示所述待评价数据模型的整体设计和运行质量越好;通过横向和纵向对比,能够清晰地判断出所述待评价数据模型的好坏和劣化趋势。此外在获得所述待评价数据模型的综合评价结果的基础上,可以分别通过各个数据库表的TQ值、TQS/TQR的比值、QL1、QL2、QL3、RL1、RL2和RL3的得分,可以确定出所述待评价数据模型包含的各个数据库表的指标优劣,然后可以对所述待评价数据模型中进行针对性优化。例如,针对所述待评价数据模型中TQ值较低的数据库表,和数据库表中分值较低的指标,可以对这些数据库表和这些数据库表中的指标进行针对性问题分析,在此基础上对所述待评价数据模型进行优化,使得最终得到的数据模型更具使用价值。So far, the comprehensive evaluation result of the data model to be evaluated can be determined. Specifically, the larger the value of MQ, the better the overall design and operation quality of the data model to be evaluated. Determine the quality and deterioration trend of the data model to be evaluated. In addition, on the basis of obtaining the comprehensive evaluation results of the data model to be evaluated, the TQ value of each database table, the ratio of TQS/TQR, and the scores of QL1, QL2, QL3, RL1, RL2 and RL3 can be determined. The index of each database table included in the data model to be evaluated is good or bad, and then targeted optimization can be performed on the data model to be evaluated. For example, for database tables with low TQ values in the data model to be evaluated, and indicators with low scores in the database tables, targeted problem analysis can be performed on these database tables and the indicators in these database tables. The data model to be evaluated is optimized as described above, so that the finally obtained data model has more use value.

进一步地,本发明实施例中的评价指标可以从系统中统计获取,数值明确,标准统一,无需人工判断。也就是说本发明实施例中的评价指标客观可测量,减少了主观判断。Further, the evaluation index in the embodiment of the present invention can be obtained statistically from the system, the numerical value is clear, the standard is unified, and no manual judgment is required. That is to say, the evaluation index in the embodiment of the present invention is objectively measurable, which reduces subjective judgment.

进一步地,本发明实施例在对所述待评价数据模型进行综合评价时,由于基于监控到的各个数据库表的访问记录和所述待评价数据模型的理论设计指标来确定综合评价结果,不仅考虑了所述待评价数据模型静态设计的合理性,还引入了用于衡量数据模型的动态运行效果的动态运行指标,将数据模型在实际应用中的好坏作为重要的判断依据,使得对所述待评价数据模型进行综合评价的过程与所述待评价数据模型的视角运行状况挂钩,更切合实际应用。Further, when the embodiment of the present invention performs comprehensive evaluation on the data model to be evaluated, since the comprehensive evaluation result is determined based on the monitored access records of each database table and the theoretical design index of the data model to be evaluated, not only the The rationality of the static design of the data model to be evaluated is also introduced, and the dynamic operation index used to measure the dynamic operation effect of the data model is also introduced. The process of comprehensive evaluation of the data model to be evaluated is linked to the perspective operation status of the data model to be evaluated, which is more suitable for practical applications.

本发明实施例提供的数据模型的评价方法,基于待评价数据模型的元数据结构,确定所述待评价数据模型中包含的各个数据库表之间的关联关系;根据各个数据库表之间的关联关系,分别确定各个数据库表的理论设计指标和各个数据库表的静态权重因子;并根据监控到的各个数据库表的访问记录,分别确定各个数据库表的动态运行指标,以及确定各个数据库表的动态权重因子;根据各个数据库表的理论设计指标、静态权重因子,及各个数据库表的动态运行指标和动态权重因子,确定所述待评价数据模型的综合评价结果。采用本发明提供的方法,将理论设计指标和动态运行指标相结合来评价待评价数据模型,不仅能够客观地评价各个待评价数据模型,还大大减少了主观评判的参与,同时保证了数据模型的设计合理性和实用性。The data model evaluation method provided by the embodiment of the present invention determines the association relationship between each database table included in the to-be-evaluated data model based on the metadata structure of the to-be-evaluated data model; according to the association relationship between the various database tables , respectively determine the theoretical design index of each database table and the static weight factor of each database table; and according to the monitored access records of each database table, respectively determine the dynamic operation index of each database table, and determine the dynamic weight factor of each database table ; According to the theoretical design index and static weight factor of each database table, and the dynamic operation index and dynamic weight factor of each database table, determine the comprehensive evaluation result of the data model to be evaluated. By adopting the method provided by the present invention, the theoretical design index and the dynamic operation index are combined to evaluate the data model to be evaluated, which can not only objectively evaluate each data model to be evaluated, but also greatly reduces the participation of subjective evaluation, and at the same time ensures the integrity of the data model. Design rationality and practicality.

实施例二Embodiment 2

基于同一发明构思,本发明实施例中还提供了一种数据模型的评价装置,由于上述装置解决问题的原理与数据模型的评价方法相似,因此上述装置的实施可以参见方法的实施,重复之处不再赘述。Based on the same inventive concept, the embodiment of the present invention also provides a data model evaluation device. Since the above-mentioned device solves the problem in a similar way to the data model evaluation method, the implementation of the above-mentioned device can refer to the implementation of the method. No longer.

如图5所示,为本发明实施例二提供的数据模型的评价装置的结构示意图,包括第一确定单元51、第二确定单元52、第三确定单元53和第四确定单元54,其中:As shown in FIG. 5, it is a schematic structural diagram of an evaluation device for a data model provided in Embodiment 2 of the present invention, including a first determination unit 51, a second determination unit 52, a third determination unit 53, and a fourth determination unit 54, wherein:

第一确定单元51,用于基于待评价数据模型的元数据结构,确定所述待评价数据模型中包含的各个数据库表之间的关联关系;The first determining unit 51 is configured to determine the association relationship between each database table included in the data model to be evaluated based on the metadata structure of the data model to be evaluated;

第二确定单元52,用于根据各个数据库表之间的关联关系,分别确定各个数据库表的理论设计指标和各个数据库表的静态权重因子;The second determination unit 52 is configured to respectively determine the theoretical design index of each database table and the static weight factor of each database table according to the association relationship between each database table;

第三确定单元53,用于根据监控到的各个数据库表的访问记录,分别确定各个数据库表的动态运行指标,以及确定各个数据库表的动态权重因子;The third determining unit 53 is used to determine the dynamic operation index of each database table according to the monitored access records of each database table, and determine the dynamic weight factor of each database table;

第四确定单元54,用于根据各个数据库表的理论设计指标、静态权重因子,及各个数据库表的动态运行指标和动态权重因子,确定所述待评价数据模型的综合评价结果。The fourth determining unit 54 is configured to determine the comprehensive evaluation result of the data model to be evaluated according to the theoretical design index and static weight factor of each database table, and the dynamic operation index and dynamic weight factor of each database table.

较佳地,所述第二确定单元52,具体用于针对任一数据库表,均执行以下过程:确定该数据库表的所有汇聚路径的深度值;并确定所有汇聚路径的深度值的平均值为该数据库表的静态权重因子。Preferably, the second determining unit 52 is specifically configured to perform the following process for any database table: determine the depth values of all the aggregation paths in the database table; and determine that the average value of the depth values of all the aggregation paths is: The static weighting factor for this database table.

较佳地,所述第三确定单元53,具体用于针对任一数据库表,均执行以下过程:确定该数据库表的日增数据量和所有数据库表的日增数据量的总和;将该数据库表的日增数据量与所述总和的比值确定为该数据库表的动态权重因子。Preferably, the third determining unit 53 is specifically configured to perform the following process for any database table: determine the daily incremental data volume of the database table and the sum of the daily incremental data volume of all database tables; The ratio of the daily incremental data volume of the table to the sum is determined as the dynamic weight factor of the database table.

优选地,所述理论设计指标包括所述待评价数据模型中包含的数据库表的设计合理度;以及Preferably, the theoretical design index includes the design rationality of the database table included in the data model to be evaluated; and

所述第二确定单元52,具体用于针对任一数据库表,按照下述方法确定所述待评价数据模型中包含的该数据库表的设计合理度:确定该数据库表的冗余度和复杂度;并对所述冗余度和复杂度进行加权求和处理,确定所述待评价数据模型中包含的该数据库表的设计合理度。The second determination unit 52 is specifically configured to determine the design rationality of the database table included in the data model to be evaluated according to the following method for any database table: determine the redundancy and complexity of the database table ; and perform weighted summation processing on the redundancy and complexity to determine the design rationality of the database table included in the data model to be evaluated.

优选地,所述第二确定单元52,具体用于确定该数据库表的冗余度评价指标;将各个冗余度评价指标的值进行量化处理并换算成分值;对各个冗余度评价指标的分值进行加权求和处理,确定该数据库表的冗余度;以及确定该数据库表的复杂度评价指标;并将各个复杂度评价指标的值进行量化处理并换算成分值;对各个复杂度评价指标换算得到的分值进行加权求和处理,确定该数据库表的复杂度。Preferably, the second determining unit 52 is specifically configured to determine the redundancy evaluation index of the database table; quantify the value of each redundancy evaluation index and convert the component value; The scores are weighted and summed to determine the redundancy of the database table; and determine the complexity evaluation index of the database table; quantify the value of each complexity evaluation index and convert the component value; evaluate each complexity The scores obtained from the index conversion are subjected to weighted summation processing to determine the complexity of the database table.

较佳地,所述冗余度评价指标至少包括以下一项:冗余字段比和冗余关联比;以及所述复杂度评价指标至少包括以下一项:上层被依赖数据库表数、下层被依赖数据库表数和关联维度数。Preferably, the redundancy evaluation index includes at least one of the following: redundant field ratio and redundant association ratio; and the complexity evaluation index includes at least one of the following: the number of database tables that the upper layer depends on, and the number of database tables that the lower layer depends on. The number of database tables and associated dimensions.

优选地,所述动态运行指标包括所述待评价数据模型中包含的数据库表的动态运行质量;以及Preferably, the dynamic operation index includes the dynamic operation quality of the database table included in the data model to be evaluated; and

所述第三确定单元53,具体用于针对任一数据库表,按照下述方法确定所述待评价数据模型中包含的该数据库表的动态运行质量:分别确定该数据库表的频度、时延和稳定度;并对所述频度、时延和稳定度进行加权求和,确定所述待评价数据模型中包含的该数据库表的动态运行质量。The third determining unit 53 is specifically configured to, for any database table, determine the dynamic running quality of the database table included in the data model to be evaluated according to the following method: determine the frequency and time delay of the database table respectively. and stability; and weighted summation of the frequency, time delay and stability to determine the dynamic running quality of the database table included in the data model to be evaluated.

较佳地,所述第三确定单元53,具体用于确定该数据库表的频度评价指标;将各个频度评价指标的值进行量化处理并换算成分值;对各个频度评价指标换算得到的分值进行加权求和处理,确定该数据库表的频度;以及确定该数据库表的时延评价指标;将各个时延评价指标的值进行量化处理并换算成分值;对各个时延评价指标换算得到的分值进行加权求和处理,确定该数据库表的时延;以及确定该数据库表的变动次数;将所述变动次数进行量化处理并换算成分值;并对各个稳定度评价指标换算得到的分值进行加权求和处理,确定该数据库表的稳定度。Preferably, the third determining unit 53 is specifically used to determine the frequency evaluation index of the database table; quantify the value of each frequency evaluation index and convert the component value; The scores are weighted and summed to determine the frequency of the database table; and the delay evaluation index of the database table is determined; the value of each delay evaluation index is quantified and the component value is converted; each delay evaluation index is converted The obtained scores are processed by weighted summation to determine the time delay of the database table; and determine the number of changes in the database table; quantify the number of changes and convert the component values; The scores are weighted and summed to determine the stability of the database table.

优选地,所述频度评价指标至少包括以下一项:数据库表的日平均访问次数、上层数据库表的日平均访问次数和次平均访问字段比;以及所述时延评价指标至少包括以下一项:次平均访问时延和次平均数据生成时延;以及所述稳定度评价指标包括数据库表的变动次数。Preferably, the frequency evaluation index includes at least one of the following: the daily average number of visits to the database table, the daily average number of visits to the upper-level database table, and the ratio of second-average access fields; and the delay evaluation index includes at least one of the following : sub-average access delay and sub-average data generation delay; and the stability evaluation index includes the number of changes of the database table.

较佳地,所述第二确定单元52,具体用于根据各个数据库表中该评价指标的值,划分出至少一个数值范围;并针对任一数据库表中该评价指标的值,确定该评价指标的值所在的数值范围;并确定该数值范围内的中心值与该评价指标的值之间的差值的绝对值;根据所述数值范围对应的分值范围,确定该数值范围内的中心值对应的分值;根据该评价指标的属性、该数值范围内的中心值对应的分值、该数值范围内的中心值与该评价指标的值之间的差值的绝对值、该数值范围的最大值和划分的数值范围的数量,换算得到该评价指标的分值。Preferably, the second determining unit 52 is specifically configured to divide at least one numerical range according to the value of the evaluation index in each database table; and determine the evaluation index for the value of the evaluation index in any database table. and determine the absolute value of the difference between the central value within the numerical range and the value of the evaluation index; determine the central value within the numerical range according to the score range corresponding to the numerical range The corresponding score; according to the attribute of the evaluation index, the score corresponding to the central value in the numerical range, the absolute value of the difference between the central value in the numerical range and the value of the evaluation index, the The maximum value and the number of divided numerical ranges are converted to obtain the score of the evaluation index.

较佳地,所述第三确定单元53,具体用于根据各个数据库表中该评价指标的值,划分出至少一个数值范围;并针对任一数据库表中该评价指标的值,确定该评价指标的值所在的数值范围;并确定该数值范围内的中心值与该评价指标的值之间的差值的绝对值;根据所述数值范围对应的分值范围,确定该数值范围内的中心值对应的分值;根据该评价指标的属性、该数值范围内的中心值对应的分值、该数值范围内的中心值与该评价指标的值之间的差值的绝对值、该数值范围的最大值和划分的数值范围的数量,换算得到该评价指标的分值。Preferably, the third determining unit 53 is specifically configured to divide at least one numerical range according to the value of the evaluation index in each database table; and determine the evaluation index for the value of the evaluation index in any database table. and determine the absolute value of the difference between the central value within the numerical range and the value of the evaluation index; determine the central value within the numerical range according to the score range corresponding to the numerical range The corresponding score; according to the attribute of the evaluation index, the score corresponding to the central value in the numerical range, the absolute value of the difference between the central value in the numerical range and the value of the evaluation index, the The maximum value and the number of divided numerical ranges are converted to obtain the score of the evaluation index.

优选地,所述第四确定单元54,具体用于针对任一数据库表,确定该数据库表的设计合理度与静态权重因子的第一乘积,及确定该数据库表的动态运行质量与动态权重因子第二乘积;根据所述第一乘积和所述第二乘积确定该数据库表的评价结果;基于所有数据库表的评价结果,确定所述待评价数据模型的综合评价结果。Preferably, the fourth determining unit 54 is specifically configured to, for any database table, determine the first product of the design rationality of the database table and the static weighting factor, and determine the dynamic running quality and dynamic weighting factor of the database table the second product; determining the evaluation result of the database table according to the first product and the second product; determining the comprehensive evaluation result of the data model to be evaluated based on the evaluation results of all database tables.

为了描述的方便,以上各部分按照功能划分为各模块(或单元)分别描述。当然,在实施本发明时可以把各模块(或单元)的功能在同一个或多个软件或硬件中实现。For the convenience of description, the above parts are divided into modules (or units) according to their functions and described respectively. Of course, when implementing the present invention, the functions of each module (or unit) may be implemented in one or more software or hardware.

实施例三Embodiment 3

本发明实施例三提供一种通信设备,包括存储器、处理器及存储在所述存储器上并可在所述处理器上运行的计算机程序;所述处理器执行如下所示的步骤:Embodiment 3 of the present invention provides a communication device, including a memory, a processor, and a computer program stored on the memory and running on the processor; the processor performs the following steps:

基于待评价数据模型的元数据结构,确定所述待评价数据模型中包含的各个数据库表之间的关联关系;Based on the metadata structure of the data model to be evaluated, determine the association relationship between each database table included in the data model to be evaluated;

根据各个数据库表之间的关联关系,分别确定各个数据库表的理论设计指标和各个数据库表的静态权重因子;According to the relationship between each database table, the theoretical design index of each database table and the static weight factor of each database table are determined respectively;

根据监控到的各个数据库表的访问记录,分别确定各个数据库表的动态运行指标,以及确定各个数据库表的动态权重因子;According to the monitored access records of each database table, determine the dynamic operation index of each database table, and determine the dynamic weight factor of each database table;

根据各个数据库表的理论设计指标、静态权重因子,及各个数据库表的动态运行指标和动态权重因子,确定所述待评价数据模型的综合评价结果。The comprehensive evaluation result of the data model to be evaluated is determined according to the theoretical design index and static weight factor of each database table, and the dynamic operation index and dynamic weight factor of each database table.

实施例四Embodiment 4

本发明实施例四提供一种计算机可读存储介质,其上存储有计算机程序,该程序被处理器执行时实现如本发明实施例一提供的任一项所述的数据模型的评价方法中的步骤。The fourth embodiment of the present invention provides a computer-readable storage medium, on which a computer program is stored, and when the program is executed by a processor, implements any one of the data model evaluation methods provided in the first embodiment of the present invention. step.

本发明实施例提供的数据模型的评价方法、装置和设备,基于待评价数据模型的元数据结构,确定所述待评价数据模型中包含的各个数据库表之间的关联关系;根据各个数据库表之间的关联关系,分别确定各个数据库表的理论设计指标和各个数据库表的静态权重因子;并根据监控到的各个数据库表的访问记录,分别确定各个数据库表的动态运行指标,以及确定各个数据库表的动态权重因子;根据各个数据库表的理论设计指标、静态权重因子,及各个数据库表的动态运行指标和动态权重因子,确定所述待评价数据模型的综合评价结果。采用本发明提供的方法,将理论设计指标和动态运行指标相结合来评价待评价数据模型,不仅能够客观地评价各个待评价数据模型,还大大减少了主观评判的参与,同时保证了数据模型的设计合理性和实用性。The data model evaluation method, device and device provided by the embodiments of the present invention determine the association relationship between each database table included in the to-be-evaluated data model based on the metadata structure of the to-be-evaluated data model; The relationship between each database table is determined, and the theoretical design index of each database table and the static weight factor of each database table are respectively determined; and according to the monitored access records of each database table, the dynamic operation indicators of each database table are determined respectively, and each database table is determined. According to the theoretical design index and static weight factor of each database table, and the dynamic operation index and dynamic weight factor of each database table, the comprehensive evaluation result of the data model to be evaluated is determined. By adopting the method provided by the present invention, the theoretical design index and the dynamic operation index are combined to evaluate the data model to be evaluated, which can not only objectively evaluate each data model to be evaluated, but also greatly reduces the participation of subjective evaluation, and at the same time ensures the integrity of the data model. Design rationality and practicality.

进一步地,本发明实施例中的评价指标可以从系统中统计获取,数值明确,标准统一,无需人工判断。也就是说本发明实施例中的评价指标客观可测量,减少了主观判断。Further, the evaluation index in the embodiment of the present invention can be obtained statistically from the system, the numerical value is clear, the standard is unified, and no manual judgment is required. That is to say, the evaluation index in the embodiment of the present invention is objectively measurable, which reduces subjective judgment.

进一步地,本发明实施例在对所述待评价数据模型进行综合评价时,由于基于监控到的各个数据库表的访问记录和所述待评价数据模型的理论设计指标来确定综合评价结果,不仅考虑了所述待评价数据模型静态设计的合理性,还引入了用于衡量数据模型的动态运行效果的动态运行指标,将数据模型在实际应用中的好坏作为重要的判断依据,使得对所述待评价数据模型进行综合评价的过程与所述待评价数据模型的视角运行状况挂钩,更切合实际应用。Further, when the embodiment of the present invention performs comprehensive evaluation on the data model to be evaluated, since the comprehensive evaluation result is determined based on the monitored access records of each database table and the theoretical design index of the data model to be evaluated, not only the The rationality of the static design of the data model to be evaluated is also introduced, and the dynamic operation index used to measure the dynamic operation effect of the data model is also introduced. The process of comprehensive evaluation of the data model to be evaluated is linked to the perspective operation status of the data model to be evaluated, which is more suitable for practical applications.

本申请的实施例所提供的数据模型的评价装置可通过计算机程序实现。本领域技术人员应该能够理解,上述的模块划分方式仅是众多模块划分方式中的一种,如果划分为其他模块或不划分模块,只要数据模型的评价装置具有上述功能,都应该在本申请的保护范围之内。The apparatus for evaluating the data model provided by the embodiments of the present application may be implemented by a computer program. Those skilled in the art should be able to understand that the above-mentioned module division method is only one of many module division methods. If it is divided into other modules or not divided into modules, as long as the evaluation device of the data model has the above functions, it should be used in the application. within the scope of protection.

本领域内的技术人员应明白,本发明的实施例可提供为方法、系统、或计算机程序产品。因此,本发明可采用完全硬件实施例、完全软件实施例、或结合软件和硬件方面的实施例的形式。而且,本发明可采用在一个或多个其中包含有计算机可用程序代码的计算机可用存储介质(包括但不限于磁盘存储器、CD-ROM、光学存储器等)上实施的计算机程序产品的形式。As will be appreciated by one skilled in the art, embodiments of the present invention may be provided as a method, system, or computer program product. Accordingly, the present invention may take the form of an entirely hardware embodiment, an entirely software embodiment, or an embodiment combining software and hardware aspects. Furthermore, the present invention may take the form of a computer program product embodied on one or more computer-usable storage media (including, but not limited to, disk storage, CD-ROM, optical storage, etc.) having computer-usable program code embodied therein.

本发明是参照根据本发明实施例的方法、设备(系统)、和计算机程序产品的流程图和/或方框图来描述的。应理解可由计算机程序指令实现流程图和/或方框图中的每一流程和/或方框、以及流程图和/或方框图中的流程和/或方框的结合。可提供这些计算机程序指令到通用计算机、专用计算机、嵌入式处理机或其他可编程数据处理设备的处理器以产生一个机器,使得通过计算机或其他可编程数据处理设备的处理器执行的指令产生用于实现在流程图一个流程或多个流程和/或方框图一个方框或多个方框中指定的功能的装置。The present invention is described with reference to flowchart illustrations and/or block diagrams of methods, apparatus (systems), and computer program products according to embodiments of the invention. It will be understood that each process and/or block in the flowchart illustrations and/or block diagrams, and combinations of processes and/or blocks in the flowchart illustrations and/or block diagrams, can be implemented by computer program instructions. These computer program instructions may be provided to the processor of a general purpose computer, special purpose computer, embedded processor or other programmable data processing device to produce a machine such that the instructions executed by the processor of the computer or other programmable data processing device produce Means for implementing the functions specified in a flow or flow of a flowchart and/or a block or blocks of a block diagram.

这些计算机程序指令也可存储在能引导计算机或其他可编程数据处理设备以特定方式工作的计算机可读存储器中,使得存储在该计算机可读存储器中的指令产生包括指令装置的制造品,该指令装置实现在流程图一个流程或多个流程和/或方框图一个方框或多个方框中指定的功能。These computer program instructions may also be stored in a computer-readable memory capable of directing a computer or other programmable data processing apparatus to function in a particular manner, such that the instructions stored in the computer-readable memory result in an article of manufacture comprising instruction means, the instructions The apparatus implements the functions specified in the flow or flow of the flowcharts and/or the block or blocks of the block diagrams.

这些计算机程序指令也可装载到计算机或其他可编程数据处理设备上,使得在计算机或其他可编程设备上执行一系列操作步骤以产生计算机实现的处理,从而在计算机或其他可编程设备上执行的指令提供用于实现在流程图一个流程或多个流程和/或方框图一个方框或多个方框中指定的功能的步骤。These computer program instructions can also be loaded on a computer or other programmable data processing device to cause a series of operational steps to be performed on the computer or other programmable device to produce a computer-implemented process such that The instructions provide steps for implementing the functions specified in the flow or blocks of the flowcharts and/or the block or blocks of the block diagrams.

尽管已描述了本发明的优选实施例,但本领域内的技术人员一旦得知了基本创造性概念,则可对这些实施例做出另外的变更和修改。所以,所附权利要求意欲解释为包括优选实施例以及落入本发明范围的所有变更和修改。Although the preferred embodiments of the present invention have been described, additional changes and modifications to these embodiments may occur to those skilled in the art once the basic inventive concepts are known. Therefore, the appended claims are intended to be construed to include the preferred embodiment and all changes and modifications that fall within the scope of the present invention.

显然,本领域的技术人员可以对本发明进行各种改动和变型而不脱离本发明的精神和范围。这样,倘若本发明的这些修改和变型属于本发明权利要求及其等同技术的范围之内,则本发明也意图包含这些改动和变型在内。It will be apparent to those skilled in the art that various modifications and variations can be made in the present invention without departing from the spirit and scope of the invention. Thus, provided that these modifications and variations of the present invention fall within the scope of the claims of the present invention and their equivalents, the present invention is also intended to include these modifications and variations.

Claims (19)

1. A method for evaluating a data model, comprising:
determining an incidence relation between database tables contained in a data model to be evaluated based on a metadata structure of the data model to be evaluated;
respectively determining theoretical design indexes of the database tables and static weight factors of the database tables according to the incidence relation among the database tables; and are
Respectively determining dynamic operation indexes of each database table and determining dynamic weight factors of each database table according to the monitored access records of each database table;
determining a comprehensive evaluation result of the data model to be evaluated according to the theoretical design index and the static weight factor of each database table and the dynamic operation index and the dynamic weight factor of each database table;
determining the static weight factors of each database table specifically comprises the following steps:
the following process is performed for any database table: determining the depth values of all the gathering paths of the database table; determining the average value of the depth values of all the convergent paths as a static weight factor of the database table;
determining dynamic weight factors of each database table, specifically comprising:
the following process is performed for any database table: determining the daily data increment of the database table and the sum of the daily data increment of all the database tables; and determining the ratio of the daily increment data volume of the database table to the sum as the dynamic weight factor of the database table.
2. The method according to claim 1, wherein the theoretical design index includes a design reasonableness of a database table included in the data model to be evaluated; and aiming at any database table, determining the design reasonableness of the database table contained in the data model to be evaluated according to the following method:
determining the redundancy and complexity of the database table; and are
And carrying out weighted summation processing on the redundancy and the complexity, and determining the design reasonableness of the database table contained in the data model to be evaluated.
3. The method of claim 2, wherein determining the redundancy of the database table specifically comprises:
determining a redundancy evaluation index of the database table;
carrying out quantization processing on the value of each redundancy evaluation index and converting the value into a score;
carrying out weighted summation processing on the scores of the redundancy evaluation indexes to determine the redundancy of the database table; and
determining the complexity of the database table specifically includes:
determining a complexity evaluation index of the database table; and are
Carrying out quantization processing on the values of all the complexity evaluation indexes and converting the values into scores;
and carrying out weighted summation processing on the scores obtained by conversion of the complexity evaluation indexes to determine the complexity of the database table.
4. The method of claim 3, wherein the redundancy evaluation index comprises at least one of: a redundant field ratio and a redundant association ratio; and the complexity evaluation index comprises at least one of: the upper level is dependent on the database table number, the lower level is dependent on the database table number and the associated dimension number.
5. The method of claim 1, wherein the dynamic operation index comprises a dynamic operation quality of a database table contained in the data model to be evaluated; and aiming at any database table, determining the dynamic operation quality of the database table contained in the data model to be evaluated according to the following method:
respectively determining the frequency, the time delay and the stability of the database table; and are
And carrying out weighted summation on the frequency, the time delay and the stability, and determining the dynamic operation quality of the database table contained in the data model to be evaluated.
6. The method of claim 5, wherein determining the frequency of the database table specifically comprises:
determining a frequency evaluation index of the database table;
carrying out quantization processing on the value of each frequency evaluation index and converting the value into a score;
carrying out weighted summation processing on the scores obtained by conversion of each frequency evaluation index to determine the frequency of the database table; and
determining the time delay of the database table specifically comprises:
determining a time delay evaluation index of the database table;
carrying out quantization processing on the values of the time delay evaluation indexes and converting the values into values;
carrying out weighted summation processing on the scores obtained by conversion of all the time delay evaluation indexes to determine the time delay of the database table; and
determining the stability of the database table specifically includes:
determining a stability evaluation index of the database table;
carrying out quantization processing on the value of the stability evaluation index and converting the value into a value; and are
And carrying out weighted summation processing on the scores obtained by conversion of the stability evaluation indexes to determine the stability of the database table.
7. The method according to claim 6, wherein the frequency evaluation index includes at least one of: daily average access times of the database table, daily average access times of the upper database table and a secondary average access field ratio; and the time delay evaluation index at least comprises one of the following items: a sub-average access delay and a sub-average data generation delay; and the stability evaluation index comprises the change times of the database table.
8. The method according to claim 3 or 6, wherein, for any evaluation index, the quantization processing is performed on the value of the evaluation index and the value is converted into a score value, and specifically comprises the following steps:
dividing at least one numerical range according to the value of the evaluation index in each database table; and are
Aiming at the value of the evaluation index in any database table, determining the numerical range of the value of the evaluation index; and are
Determining an absolute value of a difference between a central value within the range of values and a value of the evaluation index;
determining a score corresponding to a central value in the numerical range according to the score range corresponding to the numerical range;
and converting to obtain the score of the evaluation index according to the attribute of the evaluation index, the score corresponding to the central value in the numerical range, the absolute value of the difference between the central value in the numerical range and the value of the evaluation index, the maximum value of the numerical range and the number of the divided numerical ranges.
9. The method as claimed in claim 2 or 5, wherein determining the comprehensive evaluation result of the data model to be evaluated according to the theoretical design index and the static weighting factor of each database table, and the dynamic operation index and the dynamic weighting factor of each database table specifically comprises:
aiming at any database table, determining a first product of the design reasonableness of the database table and a static weight factor, and determining a second product of the dynamic operation quality of the database table and a dynamic weight factor;
determining an evaluation result of the database table according to the first product and the second product;
and determining a comprehensive evaluation result of the data model to be evaluated based on the evaluation results of all the database tables.
10. An apparatus for evaluating a data model, comprising:
the first determining unit is used for determining the incidence relation among all database tables contained in the data model to be evaluated based on the metadata structure of the data model to be evaluated;
the second determining unit is used for respectively determining the theoretical design index of each database table and the static weight factor of each database table according to the incidence relation among the database tables;
the third determining unit is used for respectively determining the dynamic operation indexes of the database tables and determining the dynamic weight factors of the database tables according to the monitored access records of the database tables;
the fourth determination unit is used for determining a comprehensive evaluation result of the data model to be evaluated according to the theoretical design index and the static weight factor of each database table and the dynamic operation index and the dynamic weight factor of each database table;
the second determining unit is specifically configured to, for any one of the database tables, perform the following processes: determining the depth values of all the gathering paths of the database table; determining the average value of the depth values of all the convergent paths as a static weight factor of the database table;
the third determining unit is specifically configured to, for any database table, execute the following process: determining the daily data increment of the database table and the sum of the daily data increment of all the database tables; and determining the ratio of the daily increment data volume of the database table to the sum as the dynamic weight factor of the database table.
11. The apparatus of claim 10, wherein the theoretical design metric comprises a design reasonableness of a database table included in the data model to be evaluated; and
the second determining unit is specifically configured to determine, for any one of the database tables, the design reasonableness of the database table included in the data model to be evaluated according to the following method: determining the redundancy and complexity of the database table; and carrying out weighted summation processing on the redundancy and the complexity, and determining the design reasonableness of the database table contained in the data model to be evaluated.
12. The apparatus of claim 11,
the second determining unit is specifically configured to determine a redundancy evaluation index of the database table; carrying out quantization processing on the value of each redundancy evaluation index and converting the value into a score; carrying out weighted summation processing on the scores of the redundancy evaluation indexes to determine the redundancy of the database table; determining the complexity evaluation index of the database table; the values of all the complexity evaluation indexes are subjected to quantization processing and converted into values; and carrying out weighted summation processing on the scores obtained by conversion of the complexity evaluation indexes to determine the complexity of the database table.
13. The apparatus of claim 12, wherein the redundancy evaluation index comprises at least one of: a redundant field ratio and a redundant association ratio; and the complexity evaluation index comprises at least one of: the upper level is dependent on the database table number, the lower level is dependent on the database table number and the associated dimension number.
14. The apparatus of claim 10, wherein the dynamic operation metrics comprise a dynamic operation quality of a database table contained in the data model to be evaluated; and
the third determining unit is specifically configured to determine, for any database table, the dynamic operation quality of the database table included in the data model to be evaluated according to the following method: respectively determining the frequency, the time delay and the stability of the database table; and carrying out weighted summation on the frequency, the time delay and the stability to determine the dynamic operation quality of the database table contained in the data model to be evaluated.
15. The apparatus of claim 14,
the third determining unit is specifically configured to determine a frequency evaluation index of the database table; carrying out quantization processing on the value of each frequency evaluation index and converting the value into a score; carrying out weighted summation processing on the scores obtained by conversion of each frequency evaluation index to determine the frequency of the database table; determining a time delay evaluation index of the database table; carrying out quantization processing on the values of the time delay evaluation indexes and converting the values into values; carrying out weighted summation processing on the scores obtained by conversion of all the time delay evaluation indexes to determine the time delay of the database table; and determining the change times of the database table; quantizing the variation times and converting the variation times into scores; and carrying out weighted summation processing on the scores obtained by conversion of the stability evaluation indexes to determine the stability of the database table.
16. The apparatus of claim 15, wherein the frequency evaluation index comprises at least one of: daily average access times of the database table, daily average access times of the upper database table and a secondary average access field ratio; and the time delay evaluation index at least comprises one of the following items: a sub-average access delay and a sub-average data generation delay; and the stability evaluation index comprises the change times of the database table.
17. The apparatus of claim 11 or 14,
the fourth determining unit is specifically configured to determine, for any one of the database tables, a first product of the design reasonableness of the database table and the static weight factor, and determine a second product of the dynamic operation quality of the database table and the dynamic weight factor; determining an evaluation result of the database table according to the first product and the second product; and determining a comprehensive evaluation result of the data model to be evaluated based on the evaluation results of all the database tables.
18. A communication device comprising a memory, a processor and a computer program stored on the memory and executable on the processor; wherein the processor implements the method for evaluating a data model according to any one of claims 1 to 9 when executing the program.
19. A computer-readable storage medium, on which a computer program is stored, which, when being executed by a processor, carries out a method of evaluating a data model according to any one of claims 1 to 9.
CN201711027595.XA 2017-10-27 2017-10-27 A data model evaluation method, device and equipment Active CN109726879B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201711027595.XA CN109726879B (en) 2017-10-27 2017-10-27 A data model evaluation method, device and equipment

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201711027595.XA CN109726879B (en) 2017-10-27 2017-10-27 A data model evaluation method, device and equipment

Publications (2)

Publication Number Publication Date
CN109726879A CN109726879A (en) 2019-05-07
CN109726879B true CN109726879B (en) 2020-12-01

Family

ID=66291539

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201711027595.XA Active CN109726879B (en) 2017-10-27 2017-10-27 A data model evaluation method, device and equipment

Country Status (1)

Country Link
CN (1) CN109726879B (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN116257563B (en) * 2022-11-30 2023-11-21 荣耀终端有限公司 A data value evaluation method and electronic device

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7962489B1 (en) * 2004-07-08 2011-06-14 Sage-N Research, Inc. Indexing using contiguous, non-overlapping ranges
CN104036357A (en) * 2014-06-12 2014-09-10 国家电网公司 Analysis method for electricity stealing behavioral mode of electricity utilization of user
CN106503912A (en) * 2016-10-27 2017-03-15 国信优易数据有限公司 A kind of data service system
CN107038512A (en) * 2016-02-03 2017-08-11 中国电力科学研究院 A kind of index system method for building up

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US11030262B2 (en) * 2015-08-25 2021-06-08 Verizon Media Inc. Recyclable private memory heaps for dynamic search indexes

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7962489B1 (en) * 2004-07-08 2011-06-14 Sage-N Research, Inc. Indexing using contiguous, non-overlapping ranges
CN104036357A (en) * 2014-06-12 2014-09-10 国家电网公司 Analysis method for electricity stealing behavioral mode of electricity utilization of user
CN107038512A (en) * 2016-02-03 2017-08-11 中国电力科学研究院 A kind of index system method for building up
CN106503912A (en) * 2016-10-27 2017-03-15 国信优易数据有限公司 A kind of data service system

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
仿真服务资源的多视图管理与评价机制;范苗苗 等;《计算机集成制造系统》;20120131;第192-200页 *

Also Published As

Publication number Publication date
CN109726879A (en) 2019-05-07

Similar Documents

Publication Publication Date Title
CN110796470B (en) Data analysis system for market subject supervision and service
JP5122115B2 (en) Tracking the use of data elements in electronic business communications
KR20210093771A (en) Apparatuses, computer-implemented methods, and computer program products for improved monitored building environment monitoring and scoring
Stvilia et al. Value-based metadata quality assessment
JP2016100005A (en) Reconcile method, processor and storage medium
CN111159184A (en) Metadata tracing method and device and server
CN118535660A (en) Data analysis method and system based on data warehouse
CN106548278A (en) A kind of high standard capital farmland construction Project Areas preferably automatedization computational methods
CN118897952A (en) A real-time performance evaluation method for computing power network based on hierarchical analysis method
CN109993576B (en) Method and system for sensing service quality, acquiring, processing and analyzing data
CN116842053A (en) A distributed cloud data retrieval system and method
CN113420946A (en) News media evaluation method
CN106126727A (en) A kind of big data processing method of commending system
CN109726879B (en) A data model evaluation method, device and equipment
CN117992241B (en) Scientific and technological type middle and small enterprise bank-enterprise docking service system and method based on big data
CN113191540A (en) Construction method and device of industrial link manufacturing resources
CN111127186A (en) Application method of customer credit rating evaluation system based on big data technology
CN116719989A (en) Recommendation method and system based on AHP weight and trust model
CN115689463A (en) Enterprise standing book database management system in rare earth industry
CN110837508A (en) Method, device and equipment for establishing aperture system and computer storage medium
CN111260452A (en) Method and system for constructing tax big data model
CN117057425B (en) Rule-type knowledge analysis method and device
CN113836313B (en) Audit information identification method and system based on map
CN114826967B (en) Information sharing capability evaluation method and device
CN118568189B (en) Urban function co-location analysis method and system based on distance

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant