-
一种基于数据访问流的数据库索引优化方法该方法通过集成业务流程模型与数据模型,抽取了流程活动中包含的数据访问操作和流程的控制结构形成数据访问流,分析了数据访问流中...
一种基于数据访问流的数据库索引优化方法该方法通过集成业务流程模型与数据模型,抽取了流程活动中包含的数据访问操作和流程的控制结构形成数据访问流,分析了数据访问流中数据访问操作的频度,为频繁数据访问操作所对应的数据项创建索引,达到改善数据访问性能的目的。实验结果表明,该方法提高了数据查询的速度。-A novel method called data-access-flow based index optimization (DAFIO) is proposed to provide automatic index select for databasein order to improve the data access performance. By integrating the data model and process model of the IT systems and getting data access flow, theDAFIO method can analyze the data access flow to find those data item which are accessed frequently, and then create indexes for these frequentitems. The experiment results show that the novel method is effective to improve the data access performance.
- 2023-04-15 10:50:04下载
- 积分:1
-
introduces a simple data structure of the building and its use
简单介绍了一种数据结构的构建及其使用情况-introduces a simple data structure of the building and its use
- 2022-07-01 01:18:34下载
- 积分:1
-
/*数字三角形问题 问题描述: 给定一个由n行数字组成的数字三角形如下图所示。试设计一个算法,计算出从三角形的顶至底的一条路径,使该路径经过的数字总和最大。 7...
/*数字三角形问题 问题描述: 给定一个由n行数字组成的数字三角形如下图所示。试设计一个算法,计算出从三角形的顶至底的一条路径,使该路径经过的数字总和最大。 7 3 8 8 1 0 2 7 4 4 4 5 2 6 5 编程任务: 对于给定的由n行数字组成的数字三角形,编程计算从三角形的顶至底的路径经过的数字和的最大值-/* Digital triangle Issue Description : given an OK by the number n of triangular figures shown in the diagram below. Design of a test algorithm, calculated from the top of the triangle to the end of a path, the path through the largest sum of the figures. 7 3 8 8 1 0 2 7 4 4 4 5 2 6 5 programming tasks : for a given n line by the number of digits triangle, triangle programming calculated from the top to the bottom of the path through the figures and the maximum
- 2022-09-23 22:05:03下载
- 积分:1
-
orders for the system, information for the management of orders
该系统为订单系统,用于管理订单信息-orders for the system, information for the management of orders
- 2023-06-05 20:30:03下载
- 积分:1
-
addlist very good please download it
addlist very good please download it
- 2022-03-29 05:44:07下载
- 积分:1
-
实现如何上传图片等数据,并存储其至数据库的源码
实现如何上传图片等数据,并存储其至数据库的源码-How do I upload pictures to achieve the data and store it to database source
- 2023-07-29 13:30:03下载
- 积分:1
-
Access数据库下实现的系统,功能很强大,适合初学者学习~
Access数据库下实现的系统,功能很强大,适合初学者学习~-Implemented under the Access database system, function is very powerful, suitable for beginners to learn ~
- 2022-11-03 17:45:03下载
- 积分:1
-
数据结构堆栈之后缀表达式求值
此程序用的是后缀表达式求值的方法,其中用到了一个栈,而中缀表达式求值需用到两个栈(操作数栈和操作符栈),所以阅读程序前提是了解中缀表达式和后缀表达式
之间的转换,和后缀表达式求值的过程。关于他们之间的转换,我的概括为:中缀表达式:a*(b+c)-d/f ,先做b+c,即bc+;再做a*(b+c),即abc+*;然后做d/f,即df/;
最后做a*(b+c)-d/f,得abc+*df/-。关于后缀表达式求值过程请参照你的《数据结构指导书》P60~62(下文所指参照页均在此书)。程序里中有些我说的可有可无的东西,我已经说明
程序里只给出了+ - * / 四种运算,其它运算符若需要,
可向程序里插入。你的指导书堆栈实验里提示用到了“运算符重载”,所以添加其他运算时,有可能用到重载,但这里的四则运算我没用到,运算符重载是很重要的
- 2022-11-10 19:15:04下载
- 积分:1
-
Database Application Software for VFP
数据库应用课件,关于VFP-Database Application Software for VFP
- 2022-01-22 15:05:48下载
- 积分:1
-
实现了银行家算法,操作系统课程设计时编写的,能够成功运行...
实现了银行家算法,操作系统课程设计时编写的,能够成功运行-The banker" s algorithm implementation, the operating system designed to prepare the curriculum, be able to run successfully
- 2022-01-25 16:56:53下载
- 积分:1