用户名: 密码: 验证码:
关系数据库的关键词检索技术研究
详细信息    本馆镜像全文|  推荐本文 |  |   获取CNKI官网全文
摘要
传统上,SQL是存取关系数据库中数据的主要界面。但是,对于没有经验的用户来说,学习复杂的SQL语法是一件困难的事情。实现基于关键词的关系数据库信息检索,将使用户不需要任何SQL语言和底层数据库模式的知识,就像使用搜索引擎一样来获取数据库中的相关数据。关系数据库的关键词检索技术已经成为目前数据库领域中的一个研究重点。
     本文深入研究了关系数据库的关键词检索的检索机制和关键技术,包括检索系统框架、系统模块、数据模块、查询语言和Top-k排序及查询结果提交。通过对相关系统的检索实现策略分析,对基于关键词关系数据库查询进行形式化定义,基于给出的关键词检索的完整性约束和假设及问题模型,本文建立了关系数据库的关键词检索的数据模型和查询机制,进而建立起关键词检索的系统框架。
     本文通过对已有关键词检索的语法进行分析,设计了新的关键词检索语法及其识别分解算法,并给出了元数据的关键词查询方法;根据数据库关系属性的分类,分析了数字属性和文本属性的等值查询和模糊查询,给出了数字属性的等值查询的关系元组评分算法和基于隶属函数和模糊化算子的模糊查询评分实现方法,并基于简单的加权评分策略给出了数字属性的等值查询的关系元组评分算法和基于Rocchio算法的模糊查询评分实现方法。通过建立评分表和评分表图,进而相邻拓展候选元组连接树。
     本文通过分析已存在的排序方法及原理,提出了新的基于虚拟文档模式的最优化使用非单调函数的排序方法,并考虑其它的结果的完整性及分类因素,使用调整参数把AND和OR等关系操作符也加入到了排序模式中。把应用的IR排序方法改成把不同数据库元组结果连接起来的排序方法。排序函数的非单调性弥补了以前的方法Top-k查询处理技术不可运用于实际的不足,大大减少不必要的数据库访问,显著提高了搜索结果的查询效率。
     基于给出的系统检索框架,本文实现了一个关键词检索原型系统,采用多层实现关键词检索,并对文本属性和数字属性及Top-k查询的影响因素进行了实验分析,给出了这2类属性的模糊查询的主要影响因素分析。结果表明,文本属性和数字属性的相关查询方法在系统负载和效率等方面是有效的。
Traditionally, SQL is the main interface to access data from relational databases. However, it is difficult for inexperienced end users to learn the complicate syntax of SQL. Enabling keyword-based information retrieval over relational databases will allow users to acquire information from databases without any knowledge of SQL and underlying database schema, just like the way of common search engines. Keyword Search over Relational Database (KSORD) techniques have been focused in the current database field.
     This paper researches the methodes and the key technologies of KSORD such as isystem framework, system model, data model, query language, Top-k ranking and query result for committing. The work presents formal definition of KSORD based on relational database management by'analysing the implementation strategies of relative systems. Basing on the integrity constraints, hypothesis and the question model, the work creates the data model and the query method, so the system frameword of KSORD is created.
     This paper designes a new query Syntax, the distinguish decomposition algorithm by analysing the systaxes of prior systems and presents a way for searching metadata. According to the kinds of the relation attributes in relational database management, the work analyses the equivalence value queries and the fuzzy value queries of the numeric attribute and the1 non-nuberic attribute, and presents the tuple scoring algorithm of the equivalence value queries for the numeric attribute and the realization way of fuzzy queries based on Rocchio algorithm. The scoring table and the figure of the scoring table are created to expand the candidate tuple join tree.
     The paper presents a new sorting method for using non-monotonous functions based on the virtual document model by analysing prior sorting ways and principles. The method considers serveral aspects such as integrities of other results and classification factors, it uses regulation parameters for adding some relational Operators such as AND and OR into the sorting model. The work modifies the prior sorting methods to a new sorting method by using join different tuples. The non-monotonous of the sorting function improves the shortage of prior methods, which cannot apply practice, it reduces unnecessary database accesses to enhance the query efficiency.
     This paper realizes a system of KSORD, which employys multilayer to realize keyword search. The work presents the experimental anlaysis for the influence factors of the numeric attribute, the non-numeric attribute and Top-k queries, and the main influence factors of the fuzzy queries of the two kinds of attributes. The results show that the relational methods of the numeric attribute and the non-numeric attribute is effective on system overload and efficiency.
