-
一种基于数据访问流的数据库索引优化方法该方法通过集成业务流程模型与数据模型,抽取了流程活动中包含的数据访问操作和流程的控制结构形成数据访问流,分析了数据访问流中...
一种基于数据访问流的数据库索引优化方法该方法通过集成业务流程模型与数据模型,抽取了流程活动中包含的数据访问操作和流程的控制结构形成数据访问流,分析了数据访问流中数据访问操作的频度,为频繁数据访问操作所对应的数据项创建索引,达到改善数据访问性能的目的。实验结果表明,该方法提高了数据查询的速度。-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
-
西电的VC++课上的几个通用模板,完全是可用的
西电的VC++课上的几个通用模板,完全是可用的-West electricity VC++ Class several generic template is completely available
- 2022-12-23 23:15:03下载
- 积分:1
-
网上购物数据库,所有代码都有,包括模型图
网上购物数据库,所有代码都有,包括模型图 -Online Shopping Database
- 2023-08-14 04:35:03下载
- 积分:1
-
一个小型的排序算法,使用了泛型算法等知识,对初学泛型有帮助...
一个小型的排序算法,使用了泛型算法等知识,对初学泛型有帮助-A small sorting algorithm, the use of a generic algorithm knowledge of generic beginner help
- 2023-03-11 00:00:04下载
- 积分:1
-
使用perl和C写的基于Web的管理数据库表的程序
使用perl和C写的基于Web的管理数据库表的程序- Uses perl and C writes based on the Web management database
table procedure
- 2022-03-19 03:38:25下载
- 积分:1
-
a building, display and complete binary tree judgment of small procedures.
一个构建、显示和判断完全二叉树的小程序。-a building, display and complete binary tree judgment of small procedures.
- 2022-05-31 22:25:10下载
- 积分:1
-
推箱子状态空间搜索,慢慢研究吧。分支限界法,采用优先队列实现...
推箱子状态空间搜索,慢慢研究吧。分支限界法,采用优先队列实现-tuixiangzi
- 2022-02-01 17:00:12下载
- 积分:1
-
数据结构演示系统
数据结构演示系统-data structure Demonstration System
- 2023-06-11 18:25:03下载
- 积分:1
-
数据结构学习中遇到的二叉树的代码,运行快速
数据结构学习中遇到的二叉树的代码,运行快速-Study data structure encountered in the code tree, run fast
- 2022-03-17 16:13:03下载
- 积分:1
-
首先确认您的机器上已经安装了VC6.0以上版本,要编译生成可执行文件,需打开后缀名为dsw的文件,系统会默认用VC打开,然后选择Build菜单下的Set Act...
首先确认您的机器上已经安装了VC6.0以上版本,要编译生成可执行文件,需打开后缀名为dsw的文件,系统会默认用VC打开,然后选择Build菜单下的Set Active Configuration选项,选择Project Configuration为Win32 Release,然后编译项目,得到可执行文件。连接数据库请参照第2章的方法,在ODBC数据源内添加Microsoft Access数据库-First of all, make sure that your machine has been installed above VC6.0 to compile the executable file to generate the need to open the dsw file name suffix, the system will default to open with VC, and then select the Build menu, Set Active Configuration under the option, Project Configuration options for the Win32 Release, and then compile the project, the executable file. Connect to database please refer to the methods of Chapter 2, in the ODBC data source in Microsoft Access database to add
- 2022-06-20 13:33:37下载
- 积分:1