IJRIT International Journal of Research in Information Technology, Volume 2, Issue 6, June 2014, Pg: 531-538

International Journal of Research in Information Technology (IJRIT)

www.ijrit.com

ISSN 2001-5569

Dynamic Estimation of Intermediate Fragment Size in a Distributed Database Query Parnika Bhat Student, Department of Computer Science & Engineering, Guru Nanak Dev University Amritsar, Punjab, India Dr. Rajinder Singh Virk Department of Computer Science & Engineering, Guru Nanak Dev University Amritsar, Punjab, India parnikabhat@yahoo. com , tovirk@yahoo. com Abstract - Distributed database is a collection of databases that are distributed over various nodes and are logically interconnected by a communication network. In distributed database system the objective of Query Optimization is to execute the query in minimum time. Sub Query Allocation Strategy is one of an important module of the distributed database query optimization process. In this process sub-queries are allocated to different nodes in a computer network. Query is divided into sub queries and then sub query allocation is performed optimally. Cost depends on the size of intermediate fragments, reallocation of fragments and communication speed in transferring fragments from one node to another. Query optimization can estimate the size of intermediate fragments in two ways: static and dynamic. In static case fixed or predetermined set of values are given as input file and in case of dynamic query optimization it’s the code that generate the size of intermediate fragments. In the proposed work an existing simulator DQO (Dynamic Query Optimizer) is used which stochastically optimize process of subquery allocation to different nodes of distributed database. In this work a new component is augmented that estimates the size of intermediate fragments dynamically. Oracle is used to simulate the distributed query and the results are used as fragment size for simulation purpose. The main objective is to trace a combination (string of chromosomes) of distributed site which leads us to minimum cost combination of sites over available combination (chromosomes). The design and implementation of the approach is done in MATLAB. Index Terms— Distributed Databases, Query Optimization, Fragmentation, Genetic Algorithms, Total Cost, Communication Cost

I.

INTRODUCTION

A database is an organized collection of data. This data is managed by special software known as Database Management System (DBMS). DBMS is responsible for querying, updating, defining the data. Distributed Database Systems have been developed to meet the increase in amount of data and distributed nature of organizations in distributed enterprises. A distributed database is a collection of databases that can be stored at different computer network sites. It is under the control of a central database management system (DBMS). In distributed databases query processing is of important concern. Data retrieval from different sites in a distributed database is called distributed query processing. Query processing is much more difficult in distributed environment than in centralized Parnika Bhat,IJRIT

531

IJRIT International Journal of Research in Information Technology, Volume 2, Issue 6, June 2014, Pg: 531-538

environment because a large number of parameters affect the performance of distributed queries, relations may be fragmented and/or replicated, and considering many sites to access, query response time may become very high. In distributed databases as databases are located at geographically different locations, so a simple query that needs to access databases from various locations can be decomposed into sub queries. Sequencing of those sub queries is an important issue in distributed databases. Sequencing of sub queries should be done in such a way that there is minimum operating cost for processing that query. That is there is need to optimize the query. So query optimization comes into picture. Query optimization is to determine the most efficient way to execute a given query by considering the possible query plans. A query plan is an ordered set of steps used to access data from database. Distributed Database Query Optimization deals with designing the data distribution (allocation and fragmentation); query Processing and analyzing the algorithms with a goal to achieve minimum total cost. The cost of a distributed execution strategy can be expressed with respect to either the total time or the response time. III. RELATED WORK