引文
[1]Silberschatz A,Stonebraker M,Ullman J D.Database Research,Achievements and Opportunities into the 21st Century.ACM SIGMOD Record,1996, 25(1):52-63
    [2]Abiteboul S,Agrawal R,Bernstein P,et al.The Lowell Database Research Self-Assessment Meeting.Communications of the ACM,2005,48(5):111-118
    [3]Bernstein P,Dayal U,DeWitt D J,et al.Future Directions in DBMS Research—he Laguna Beach Participants. ACM SIGMOD Record,1989, 18(1):17-26
    [4]Silberschatz A, Stonebraker M, Ullman J D.Database systems:Achievements and Opportunities. ACM SIGMOD Record,1990,19(4):6-22
    [5]Silberschatz A,Zdonik S B.Strategic Directions in Database Systems-Breaking out of the Box. ACM Computing Surveys,1996,28(4):764-778
    [6]Bernstein P, Brodie M L, Ceri S, et al. The Asilomar Report on Database Research. ACM SIGMOD Record,1998,27(4):74-80
    [7]孟小峰,周龙骧,王珊.数据库技术发展趋势.软件学报,2004,15(12):1822-1836
    [8]Wang S, Du X Y, Meng X F, et al.Database Research:Achievements and Challenges. Journal of Computer Science and Technology,2006,21 (5):823-837
    [9]IBM. DB2 UDB SQL Reference,2008
    [10]Oracle. SQL Reference,2008
    II1] Sybase. Transact-SQL User's Guide,Adaptive Server Enterprise 15.0,2008
    [12]Microsoft. SQL Server 2005,2008
    [13]孟小峰.Web信息集成技术研究.计算机应用与软件,2003,20(11):32-36
    [14]孟小峰.Web数据管理研究综述.计算机研究与发展,2001,38(4):385-395
    [15]孟小峰,曹巍,王珊.Web查询技术研究.计算机科学,2001,28(2):1-5
    [16]Baeza-Yates R,Ribeiro-Neto B. Modern Information Retrieval. American:ACM Press.1999
    [17]Silbeschatz A, Korth H, Sudarshan S. Database System Concepts.4th Edition, New York:McGraw Hill,2001
    [18]Fetterly D, Manasse M, Najork M, et.al. A Large-scale Study of the Evolution of Web Pages. Proceedings of the 12th International World Wide Web Conference,2003.669-678
    [19].Hulgeri A, Bhalotia G, et.al. Keyword Search in Database. IEEE Data Engineering Bulletin,2001.22-32
    [20]Wang S, Zhang K L. Searching Databases with Keywords. Journal of Computer Science and Technology,2005,20(1):55-62
    [21]Google.http://www.google.com.2010
    [22]Baidu.http://www.baidu.com.2010
    [23]Yahoo.heet://www.yahoo.com.2010
    [24]Sogou.http://www.sogou.com/.2010
    [25]Sina.http://www.sina.com/.2010
    [26]Soso.http://www.soso.com/.2010
    [27]刘伟,孟小峰,孟卫一.Deep Web数据集成研究综述.计算机学报,2007,30(9):1475-1489
    [28]刘伟孟小峰凌妍妍.一种基于图模型的Web数据库采样方法.软件学报,2008,19(02):179-193
    [29]姜芳艽孟小峰贾琳琳.Deep Web集成服务的不确定模式匹配.计算机学报,2008,(08):
    [30]Raghavan S, Garcia-Molina H. Crawling the Hidden Web. Proceedings of the International Conference on Very Large Data Bases,2001.129-138
    [31]Magnani M, Montesi D. Uncertainty in data integration:current approaches and open problems. MUD Workshop of VLDB Conference,2007.
    [32]Halevy A Y. Data Integration:A Status Report. Proceedings of the 10th Conference on Database Systems for Business, Technology and the Web, 2003.24-29.
    [33]He H, Meng W, Yu C T, Wu Z. WISE-Integrator:An Automatic Integrator of Web Search Interfaces for E-Commerce. Proceedings of the International Conference on Very Large Data Bases, Berlin,2003:357-368.
    [34]Doan A, Halevy A Y. Semantic Integration Research in the Database Community:A Brief Survey. AI Magazine,2005,26(1):83-94.
    [35]Halevy A Y, Rajaraman A, Ordille J J. Data Integration:The Teenage Years. Proceedings of the International Conference on Very Large Data Bases, Seoul, 2006:9-16.
    [36]孟小峰.Web数据管理研究综述.计算机研究与发展,2001,38(4):385~395
    [37]孟小峰,曹巍,王珊.Web查询技术研究.计算机科学,2001,28(2):1~5
    ·[38]姜芳艽,孟小峰Deep Web数据集成中查询处理的研究与进展.计算机科学与探索,2009,3(2):113-129
    [39]International Organization for Standardization. ISO International Standard: Database Language SQL-Part2:SQL/Foundation,volume 9075. ISO/IEC,2003
    [40]Halotia G, Hulgeri A, Nakhey C, et.al. Keyword Searching and Browsing in Databases Using BANKS. Proceeding of the 18th International Conference on Data Engineering,2002.431-440
    [41]Kacholia V, Pandit S, Chakrabarti S, Sudarshan S, Desai R, Karambelkar H. Bidirectional expansion for keyword search on graph databases. Proceeding of the 31st International Conference on Very Large Data Bases,2005.505-516.
    [42]Balmin A, Hristidis V, Papakonstantinou Y. ObjectRank:Authority-Based Keyword Search in Databases. Proceeding of the 30th International Conference on Very Large Data Bases,2004.564-575
    [43]Agrawal S, Chaudhuri S, Das G. DBXplorer:A System for Keyword-Based Search over Relational Databases. Proceeding of the 18th International Conference on Data Engineering,2002.5-16
    [44]Hristidis V, Papakonstantinou Y. DISCOVER:Keyword Search in Relational Databases. Proceeding of the 28th International Conference on Very Large Data Bases,2002.670-681
    [45]Hristidis V, Gravano L, Papakonstantinou Y. Efficient IR-style Keyword Search over Relational Databases. Proceeding of the 29th International Conference on Very Large Data Bases,2003.850-861
    [46]Su Q, Widom J. Indexing Relational Database Content Offline for Efficient Keyword-Based Search. Technical Report, Stanford:Stanford University,2003
    [47]文继军,王珊.SEEKER:基于关键词的关系数据库信息检索.软件学报,2005,16(7):1270-1281
    [48]蔡宏艳,姚佳丽,王珊.DETECTOR基于关系数据库通用的在线关键词查询系统.计算机研究与发展,2007,44(01):119-125
    [49]Ding BL, Yu J, Wang S,et.al. Finding Top-k min-cost connected trees in databases. In:Proc. of the 23rd International Conference on Data Engineering. IEEE Press,2007.836-845.
    [50]Luo Y, Lin XM, Wang W, et al. SPARK:Top-k keyword query in relational databases. Proceedings of the ACM SIGMOD International Conference on Management of Data,2007.115-126.
    [51]Luo Yi, Wang Wei, Lin Xuemin. Spark:A keyword search engine on relational databases. In ICDE,2008,1552-1555.
    [52]Luo Y, Lin XM, Wang W, et.al. SPARK:Top-k keyword query in relational databases. Technical Report 0708, School of Computer Science and Engineering, University of New SouthWales,2007.
    [53]Konstantin Golenberg, Benny Kimelfeld, Yehoshua Sagiv. Keyword proximity search in complex data graphs. In SIGMOD Conference,2008,927-940.
    [54]Chakrabarti S, Sarawagi S, Sudarshan S. Enhancing Search with Structure. IEEE Data Eng. Bull,2010,33(1):3-16.
    [55]王斌,杨晓春,王国仁.关系数据库中支持语义的Top-K关键字搜索,2008,19,(9):2362-2375.
    [56]彭朝晖,崔立真,王珊.一种关系数据库关键词检索相关反馈方法,2009,20(12):286-297.
    [57]Liu Ziyang, Chen Yi. Query Results Ready, Now What?. IEEE Data Eng. Bull,2010,33(1):47-54.
    [58]Hadjieleftheriou M, Srivastava D.Weighted Set-Based String Similarity. IEEE Data Eng. Bull,2010,33(1):26-37.
    [59]Amer-Yahia S, Shanmugasundaram J. Xml full-text search:Challenges and opportunities. In SIGMOD Conference,2005,1368.
    [60]Li Chen, Li Guoliang.Search-As-You-Type:Opportunities and Challenges IEEE Data Eng. Bull,2010,33(1):38-46.
    [61]Chaudhuri S, Das G. Keyword querying and ranking in databases. In Proc. of the VLDB Endowment,2009,2(2):1658-1659.
    [62]Chaudhuri S, Ramakrishnan R, Weikum G. Integrating db and ir technologies: What is the sound of one hand clapping. In Proc. of CIDR'05,2005.
    [63]Chen Y, Wang W, Liu Z. Keyword search on structured and semi-structured data. In Proc.2009 ACM SIGMOD Int. Conf. On Management of Data,2009, 1005-1010.
    [64]Dalvi B B, Kshirsagar M, Sudarshan S. Keyword search on external memory data graphs. Proc. of the VLDB Endowment,2008,1(1):1189-1204.
    [65]Kimelfeld B, Sagiv Y. Finding and approximating top-k answers in keyword proximity search. In Proc.25th ACM SIGACT-SIGMOD-SIGART Symp. on Principles of Database Systems,2006,173-182.
    [66]Yu J X, Qin L, Chang Lijun.Keyword Search in Relational Databases:A Survey. IEEE Data Eng. Bull,2010,33(1):68-79.
    [67]Li G, Ooi B C, J. Feng, et al. EASE:an effective 3-in-1 keyword search method for unstructured,semi-structured and structured data. In Proc.2008 ACM SIGMOD Int. Conf. On Management of Data, pages 903-914,2008.
    [68]Liu F, Yu C T, Meng W, et al. Effective keyword search in relational databases. In Proc.2006 ACM SIGMOD Int. Conf On Management of Data, 2006,563-574.
    [69]Elbassuoni S, Ramanath M, Schenkel R,et al. Searching RDF Graphs with SPARQL and Keywords, IEEE Data Eng. Bull,2010,33(1):17-25.
    [70]Qin L, Yu J X, Chang L.Keyword search in databases:The power of rdbms. In Proc.2009 ACM SIGMOD Int. Conf On Management of Data,2009,681-694.
    [71]Webber W.Evaluating the Effectiveness of Keyword Search. IEEE Data Eng. Bull,2010,33(1):55-60.
    [72]Qin L, Yu J X, Chang L.Querying communities in relational databases. In Proc. 25th Int. Conf. on Data Engineering,2009,724-735.
    [73]Qin L, Yu J X, Chang L.Scalable keyword search on large data streams. In Proc. 25th Int. Conf. on Data Engineering,2009,1199-1202.
    [74]Hristidis V, Hwang H, Papakonstantinou Y. Authority-based keyword search in databases. ACM Trans.Database Syst.2008,33(l):21-29.
    [75]Qin L, Yu J X, Chang L.Keyword Search in Databases. Morgan & Claypool, 2010.
    [76]Wheeldon R, Levene M, Keenoy K. DbSurfer:A Search and Navigation Tool for Relational Databases. The 21st Annual British National Conference on Databases. Edinburgh:Springer Berlin,2004.144-149
    [77]Brin S, Page L. The Anatomy of a Large-Scale Hyper-textual Web Search Engine. In Proceeding 7th International World Wide Web Conference,1998.107-117
    [78]Agrawal R, Srikant R. Searching with Numbers. In Proceeding the 11th International World Wide Web Conference,2002.855-870
    [79]Ilyas I, Aref W, Elmagarmid A. Supporting Top-k join Queries in Relational Databases. In Proceeding the 29th International Conference on Very Large Data Bases,2004.207-221
    [80]Karl Schnaitter and Neoklis Polyzotis. Evaluating rank joins with optimal cost. In PODS,2008,43-52.
    [81]Hao He, Haixun Wang, Jun Yang, and Philip S. Yu. Blinks:ranked keyword searches on graphs. In SIGMOD Conference,2007,305-316.
    [82]Alexander Markowetz, Yin Yang, and Dimitris Papadias. Keyword search on relational data streams. In SIGMOD Conference,2007,605-616.
    [83]Feng Shao, Lin Guo, Chavdar Botev, Anand Bhaskar, Muthiah M. Muthiah Chettiar, Fan Yang, and Jayavel Shanmugasundaram. Efficient keyword search over virtual xml views. In VLDB,2007,1057-1068.
    [84]Yang Xiaochun, Wang Bin, Wang Guoren,et al. RSEARCH:Enhancing Keyword Search in Relational Databases Using Nearly Duplicate Records. IEEE Data Eng. Bull,2010,33(1):61-67.
    [85]Mayssam Sayyadan, Hieu LeKhac, AnHai Doan, and Luis Gravano.Efficient keyword search across heterogeneous relational databases. In ICDE,2007.
    [86]Wei Wang, Xuemin Lin, and Yi Luo. Keyword search on relational databases. Network and Parallel Computing Workshops, IFIP International Conference on, 2007,7-10.
    [87]Chamberlin D. Xquery:a query language for XML. Proceedings of the 2003 ACM SIGMOD International Conference on Mangement of Data. New York: ACM Press,2003.682-693
    [88]Cohen S, Mamou J, Kanza Y, et.al. XSEarch:A Semantic Search Engine for XML. Very Large Data Bases,2003.45-56
    [89]Florescu D, Manolescu I, Kossmann D. Integrating Keyword search into XML Query Processing. Proceeding the 9th International World Wide Web Conference,2000.119-135
    [90]Guo L, Shao F, Botev C, et al. XRANK:Ranked Keyword Search over XML Documents. In:Halevy AY, et al, eds. Proceeding of the 2003 ACM SIGMOD International Conference on Management of Data. San Diego:ACM Press, 2003.16-23
    [91]Hristidis V, Papakonstantinou Y, Balmin A. Keyword Proximity Search on XML Graphs. In:Dayal U, et al, eds. Proceeding of the 19th International Conference on Data Engineering. Bangalore:IEEE Press,2003.367-378
    [92]王珊,张俊,彭朝晖等.基于本体的关系数据库语义检索.计算机科学与探索,2007,1(1):59-78
    [93]何盈捷,文继军,冯月利.P2P环境下数据管理系统上的Top-k查询.计算机科学,2005,32(10):89-94
    [94]姚佳丽,张坤龙,王珊.基于P2P的数据索引与查询.计算机科学,2005,32(03):69-72
    [95]何盈捷王珊杜小勇.纯Peer to Peer环境下有效的Top-k查询.软件学报,2005,16(04):540-552
    [96]Cheng Taoyuan, Wang Shan.A Novel Approach of Object Identification in Clustering Merchandise Records.Journal of Computer Science & Technology. 2007,22 (2):228-231.
    [97]Jun Zhang, Zhaohui Peng, Shan Wang, Huijin Nie. CLASCN:Candidate Network Selection Supporting Efficient Top-k Keyword Queries over Databases. Journal of Computer Science & Technology.2007,22(2):197-207.
    [98]Bolin Ding, Jeffrey Xu Yu, Shan Wang, Lu Qin, Xiao Zhang, Xuemin Lin.Finding Top-k Min-Cost Connected Trees in Databases.2007 IEEE 23rd International Conference on Data Engineering (ICDE 2007),2007,836-845.
    [99]Jun Zhang, Zhaohui Peng, Shan Wang. QuickCN:A Combined Approach for Efficient Keyword Search over Databases.The 12th International Conference on Database Systems for Advanced Applications (DASFAA 2007), Bangkok, Thailand, LNCS 4443,2007,1032-1035
    [100]Jiang Zhan, Shan Wang. ITREKS:Keyword Search over Relational Database by Indexing Tuple Relationship. The 12th International Conference on Database Systems for Advanced Applications (DASFAA), Bangkok, Thailand, LNCS 4443.2007.67-78
    [101]Hua Luan, Xiaoyong Du, Shan Wang, Yongzhi Ni, Qiming Chen,J+-Tree:A New Index Structure in Main Memory, The 12th International Conference on Database Systems for Advanced Applications (DASFAA 2007), Bangkok, Thailand, LNCS 4443,2007.386-397
    [102]Jun Zhang, Zhaohui Peng, Shan Wang, Jiang Zhan. Exploiting Connection Relation to Compress Data Graph. APWeb/WAIM 2007 Workshop on DataBase Management and Application over Networks (DBMAN 2007), HuangShan, China, LNCS 4537,2007.241-246.
    [103]Shan Wang, Jun Zhang, Zhaohui Peng, Jiang Zhan, Qiuyue Wang. Study on Efficiency and Effectiveness of KSORD. The Joint International Conferences on Asia-Pacific Web and Web-Age Information Management (APWeb/WAIM 2007), HuangShan, China, LNCS 4505,2007.6-17
    [104]Zhaohui Peng, Jun Zhang, Shan Wang.TreeCluster:Clustering Results of Keyword Search over DatabasesThe 7th International Conference on Web-Age Information Management.2006.385-396.
    [105]Jun Zhang, Zhaohui Peng, Shan Wang, Huijing Nie.Si-SEEKER: Ontology-based Semantic Search over Databases.The First International Conference on Knowledge Science, Engineering and Management.599-611
    [106]Man Li, Xiaoyong Du and Shan Wang.Selection of Materialized Relations in Ontology Repository Management System.First International Conference on Knowledge Science, Engineering and Management.Lecture Notes in Artificial Intelligence 4092(KSEM2006),2006.241-251
    [107]Shan Wang, Zhaohui Peng, Jun Zhang etc. NUITS:A Novel User Interface for Efficient Keyword Search over Databases.The 32th International Conference on Very Large Data Bases (VLDB 2006),1143-1146
    [108]Jun Zhang Zhaohui Peng Shan Wang, Nie Huijing, etc.PreCN:Preprocessing Candidate Networks for Efficient Keyword Search over Databases.The 7th International Conference on Web Information Systems Engineering.2006.28-39
    [109]Shan Wang, Kun-Long Zhang, Searching Databases with Keywords, JCST,2005,20(1):55-62
    [110]Kunlong Zhang, Shan Wang, LinkNet:A New Approach for Searching in a Large Peer-to-peer System. In Proceeding of APWEB 05,2005,Shanghai China
    [111]王珊,张坤龙.网格环境下的数据库系统.计算机应用,2004,10:1-4
    [112]He Y J, Shu Y F, Wang S, et al.Efficient top-k query processing in P2P network, Database and Expert systems Applications(DEXA 2004), Proceedings Lectutre Notes In Computer Science 3180:2004.381-390
    [113]DBLP bibliography, http://www.informatik.uni-trier.de/-ley/db/index.html. 2008
    [114]Goldman R, Shivakumar N, Venkatasubramanian S, et.al. Proximity Search in Databases. Proceeding of the 24th International Conference on Very Large Data Bases,1998.564-575
    [115]胡宝清.模糊理论基础.武汉:武汉大学出版社,2004
    [116]李鸿吉.模糊数学基础及实用算法.北京:科学出版社,2005
    [117]彭祖赠,孙韫玉.模糊数学及其应用.武汉:武汉大学出版社,2002
    [118]QTag. http://web.bham.ac.uk/O.Mason/software/tagger/
    [119]DICTIGET.http://www.scientificpsychic.com/dermorl.html
    [120]WordNet.http://wordnet.princeton.edu/
    [121]陈忆群.关系数据库中的信息检索研究:[硕士学位论文].广州:中山大学,2005
    [122]Banerjee S, Pedersen T. An Adapted Lesk Algorithm for Word Sense Disambiguation Using WordNet. In proceedings of the Third International Conference on Intelligent Text Processing and Computational Linguistics,2002. 136-145
    [123]Rocehio J J. Relevance Feedback in Information Retrieval.In SMART Retrieval System Experiments in Automatic Document Processing,1971.313-323
    [124]战学刚,林鸿飞,姚天顺.中文信息检索中的相关反馈.计算机科学,2000,27(7):39-41.
    [125]Bitton D, DeWitt D J, Turbyfill C. Benchmarking database systems:A systematic approach.Proceedings of the International Conference on Very Large Databases. Florence:Morgan Kaufmann Publishers,1983.8-19.
    [126]Gray J. Quickly Generating Billion-record Synthetic Databases.In Proceedings of the ACM International Conference on Management of Data,1994.25-36.
    [127]Turbyfill C, Orju C, Bitton D. AS3AP:A Comparative Rrelational Database Benchmark.In Proceedings of Compcon,1989.560-564.
    [128]O'Neil P E. A Set Query Benchmark for Large Databases.Proceedings of the International Computer Measurement Group Conference,1989.209-215.
    [129]Transaction Processing Performance Council. TPC BENCHMARK H (Decision support) standard specification.http://www.tpc.org/tpch.2009.
    [130]Bruno N, Chaudhuri S, Thomas D.Generating Queries with Cardinality Constraints for DBMS Testing. IEEE Transactions on Knowledge and Data Engineering,2006,18(12):1721-1725.
    [131]Houkjaer K, Torp K, Wind R. Simple and Realistic Data Generation.In Proceedings of the International Conference on Very Large Databases, 2006.1243-1246.
    [132]The Data Factory (Pty) Ltd.Datafactory Tool, http://www.datafactory.co.za. 2009.

© 2004-2018 中国地质图书馆版权所有 京ICP备05064691号 京公网安备11010802017129号

地址:北京市海淀区学院路29号 邮编:100083

电话:办公室:(+86 10)66554848;文献借阅、咨询服务、科技查新:66554700