期刊文献+
共找到6篇文章
< 1 >
每页显示 20 50 100
Web Data Cube Construction in Multidimensional On-line Analytical Processing Environment
1
作者 朱焱 《Journal of Southwest Jiaotong University(English Edition)》 2007年第1期1-7,共7页
This paper investigates how to integrate Web data into a multidimensional data warehouse (cube) for comprehensive on-line analytical processing (OLAP) and decision making. An approach for Web data-based cube const... This paper investigates how to integrate Web data into a multidimensional data warehouse (cube) for comprehensive on-line analytical processing (OLAP) and decision making. An approach for Web data-based cube construction is proposed, which includes Web data modeling based on MIX ( Metadam based Integration model for data X-change ), generic and specific mapping rules design, and a transformation algorithm for mapping Web data to a multidimensional array. Besides, the structure and implementation of the prototype of a Web data base cube are discussed. 展开更多
关键词 Web data warehousing Web data-based cube MOLAP
下载PDF
Data-driven Distributed Analytics and Control Platform for Smart Grid Situational Awareness 被引量:6
2
作者 Christopher S.Saunders Guangyi Liu +1 位作者 Yang Yu Wendong Zhu 《CSEE Journal of Power and Energy Systems》 SCIE 2016年第3期51-58,共8页
A conceptual,data-driven framework for organizing the data analytics and control functions in an electrical distribution network is proposed in this paper.The framework is built such that it tightly corresponds to the... A conceptual,data-driven framework for organizing the data analytics and control functions in an electrical distribution network is proposed in this paper.The framework is built such that it tightly corresponds to the naturally existing physical hierarchy of typical radial distribution networks,allowing for an organized and highly-localized set of data storage and analytics processes,which in turn correspond well to likely control commands.By utilizing this structure,the computational entities in the framework are endowed with persistent local situational awareness.However,the framework also permits,through a series of tiered communications,the operation of a centralized authority for overall system observability and controllability. 展开更多
关键词 data analytics data warehousing distributed control distributed systems machine learning situational awareness
原文传递
Database Research: Achievements and Challenges 被引量:4
3
作者 王珊 杜小勇 +1 位作者 孟小峰 陈红 《Journal of Computer Science & Technology》 SCIE EI CSCD 2006年第5期823-837,共15页
Database system is the infrastructure of the modern information system. The R&D in the database system and its technologies is one of the important research topics in the field. The database R&D in China took off la... Database system is the infrastructure of the modern information system. The R&D in the database system and its technologies is one of the important research topics in the field. The database R&D in China took off later but it moves along by giant steps. This report presents the achievements Renmin University of China (RUC) has made in the past 25 years and at the same time addresses some of the research projects we, RUC, are currently working on. The National Natural Science Foundation of China supports and initiates most of our research projects and these successfully conducted projects have produced fruitful results. 展开更多
关键词 database management system parallel database systems Chinese database systems self-managing databases P2P computing and databases data warehousing OLAP Web data management XML mobile data management semantic web contextual information retrieval
原文传递
PMC: Select Materialized Cells in Data Cubes 被引量:2
4
作者 李红松 黄厚宽 《Journal of Computer Science & Technology》 SCIE EI CSCD 2006年第2期297-304,F0003,共9页
QC-Tree is one of the most storage-efficient structures for data cubes in an MOLAP system. Although QC- Tree can achieve a high compression ratio, it is still a fully materialized data cube. In this paper, an improved... QC-Tree is one of the most storage-efficient structures for data cubes in an MOLAP system. Although QC- Tree can achieve a high compression ratio, it is still a fully materialized data cube. In this paper, an improved structure PMC is presented allowing us to materialize only a part of the cells in a QC-Tree to save more storage space. There is a notable difference between our partially materialization algorithm and traditional materialized views selection algorithms. In a traditional algorithm, when a view is selected, all the cells in this view are to be materialized. Otherwise, if a view is not selected, all the cells in this view will not be materialized. This strategy results in the unstable query performance. The presented algorithm, however, selects and materializes data in cell level, and, along with further reduced space and update cost, it can ensure a stable query performance. A series of experiments are conducted on both synthetic and real data sets. The results show that PMC can further reduce storage space occupied by the data cube, and can shorten the time to update the cube. 展开更多
关键词 data warehousing data cube multidimensional database partial materialization
原文传递
An Adaptive Approach to Schema Classification for Data Warehouse Modeling 被引量:1
5
作者 王宏鼎 童云海 +3 位作者 谭少华 唐世渭 杨冬青 孙国辉 《Journal of Computer Science & Technology》 SCIE EI CSCD 2007年第2期252-260,共9页
Data warehouse (DW) modeling is a complicated task, involving both knowledge of business processes and familiarity with operational information systems structure and behavior. Existing DW modeling techniques suffer ... Data warehouse (DW) modeling is a complicated task, involving both knowledge of business processes and familiarity with operational information systems structure and behavior. Existing DW modeling techniques suffer from the following major drawbacks -- data-driven approach requires high levels of expertise and neglects the requirements of end users, while demand-driven approach lacks enterprise-wide vision and is regardless of existing models of underlying operational systems. In order to make up for those shortcomings, a method of classification of schema elements for DW modeling is proposed in this paper. We first put forward the vector space models for subjects and schema elements, then present an adaptive approach with self-tuning theory to construct context vectors of subjects, and finally classify the source schema elements into different subjects of the DW automatically. Benefited from the result of the schema elements classification, designers can model and construct a DW more easily. 展开更多
关键词 data warehousing schema elements classification vector space model ADAPTIVE
原文传递
Cache-Conscious Data Cube Computation on a Modern Processor
6
作者 栾华 杜小勇 王珊 《Journal of Computer Science & Technology》 SCIE EI CSCD 2009年第4期708-722,共15页
Data cube computation is an important problem in the field of data warehousing and OLAP (online analytical processing). Although it has been studied extensively in the past, most of its algorithms are designed witho... Data cube computation is an important problem in the field of data warehousing and OLAP (online analytical processing). Although it has been studied extensively in the past, most of its algorithms are designed without considering CPU and cache behavior. In this paper, we first propose a cache-conscious cubing approach called CC-Cubing to efficiently compute data cubes on a modern processor. This method can enhance CPU and cache performances. It adopts an integrated depth-first and breadth-first partitioning order and partitions multiple dimensions simultaneously. The partitioning scheme improves the data spatial locality and increases the utilization of cache lines. Software prefetching techniques are then applied in the sorting phase to hide the expensive cache misses associated with data scans. In addition, a cache-aware method is used in CC-Cubing to switch the sort algorithm dynamically. Our performance study shows that CC-Cubing outperforms BUC, Star-Cubing and MM-Cubing in most cases. Then, in order to fully utilize an SMT (simultaneous multithreading) processor, we present a thread-based CC-Cubing-SMT method. This parallel method provides an improvement up to 27% for the single-threaded CC-Cubing algorithm. 展开更多
关键词 data warehousing OLAF (online analytical processing) data cube computation cache-conscious SMT (simultaneous multithreading)
原文传递
上一页 1 下一页 到第
使用帮助 返回顶部