(Soheila Rahmani, Vahid Torkzaban, Abolfazl T.Haghighat, 2009) To address the problem of data allocation authors have combined clustering with genetic algorithm. Firstly they have created clusters based on communication cost between the sites, then they had performed genetic algorithm on these clusters to find the best situation to allocate the data. At first they have combined sites to form clusters and then allocating the fragments using genetic algorithm to the clusters and then allocate to their sites. By using this approach of grouping the sites and then using genetic algorithms, the performance of distributed databases had improved with minimum communication cost, data redundancy, and data transfer rate. (Shahidul Islam Khan and Dr. A. S. M. et al, 2010) In distributed database systems there are three processes by which data is distributed among various sites, these are: fragmentation, allocation, and replication. The reliability and performance of a database system can be improved by effective data processing. Fragmentation process requires empirical knowledge of type of queries submitted to the centralized system and their frequencies. For the initial stage of a database design this fragmentation process is not suitable. In this paper the author had proposed a horizontal fragmentation technique is capable of taking proper fragmentation decision at the initial stage by using the knowledge gathered during requirement analysis phase without the help of empirical data about query execution. It allocates the fragments properly among the sites of DDBMS. Fragments are allocated simultaneously in this technique. As fragmentation is done synchronously with allocation there are no added complexities for allocating fragments to different sites. Hence, by avoiding frequent remote access and high data transfer among the sites, DDBMS can be improved significantly. (Lisbeth Rodríguez and Xiaoou Li, 2011) To improve the response time of query in distributed database two processes are required, these are: Vertical and Horizontal partitioning of distributed database. In current database management system horizontal partitioning has received strong attention than vertical partitioning. Efficient vertical partitioning solution requires monitoring of user queries. In this paper authors had developed a system called DYVEP (DYnamic VErtical Partitioning) that dynamically partitions the distributed database into vertical Parnika Bhat,IJRIT

532

IJRIT International Journal of Research in Information Technology, Volume 2, Issue 6, June 2014, Pg: 531-538

fragments. Without any intervention from DBA it fragments and re-fragments a database. To demonstrate acceptable query response time, a Benchmark database TPC-H is used to carry out experiments. Vertical Partitioning algorithm is used by DYVEP to determine whether the vertical partitioning scheme (VPS) is better that the one in place. Results of experiments shows this system adaptively perform vertical partitioning within efficient query response time. In the future, the results can be extended to Multimedia database systems, to clearly observe the effect of proposed system.

(B.M. Monjurul Alom, Frans Henskens and Michael Hannaford, 2009) In query processing in distributed systems the main problem is determining the sequence and the sites for performing the set of operations if the query is subdivided into sub queries that require operations at geographically distributed databases, such that the operating cost for processing the query is minimized. For this authors had proposed a technique to process the query with minimum intersite data transfer. The proposed technique is used to determine which relations are to be partitioned into fragments, and where the fragments are to be sent for processing. The technique generally fragments the relations that exist in the predicates (the WHERE condition) of the query. It chooses more than one relation to remain fragmented which exploits parallelism, while replicating the other relations (excluding the fragmented relations) to the sites of the fragmented relations. Thus the communication costs and local processing costs can be reduced due to the reduced size of the fragmented relations and the response time of queries can be improved. IV. METHODOLOGY

Step 1 Initialize various characteristics of DDBMS like communication speed, I/O speed, CPU speed, fragment number, operation number, number of sites, fragment size, population size, and originating site. a) Communication speed (comm_spd), I/O speed (io_spd), cpu speed (cpu_spd) are given as Communication Coefficients, I/O Coefficients and CPU Coefficients, matrix to simulator. b) Operation number (oprn_no) is assumed 12 and base relation is assumed 4. c) Fragment no (fragment_no) is 16 based on fragment size that has been taken dynamically by taking four different tables of a same dataset. As it is not feasible to take values while simulating the genetic based optimization so values has been taken first by simulating distributed query and based upon the results the output fragment size has been taken for simulation purpose and then passed to this simulation. Table 1 has shown these values. An employee table has been used to simulate to get the desired requirements by dividing employee table into four parts. Different queries have been initiated in Oracle to get the results. Table 1 Fragment Size Query

Fragment Size

1

500 600 600 100 50 70 60 30 33 23 43 13 8 10 6

2

500 300 500 80 40 60 70 35 40 25 35 18 10 85

3

500 600 300 70 50 60 80 25 30 25 35 15 9 7 Parnika Bhat,IJRIT

533

IJRIT International Journal of Research in Information Technology, Volume 2, Issue 6, June 2014, Pg: 531-538

5 4

500 700 400 75 60 70 90 30 26 25 45 25 11 9 6

5

500 880 600 55 40 90 60 47 36 30 55 25 18 64

d) The selectivity factor of an operation is the proportion of tuples of an operand relation that participate in the result of that operation. The join selectivity factor denoted  of relations A and B is a real value between 0 and 1:  ,  = ⨝)/ ∗ ) [Ozsu, 2011] For example, if there are two relations say Emp₁ and Emp₂. Emp₁ has 100 values and Emp₂ has 200 values and Emp₁⨝Emp₂ = 50, then join selectivity factor will be 50/ (100*200) = 0.0025 0.0025 join selectivity factor indicates very small joined relation. Selection The cardinality of selection is %& ) ='  ∗  Projection The cardinality of projection is equal to the number of tuples only when, (∏* + =  d is an attribute, and the projection of a relation A is dependent on d. Cartesian product The cardinality of Cartesian product of A and B is  ×  =  ∗  Semijoin The selectivity factor in case of semijoin is given as -  ⋉*  = ∏* B ̸̸dom3A5 e) Originating site (originating_site) is from where the query is originated; here site 1 has been considered as originating site. During final operation when the final result is sent to query origin site the Communication cost is assumed to be 0. Also if the query is executed at local site even then communication cost and local processing cost is 0, as fragments are not transferred from node to other. Step 2 Define genetic requirements like population size, best chromosome, and best cost. a) Population size (popln_size) determines number of chromosomes to be generated in a population (in one generation). Population size is usually kept fixed. b) If small value of population size (popln_size) is taken say between 10 and 40 then the probability of reaching a quality solution is high. But if large value of population size (popln_size) is taken then computation time taken by the DQO to reach a good solution increases. Parnika Bhat,IJRIT

534

IJRIT International Journal of Research in Information Technology, Volume 2, Issue 6, June 2014, Pg: 531-538

c) Best chromosome is the string having minimum of these three costs and best cost is the minimum cost. Step 3 Repeat step 4 while population <=maximum population size Step 4 Generate population based upon random variable theory. a) Population size is taken 100 and the stopping condition is Maximum Number of Generations and is set to 100. Generations are created till the maximum number of generations. b) Crossover and Mutation Rates are taken 0.6 and 0.1 c) Evaluate the communication cost using formula d) Evaluate CPU cost using formula. e) Update cost f) Update best chromosome if the cost of current population
V. RESULTS AND ANALYSIS a) Results

Figure 1 INPUT OUTPUT Cost analysis of each chromosome

Figure 2 CPU Cost analysis of each chromosome

Parnika Bhat,IJRIT

535

IJRIT International Journal of Research in Information Technology, Volume 2, Issue 6, June 2014, Pg: 531-538

Figure 3 Best selected chromosome

Figure 6.4 Cost analysis of each chromosome Table 2

Test

Popul

tu

Case

ation

bestOA

Total

total

final

-

_io_

_cpu

optimise

_size

rn

cost

_cost

d cost

1

35

4

22322232111

3587

3422

7069

2

65

57

12221222111

3486

3466

7012

3

70

58

2 2 1 2 2 21 2 2 2 2

3663

3303

7021

4

100

22

12221222111

3486

3466

7012

b) Performance Evaluation TABLE 2 shows the result of genetic based distributed database management system scheduling algorithm, out of almost every possible combination of chromosome the best combination is found within 60 turns. The best cost (final optimized cost) is found at turn 57 and 22 that is 7012. Total I/O cost is 3486, total cpu cost is 3466 and local_total that is sum of I/O and cpu cost is 6952. So, the best communication cost is found at combination 1 2 2 2 1 2 2 2 1 1 1.

Parnika Bhat,IJRIT

536

IJRIT International Journal of Research in Information Technology, Volume 2, Issue 6, June 2014, Pg: 531-538

VI. CONCLUSIONS AND FUTURE SCOPE

Communication cost is one of the major concerns in distributed system. Previously research has been conducted in area of optimal allocation of data to appropriate sites to reduce communication cost and improve performance in distributed systems. This paper contributes by dynamically estimating the intermediate fragment size optimally, in a distributed network, based on the access patterns for fragments. DQO stimulator was used for optimal allocation of data fragments in a distributed environment, where this optimality depends on knowing communication cost in transferring data fragments from one site to the other. Fragment size has been taken dynamically by taking four different tables of a same dataset. These four tables can be called as redundant fragments of the actual database. I have used Oracle to simulate the distributed query and based upon the results of the query the output fragment size has been taken for simulation purpose. The main objective was to find a combination (string of chromosomes) of distributed site which leads us to minimum cost combination of sites over available combination (chromosomes). In this stochastic stimulator Genetic Algorithm method was used, as GA helps to reach optimal solutions much faster. In the future, the results of the proposed method can be extended to multimedia database system. As the multimedia database is dynamic systems, so the advantages of estimating the intermediate fragments dynamically would be understood much clearly. VII. REFERENCES

[1] Sangkyl Rho, Salvatore T. March, “A Nested Genetic Algorithm for Distributed Database Design”, IEEE, 1994 [2] Salvatore T. March and Sangkyu Rho, “Allocating Data and Operations to Nodes in Distributed Database Design”, 1995 [3] M. Tamer Ozsu, Patrick Valduriez, “Principles of Distributed Database Systems”, Third Edition, Springer, 2011 [4] Soheila Rahmani, Vahid Torkzaban, Abolfazl T.Haghighat, “A New Method of Genetic Algorithm for Data Allocation in Distributed Database Systems”, IEEE,2009 [5] Shahidul Islam Khan and Dr. A. S. M. Latiful Hoque, “A New Technique for Database Fragmentation in Distributed Systems”, 2010, [6] B.M. Monjurul Alom, Frans Henskens and Michael Hannaford, “Query Processing and Optimization in Distributed Database Systems”, IJCSNS, 2009 [7] Rho Sangkyu, T. March Salvatore, “A Comparison of Distributed Database Design Models”, Seoul Journal of Business Vol. 8 No. 1, 2002 [8] Areerat Trongratsmeethong,Jarensri L.Mitrapanont, “Exhaustive Greedy Algorithm for Optimizing Intermediate Result Sizes of Join Queries”, IEEE, 2009 [9] Lisbeth Rodríguez and Xiaoou Li, “A Dynamic Vertical Partitioning Approach for Distributed Database System”, IEEE, 2011 [10] G.R.Bamnote and Himanshu Joshi, “Distributed Database: A Survey” International Journal Of Computer Science And Applications, 2013 [11] Ali A. Amer and Hassan I. Abdalla, “A Heuristic Approach to Re-Allocate Data Fragments in DDBSs”, International Conference on Information Technology and e-Services, IEEE, 2012 Parnika Bhat,IJRIT

537

IJRIT International Journal of Research in Information Technology, Volume 2, Issue 6, June 2014, Pg: 531-538

[12] Azzam Sleit, “A Dynamic Object Fragmentation and Replication Algorithm In Distributed Database Systems”, American Journal of Applied Sciences, 2007 [13] Syam Menon, (2005) “Allocating Fragments in Distributed Databases” Transactions on parallel and distributed systems, IEEE, 2005 [14] Sangkyl Rho, Salvatore T. March, (1994) “A Nested Genetic Algorithm for Distributed Database Design”, IEEE

Parnika Bhat,IJRIT

538

Dynamic Estimation of Intermediate Fragment Size in a Distributed ...

database query optimization process. In this process sub-queries are allocated to different nodes in a computer network. Query is divided into sub queries and then sub query allocation is performed optimally. Cost depends on the size of intermediate fragments, reallocation of fragments and communication speed in ...

497KB Sizes 1 Downloads 281 Views

Recommend Documents

Dynamic Estimation of Intermediate Fragment Size in a Distributed ...
Student, Department of Computer Science & Engineering, Guru Nanak Dev University Amritsar, Punjab, India. Dr. Rajinder Singh Virk. Department of Computer ...

Optimal Dynamic Actuator Location in Distributed ... - CiteSeerX
Center for Self-Organizing and Intelligent Systems (CSOIS). Dept. of Electrical and ..... We call the tessellation defined by (3) a Centroidal Voronoi. Tessellation if ...

DISTRIBUTED PARAMETER ESTIMATION WITH SELECTIVE ...
shared with neighboring nodes, and a local consensus estimate is ob- tained by .... The complexity of the update depends on the update rule, f[·], employed at ...

Distributed Coordination of Dynamic Rigid Bodies - CiteSeerX
in the body frame {Bi} of agent i, and ̂ωi is its corresponding ..... 3-D space. 1The aircraft model is taken from the Mathworks FileExchange website.

Ordinary Least Squares Estimation of a Dynamic Game ...
Feb 14, 2015 - 4 Numerical Illustration ... additive market fixed effect to the per-period payoff in the game described above. ..... metrica 50 (1982), 1029 -1054.

Efficient estimation of general dynamic models with a ...
Sep 1, 2006 - that in many cases of practical interest the CF is available in analytic form, while the ..... has a unique stable solution for each f 2 L2рpЮ.

Wireless Power Transfer for Distributed Estimation in ...
wireless sensors are equipped with radio-frequency based en- ergy harvesting .... physical-layer security problems for multiuser MISO [24], and multiple-antenna ..... energy beams are required for the optimal solution of problem. (SDR1). ...... Journ

Maxima estimation in spatial fields by distributed local ...
technique to smooth sensor data, but not suited for com- ... Permission is granted for indexing in the ACM Digital Library ... addition to simulation on a workstation, the Java code was ... data analysis of spatially distributed quantities under.

Distributed representation and estimation of WFST ... - Semantic Scholar
Even using very efficient specialized n-gram rep- resentations (Sorensen ... the order of 400GB of storage, making it difficult to access and ...... anced shards. Additionally, the Flume system that .... Computer Speech and Lan- guage, 8:1–38.

Optimal Dynamic Actuator Location in Distributed ...
Center for Self-Organizing and Intelligent Systems (CSOIS). Dept. of Electrical and Computer Engineering. 4160 Old Main Hill, Utah State University, Logan, UT ...

Robust Landmark Estimation for SLAM in Dynamic ...
1-1-1 Higashimita, Tama-ku, Kawasaki, Kanagawa, Japan. Email: [email protected] ... IN recent years, NASA's Mars Exploration Rovers (MERs) carried out various ..... for 2003 Mars Exploration Rover Mission. ” Journal of Photogram-.

Marginal Likelihoods for Distributed Estimation of ...
We begin by providing background on graphical models and their statistical inference. .... Illustration of defined sets and local relaxation. In (a) we indicate.

Distributed Estimation and Control of Algebraic ... - IEEE Xplore
Nov 1, 2014 - almost surely (a.s.) to the desired value of connectivity even in the presence ... by each node of a wireless network, in order to maximize the net-.

Distributed representation and estimation of WFST-based n-gram ...
Aug 12, 2016 - string n-grams) and a state for every n-gram prefix. Even using ... representing) a history h – or even just call the state h – though there is no ...... ios with a very large number of shards – e.g., SQ with 4M ... way to speedu

Optimal Estimation of Multi-Country Gaussian Dynamic ...
international term structure models with a large number of countries, exchange rates and bond pricing factors. Specifically ... While some recent approaches to the estimation of one-country GDTSMs have substantially lessened some of ..... j,t+1 × St

A Distributed Subgradient Method for Dynamic Convex ...
non-hierarchical agent networks where each agent has access to a local or ... of computation and data transmission over noisy wireless networks for fast and.

Dynamic workflow model fragmentation for distributed execution
... technology for the coordination of various business processes, such as loan ... Workflow model is the basis for workflow execution. In ...... One way to deal with ...

THE IMPACT OF FIRM SIZE ON DYNAMIC ...
Jul 2, 2016 - Theme: Dynamic Contracting Model + Capital Accumulation Model ..... To accommodate the indirect effect, we apply the It¯o's lemma to dqt dqt.

Distributed Coordination of Dynamic Rigid Bodies
construct a set of distributed control laws for a group of rigid ..... 3-D space. 1The aircraft model is taken from the Mathworks FileExchange website.

Optimal Estimation of Multi-Country Gaussian Dynamic ...
optimal ALS estimation should, in principle, involve both choosing an optimal weighting matrix and simultaneously imposing the self-consistency constraints when estimating the model. However, the self-consistency restrictions combined with the assump

DYNACARE-OP: Dynamic Cardiac Arrest Risk Estimation ...
temporal patterns within the data (Batal et al., 2012;. Wang et al., 2012) ...... and data mining, pp. 280–288. ... Doucet, Arnaud and Johansen, Adam M. A Tutorial.

DYNACARE-OP: Dynamic Cardiac Arrest Risk Estimation ...
ters, such as y, µ, are vectors. ...... sion and linear kernel support vector machine trained only on the ..... Doucet, Arnaud and Johansen, Adam M. A Tutorial.