SlideShare una empresa de Scribd logo
1 de 3
Descargar para leer sin conexión
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
__________________________________________________________________________________________
Volume: 03 Special Issue: 07 | May-2014, Available @ http://www.ijret.org 257
AN EFFECTIVE ADAPTIVE APPROACH FOR JOINING DATA IN DATA
WAREHOUSE
Sudha.S1
, Manikandan.S2
1
Research Scholar, Adhiparasakthi Engineering College, Chennai, Tamilnadu, India
2
Professor, Computer Applications, RMD Engineering College, Chennai, Tamilnadu, India
Abstract
Formulation of efficient assessment is important for the businesses, because its retrieve lot of details from the data warehouse. In
Data warehouses have materialize as original business information pattern where data store and maintain in concurrent. The
adaptations are requiring in the implementation of Extract Transform Load (ETL) operations. The several methods are included to
joining stream and produce the innovative relation .The previous work was used the adaptive join in data warehouse using ETL
procedure. This approach was common conspire, which create many possible solution. But the drawback of the previous approach is
its not consider exact reproduction. To rise above the question, we are going to present genetic algorithm for joining stream of data .
Several queries and streams are combined in data warehouse the selection of exact grouping of multiple associations are complete via
genetic algorithm. The crossover as well as mutation prefer the paramount consortium of several associations of link for by retrieving
the data and produces the output in data warehouse. The performance of the proposed genetic algorithm used to deliver efficient
highest join data and increase the scalability.
Keywords: join, stream, relation, Genetic algorithm.
-----------------------------------------------------------------------***-----------------------------------------------------------------------
1. INTRODUCTION
Different way we have to store the data in different database.
Genetic Algorithms are powerful search techniques used to
solve many difficult problems. Despite the great successes
achieved in real-world applications, GAs have some
drawbacks. In the genetic algorithm lot of fitness calculations
are necessaryed before an acceptable solution can be found.
Fitness evaluation is not easy in many real-world applications.
There are several situations, in which the fitness evaluation
becomes computationally difficult, so, GAs can be very
demanding in terms of computation and GAs are frequently
used to solve search and optimization problems since they
were first introduced by Holland [1]. They have gained this
prominence by their robustness and simplicity they offer.
Individuals with higher aptitude have more 26 probability to
survive, to reproduce, and to transmit their genetic
characteristics to future generations. GAs can perform
efficient search operations in problem spaces where it is not
easy to understand the environment. Each potential solution in
the search space is considered as an individual (phenotype).
Individuals are represented by using strings that are called
chromosomes. Genes are the atomic parts of chromosomes
and they codify a specific characteristic of a chromosome.
There are several approaches to encode individuals for a
variety of applications. GAs generate a an initial population at
the first phase of the algorithm and then, selection (for mating
and carrying its genes to the next generation, giving higher
probability to "fitter" individuals representing better solutions)
crossover (method for combining genes of two mating
parents), and mutation operations are applied randomly on the
current generation, creating the next generation of solutions
[3]. Individual having the best fitness in the population is the
proposed solution of the problem. For each pair of mating
individuals, the parents' chromosomes are split in two (or
more) parts and genes selected from both parents are
combined to generate a new chromosome which joins the
population. Mutations are also possible where an individual's
randomly selected gene is mutated. Mutations prevent
stagnation and enable a wider exploration of search space that
could not be reached with crossover operators as it is limited
with the available genes in the current population [2]. In order
to keep the population size constant a method is defined for
selecting the individuals that will be copied to the next
generation, and another iteration begins. Termination can be
based on either by production of a fixed number of
generations or the algorithm can terminate when the amount of
improvement in the overall generation quality (e.g. average
fitness values for individuals in a generation) falls below a
predetermined threshold. Also, GA can be terminated at any
given time reporting the best currently available individual as
the discovered solution, thus making GA very suitable for
real-time problems where only a fixed amount of time is
available for optimization.
After an introduction ETL and Genetic Algorithm in Section1,
related literature review of the joining algorithms are given in
Section 2. Section 3 defines the main process models and the
mutation and offspring structure . Evaluation of performance
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
__________________________________________________________________________________________
Volume: 03 Special Issue: 07 | May-2014, Available @ http://www.ijret.org 258
and the related results are presented in Section 4. Concluding
clarification and the future works are given in Section 5.
2. RELATED WORKS
Hash-Merge Join (HMJ) (Mokbel et al. 2004), also one from
the series of symmetric joins, is based on push technology and
consists of two phases, hashing and merging. All three
approaches above do not consider the metadata about the
stream. Therefore, they are unable to identify the data which is
no-longer required and by plummeting it the overhead can be
reduced. In addition, the join approaches above focus on
throughput optimization while ignoring the other optimization
goals such as the characteristics of stream data which are
correspondingly important.
The MESHJOIN (Mesh Join) algorithm (Polyzotis et al. 2007)
(Polyzotis et al. 2008) has been presented with the objective to
amortize the slow disk access with as many stream tuples as
possible. To perform the join, the algorithm keeps a number of
hunks of stream in memory at the same time. In each iteration
the algorithm loads a disk partition into memory and attains
the join with all these stream chunks. The algorithm performs
tuning for efficient memory transfer among the join
components, but It is identified in the past some issues around
the access to the disk based relation. Also MESHJOIN cannot
deal with intermittency of the stream competently.
R-MESHJOIN (reduced Mesh Join) (Naeem et al. 2010) is an
enhanced form of MESHJOIN in which one issue related to
suboptimal distribution of memory among the join
components is resolved. However, R-MESHJOIN implements
the same strategy as the MESHJOIN algorithm for retrieving
the disk-based relation.
A partition-based approach (Chakraborty et al. 2009) has been
introduced to deal with intermittency in the stream. It uses a
two-level hash table to attempt to join stream tuples as soon as
they arrive, and uses a partition-based waiting area for the
other stream tuples. The authors do not provide a cost model
for their approach. In addition, the algorithm needs a clustered
index or an equivalent sorting on the join attribute and it does
not prevent starvation of stream tuples.
One recent algorithm, HYBRIDJOIN (Hybrid Join) (Naeem et
al. 2011) address the issue of retrieving the disk-based
relation. An active strategy to access the disk-based relation is
introduced in HYBRIDJOIN.
Another advantage of HYBRIDJOIN is that it can deal with
burst streams, which is a curb of both MESHJOIN and R-
MESHJOIN. However, if it is consider long-tail distributions,
it is find that the algorithm can be improved further.
3. SYSTEM MODEL
The proposed work used Genetic Algorithm is designed here
to perform the multi-join operation efficiently in active data
warehouse. Normally, in active data warehouse, the
information should keep up-to-date with recent values in the
database. So, to add the recent values with active data
warehouse, the genetic algorithm is used here by performing
the highest joining operation in the source streams. The
architecture diagram of the proposed work to perform the
highest joining operation using GA is shown in Fig 1
Fig. 1 System Architecture Diagram of highest joining
operation using Genetic Algorithm
In this system model we can insert the current data to active
data warehouse, the GA use to verify the exact data and add it
in to the warehouse. so this model explain task to execute the
highly join using GA. The main component of the figure .1.
are crossover estimation and mutation, while the source stream
S and relation Rare the input. We first select the relation R
based on the source stream and perform the highly join
operation using Genetic Algorithm process.
Initial relations are loaded in the relation table, the quality of
relations are evaluated based on the fitness .so the initial
relation store in the relation table.
4. PERFORMANCE EVALUATION
The performance of GA based highly join operation in data
warehouse are considered the following ,Data retrieval ,
Efficiency of join operation , Scalability
Table 1
No of Source Max Process Rate
95 1000
100 2800
189 4000
300 4450
670 5600
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
__________________________________________________________________________________________
Volume: 03 Special Issue: 07 | May-2014, Available @ http://www.ijret.org 259
Table 1 given details about the number of source arrival in the
method and maximum process rate. Based on this its
fashioned the following presentation.
5. CONCLUSIONS
In this paper, we propose a genetic algorithm based to improve
the performance of our existing join data. This work carry out
highly join operation with relation table in limited
remembrance by using genetic algorithm. An efficient way to
retrieve the data using this GA,GA effectively perform highly
join data by selection ,crossover and mutation.
REFERENCES
[1]. Holland, J.H. Adaptation in Natural and Artificial
Systems.University of Michigan Press, 1975, Ann Arbor, MI,
USA.
[2]. Sevinc, E., and Cosar, A. An Evolutionary Genetic
Algorithm for Optimization of Distributed Database Queries.
The Computer Journal, vol.54, issue: 5, 2011, 717-725.
[3]. Swami, A., and Gupta, A. Optimization of large join
queries.Proceedings of ACM SIGMOD Conf. on Management
of Data, Chicago, Ill, May,1988, 8–17.
[4]. S.Sudha and S.Manikandan,” ADAPTIVE APPROACH
FOR JOINING AND SUBMISSIVE VIEW OF DATA IN
DATA WAREHOUSE USING ETL”, Indian Journal of
Computer Science and Engineering (IJCSE), Vol. 4 No.3 Jun-
Jul 2013 Pp.250-252
[5]. Naeem, M. A., Dobbie, G. & Weber, G. (2011),
‘HYBRIDJOIN for Near-real-time Data Warehousing’,
International Journal of Data Warehousing and Mining
(IJDWM), IGI Global.
[6]. Naeem, M. A., Dobbie, G. & Weber, G. (2011), X-
HYBRIDJOIN for Near-real-time Data Warehousing, in
‘Proceedings of 28th British National Conference on
Databases (BNCOD ’11)’, Springer, Manchester, UK, pp. 33–
47.
BIOGRAPHIES
Sudha.S received the Master Degree in Computer
Applications from the Bharathidhasan University, Trichy,
India in the year 2000, and the M.Phil degree from the same
University in the year 2003.
She is teaching profession for the past 13 years. Previously she
worked as a Lecturer in the Department of M.S and B.Teh(IT).
She is currently an Assistant Professor; Adhiparasakthi
Engineering College affiliated to Anna University, Chennai,
India from 2003 to till. She is currently perusing here PhD
degree in Department Computer Science, Anna University,
Chennai, India. She has published 2 papers in refereed
journals and 5 papers national and international conference
proceedings.
Dr. S. Manikandan received B.Sc. degree in Mathematics
from Madurai Kamaraj University, Madurai in 1996 and
M.C.A. degree from Bharathidasan University, Tiruchirapalli,
in 1999. He received his M.Phil. degree in Computer Science
from Manonmaniam Sundaranar University, Tirunelveli, in
2003 and Ph.D degree from Anna University Chennai in the
year 2009.
He is teaching profession for the past 11 years. Previously he
worked as an Assistant Professor, PSNA Engineering college,
Dindigul. He is currently Director in the Department of
Computer Applications RMD engineering College, Chennai
.He has published six research articles in International and
National journals and presented twenty papers in refereed
national & International Conferences.
0
1000
2000
3000
4000
5000
6000
7000
0 500 1000
processrate
No of source
Max
Process
Rate
Linear (Max
Process
Rate)

Más contenido relacionado

La actualidad más candente

IRJET- Customer Relationship and Management System
IRJET-  	  Customer Relationship and Management SystemIRJET-  	  Customer Relationship and Management System
IRJET- Customer Relationship and Management SystemIRJET Journal
 
Assessment of Cluster Tree Analysis based on Data Linkages
Assessment of Cluster Tree Analysis based on Data LinkagesAssessment of Cluster Tree Analysis based on Data Linkages
Assessment of Cluster Tree Analysis based on Data Linkagesjournal ijrtem
 
Enhancing the labelling technique of
Enhancing the labelling technique ofEnhancing the labelling technique of
Enhancing the labelling technique ofIJDKP
 
Re-Mining Association Mining Results Through Visualization, Data Envelopment ...
Re-Mining Association Mining Results Through Visualization, Data Envelopment ...Re-Mining Association Mining Results Through Visualization, Data Envelopment ...
Re-Mining Association Mining Results Through Visualization, Data Envelopment ...ertekg
 
QUERY INVERSION TO FIND DATA PROVENANCE
QUERY INVERSION TO FIND DATA PROVENANCE QUERY INVERSION TO FIND DATA PROVENANCE
QUERY INVERSION TO FIND DATA PROVENANCE cscpconf
 
IRJET-Efficient Data Linkage Technique using one Class Clustering Tree for Da...
IRJET-Efficient Data Linkage Technique using one Class Clustering Tree for Da...IRJET-Efficient Data Linkage Technique using one Class Clustering Tree for Da...
IRJET-Efficient Data Linkage Technique using one Class Clustering Tree for Da...IRJET Journal
 
Ijmer 46062932
Ijmer 46062932Ijmer 46062932
Ijmer 46062932IJMER
 
ENHANCING KEYWORD SEARCH OVER RELATIONAL DATABASES USING ONTOLOGIES
ENHANCING KEYWORD SEARCH OVER RELATIONAL DATABASES USING ONTOLOGIESENHANCING KEYWORD SEARCH OVER RELATIONAL DATABASES USING ONTOLOGIES
ENHANCING KEYWORD SEARCH OVER RELATIONAL DATABASES USING ONTOLOGIEScsandit
 
Automatic Unsupervised Data Classification Using Jaya Evolutionary Algorithm
Automatic Unsupervised Data Classification Using Jaya Evolutionary AlgorithmAutomatic Unsupervised Data Classification Using Jaya Evolutionary Algorithm
Automatic Unsupervised Data Classification Using Jaya Evolutionary Algorithmaciijournal
 
CLUSTERING DICHOTOMOUS DATA FOR HEALTH CARE
CLUSTERING DICHOTOMOUS DATA FOR HEALTH CARECLUSTERING DICHOTOMOUS DATA FOR HEALTH CARE
CLUSTERING DICHOTOMOUS DATA FOR HEALTH CAREijistjournal
 
Parallel Evolutionary Algorithms for Feature Selection in High Dimensional Da...
Parallel Evolutionary Algorithms for Feature Selection in High Dimensional Da...Parallel Evolutionary Algorithms for Feature Selection in High Dimensional Da...
Parallel Evolutionary Algorithms for Feature Selection in High Dimensional Da...IJCSIS Research Publications
 
Applying the big bang-big crunch metaheuristic to large-sized operational pro...
Applying the big bang-big crunch metaheuristic to large-sized operational pro...Applying the big bang-big crunch metaheuristic to large-sized operational pro...
Applying the big bang-big crunch metaheuristic to large-sized operational pro...IJECEIAES
 
158822 article text-413072-1-10-20170718
158822 article text-413072-1-10-20170718158822 article text-413072-1-10-20170718
158822 article text-413072-1-10-20170718GetnetAschale1
 

La actualidad más candente (16)

IRJET- Customer Relationship and Management System
IRJET-  	  Customer Relationship and Management SystemIRJET-  	  Customer Relationship and Management System
IRJET- Customer Relationship and Management System
 
Assessment of Cluster Tree Analysis based on Data Linkages
Assessment of Cluster Tree Analysis based on Data LinkagesAssessment of Cluster Tree Analysis based on Data Linkages
Assessment of Cluster Tree Analysis based on Data Linkages
 
Ijmet 10 01_141
Ijmet 10 01_141Ijmet 10 01_141
Ijmet 10 01_141
 
Enhancing the labelling technique of
Enhancing the labelling technique ofEnhancing the labelling technique of
Enhancing the labelling technique of
 
Re-Mining Association Mining Results Through Visualization, Data Envelopment ...
Re-Mining Association Mining Results Through Visualization, Data Envelopment ...Re-Mining Association Mining Results Through Visualization, Data Envelopment ...
Re-Mining Association Mining Results Through Visualization, Data Envelopment ...
 
QUERY INVERSION TO FIND DATA PROVENANCE
QUERY INVERSION TO FIND DATA PROVENANCE QUERY INVERSION TO FIND DATA PROVENANCE
QUERY INVERSION TO FIND DATA PROVENANCE
 
IRJET-Efficient Data Linkage Technique using one Class Clustering Tree for Da...
IRJET-Efficient Data Linkage Technique using one Class Clustering Tree for Da...IRJET-Efficient Data Linkage Technique using one Class Clustering Tree for Da...
IRJET-Efficient Data Linkage Technique using one Class Clustering Tree for Da...
 
Ijmer 46062932
Ijmer 46062932Ijmer 46062932
Ijmer 46062932
 
ENHANCING KEYWORD SEARCH OVER RELATIONAL DATABASES USING ONTOLOGIES
ENHANCING KEYWORD SEARCH OVER RELATIONAL DATABASES USING ONTOLOGIESENHANCING KEYWORD SEARCH OVER RELATIONAL DATABASES USING ONTOLOGIES
ENHANCING KEYWORD SEARCH OVER RELATIONAL DATABASES USING ONTOLOGIES
 
50120130406007
5012013040600750120130406007
50120130406007
 
Automatic Unsupervised Data Classification Using Jaya Evolutionary Algorithm
Automatic Unsupervised Data Classification Using Jaya Evolutionary AlgorithmAutomatic Unsupervised Data Classification Using Jaya Evolutionary Algorithm
Automatic Unsupervised Data Classification Using Jaya Evolutionary Algorithm
 
CLUSTERING DICHOTOMOUS DATA FOR HEALTH CARE
CLUSTERING DICHOTOMOUS DATA FOR HEALTH CARECLUSTERING DICHOTOMOUS DATA FOR HEALTH CARE
CLUSTERING DICHOTOMOUS DATA FOR HEALTH CARE
 
B0930610
B0930610B0930610
B0930610
 
Parallel Evolutionary Algorithms for Feature Selection in High Dimensional Da...
Parallel Evolutionary Algorithms for Feature Selection in High Dimensional Da...Parallel Evolutionary Algorithms for Feature Selection in High Dimensional Da...
Parallel Evolutionary Algorithms for Feature Selection in High Dimensional Da...
 
Applying the big bang-big crunch metaheuristic to large-sized operational pro...
Applying the big bang-big crunch metaheuristic to large-sized operational pro...Applying the big bang-big crunch metaheuristic to large-sized operational pro...
Applying the big bang-big crunch metaheuristic to large-sized operational pro...
 
158822 article text-413072-1-10-20170718
158822 article text-413072-1-10-20170718158822 article text-413072-1-10-20170718
158822 article text-413072-1-10-20170718
 

Destacado

Performance studies of microbial fuel cell
Performance studies of microbial fuel cellPerformance studies of microbial fuel cell
Performance studies of microbial fuel celleSAT Publishing House
 
Improvement in the usability of gis based services by
Improvement in the usability of gis based services byImprovement in the usability of gis based services by
Improvement in the usability of gis based services byeSAT Publishing House
 
Design and implementation of secured scan based attacks on ic’s by using on c...
Design and implementation of secured scan based attacks on ic’s by using on c...Design and implementation of secured scan based attacks on ic’s by using on c...
Design and implementation of secured scan based attacks on ic’s by using on c...eSAT Publishing House
 
Effect of count and stitch length on spirality of single jersey knit fabric
Effect of count and stitch length on spirality of single jersey knit fabricEffect of count and stitch length on spirality of single jersey knit fabric
Effect of count and stitch length on spirality of single jersey knit fabriceSAT Publishing House
 
To the numerical modeling of self similar solutions of
To the numerical modeling of self similar solutions ofTo the numerical modeling of self similar solutions of
To the numerical modeling of self similar solutions ofeSAT Publishing House
 
Investigation on multi cylinder s.i engine using blends of hydrogen and cng
Investigation on multi cylinder s.i engine using blends of hydrogen and cngInvestigation on multi cylinder s.i engine using blends of hydrogen and cng
Investigation on multi cylinder s.i engine using blends of hydrogen and cngeSAT Publishing House
 
Bivariatealgebraic integerencoded arai algorithm for
Bivariatealgebraic integerencoded arai algorithm forBivariatealgebraic integerencoded arai algorithm for
Bivariatealgebraic integerencoded arai algorithm foreSAT Publishing House
 
Nesting of five modulus method with improved lsb subtitution to hide an image...
Nesting of five modulus method with improved lsb subtitution to hide an image...Nesting of five modulus method with improved lsb subtitution to hide an image...
Nesting of five modulus method with improved lsb subtitution to hide an image...eSAT Publishing House
 
Literature survey for 3 d reconstruction of brain mri
Literature survey for 3 d reconstruction of brain mriLiterature survey for 3 d reconstruction of brain mri
Literature survey for 3 d reconstruction of brain mrieSAT Publishing House
 
Implementation of dynamic source routing (dsr) in
Implementation of dynamic source routing (dsr) inImplementation of dynamic source routing (dsr) in
Implementation of dynamic source routing (dsr) ineSAT Publishing House
 
Intrusion detection in heterogeneous network by multipath routing based toler...
Intrusion detection in heterogeneous network by multipath routing based toler...Intrusion detection in heterogeneous network by multipath routing based toler...
Intrusion detection in heterogeneous network by multipath routing based toler...eSAT Publishing House
 
A novel mrp so c processor for dispatch time curtailment
A novel mrp so c processor for dispatch time curtailmentA novel mrp so c processor for dispatch time curtailment
A novel mrp so c processor for dispatch time curtailmenteSAT Publishing House
 
Effects of aging time on mechanical properties of sand cast al 4.5 cu alloy
Effects of aging time on mechanical properties of sand cast al 4.5 cu alloyEffects of aging time on mechanical properties of sand cast al 4.5 cu alloy
Effects of aging time on mechanical properties of sand cast al 4.5 cu alloyeSAT Publishing House
 
Wound epithelization model by 3 d imaging
Wound epithelization model by 3 d imagingWound epithelization model by 3 d imaging
Wound epithelization model by 3 d imagingeSAT Publishing House
 
Ultimate strength analysis of box girder under hoggong bending moment, torque...
Ultimate strength analysis of box girder under hoggong bending moment, torque...Ultimate strength analysis of box girder under hoggong bending moment, torque...
Ultimate strength analysis of box girder under hoggong bending moment, torque...eSAT Publishing House
 
Study of shear walls in multistoried buildings with different thickness and r...
Study of shear walls in multistoried buildings with different thickness and r...Study of shear walls in multistoried buildings with different thickness and r...
Study of shear walls in multistoried buildings with different thickness and r...eSAT Publishing House
 
Mechatronics engineering education in republic of benin opportunities and cha...
Mechatronics engineering education in republic of benin opportunities and cha...Mechatronics engineering education in republic of benin opportunities and cha...
Mechatronics engineering education in republic of benin opportunities and cha...eSAT Publishing House
 
Power quality enhancement by improving voltage stability using dstatcom
Power quality enhancement by improving voltage stability using dstatcomPower quality enhancement by improving voltage stability using dstatcom
Power quality enhancement by improving voltage stability using dstatcomeSAT Publishing House
 
Simulation and performance analysis of blast
Simulation and performance analysis of blastSimulation and performance analysis of blast
Simulation and performance analysis of blasteSAT Publishing House
 
20160219 - F. Grati - Toma - Maternal Malignancies
20160219 - F. Grati - Toma - Maternal Malignancies20160219 - F. Grati - Toma - Maternal Malignancies
20160219 - F. Grati - Toma - Maternal MalignanciesRoberto Scarafia
 

Destacado (20)

Performance studies of microbial fuel cell
Performance studies of microbial fuel cellPerformance studies of microbial fuel cell
Performance studies of microbial fuel cell
 
Improvement in the usability of gis based services by
Improvement in the usability of gis based services byImprovement in the usability of gis based services by
Improvement in the usability of gis based services by
 
Design and implementation of secured scan based attacks on ic’s by using on c...
Design and implementation of secured scan based attacks on ic’s by using on c...Design and implementation of secured scan based attacks on ic’s by using on c...
Design and implementation of secured scan based attacks on ic’s by using on c...
 
Effect of count and stitch length on spirality of single jersey knit fabric
Effect of count and stitch length on spirality of single jersey knit fabricEffect of count and stitch length on spirality of single jersey knit fabric
Effect of count and stitch length on spirality of single jersey knit fabric
 
To the numerical modeling of self similar solutions of
To the numerical modeling of self similar solutions ofTo the numerical modeling of self similar solutions of
To the numerical modeling of self similar solutions of
 
Investigation on multi cylinder s.i engine using blends of hydrogen and cng
Investigation on multi cylinder s.i engine using blends of hydrogen and cngInvestigation on multi cylinder s.i engine using blends of hydrogen and cng
Investigation on multi cylinder s.i engine using blends of hydrogen and cng
 
Bivariatealgebraic integerencoded arai algorithm for
Bivariatealgebraic integerencoded arai algorithm forBivariatealgebraic integerencoded arai algorithm for
Bivariatealgebraic integerencoded arai algorithm for
 
Nesting of five modulus method with improved lsb subtitution to hide an image...
Nesting of five modulus method with improved lsb subtitution to hide an image...Nesting of five modulus method with improved lsb subtitution to hide an image...
Nesting of five modulus method with improved lsb subtitution to hide an image...
 
Literature survey for 3 d reconstruction of brain mri
Literature survey for 3 d reconstruction of brain mriLiterature survey for 3 d reconstruction of brain mri
Literature survey for 3 d reconstruction of brain mri
 
Implementation of dynamic source routing (dsr) in
Implementation of dynamic source routing (dsr) inImplementation of dynamic source routing (dsr) in
Implementation of dynamic source routing (dsr) in
 
Intrusion detection in heterogeneous network by multipath routing based toler...
Intrusion detection in heterogeneous network by multipath routing based toler...Intrusion detection in heterogeneous network by multipath routing based toler...
Intrusion detection in heterogeneous network by multipath routing based toler...
 
A novel mrp so c processor for dispatch time curtailment
A novel mrp so c processor for dispatch time curtailmentA novel mrp so c processor for dispatch time curtailment
A novel mrp so c processor for dispatch time curtailment
 
Effects of aging time on mechanical properties of sand cast al 4.5 cu alloy
Effects of aging time on mechanical properties of sand cast al 4.5 cu alloyEffects of aging time on mechanical properties of sand cast al 4.5 cu alloy
Effects of aging time on mechanical properties of sand cast al 4.5 cu alloy
 
Wound epithelization model by 3 d imaging
Wound epithelization model by 3 d imagingWound epithelization model by 3 d imaging
Wound epithelization model by 3 d imaging
 
Ultimate strength analysis of box girder under hoggong bending moment, torque...
Ultimate strength analysis of box girder under hoggong bending moment, torque...Ultimate strength analysis of box girder under hoggong bending moment, torque...
Ultimate strength analysis of box girder under hoggong bending moment, torque...
 
Study of shear walls in multistoried buildings with different thickness and r...
Study of shear walls in multistoried buildings with different thickness and r...Study of shear walls in multistoried buildings with different thickness and r...
Study of shear walls in multistoried buildings with different thickness and r...
 
Mechatronics engineering education in republic of benin opportunities and cha...
Mechatronics engineering education in republic of benin opportunities and cha...Mechatronics engineering education in republic of benin opportunities and cha...
Mechatronics engineering education in republic of benin opportunities and cha...
 
Power quality enhancement by improving voltage stability using dstatcom
Power quality enhancement by improving voltage stability using dstatcomPower quality enhancement by improving voltage stability using dstatcom
Power quality enhancement by improving voltage stability using dstatcom
 
Simulation and performance analysis of blast
Simulation and performance analysis of blastSimulation and performance analysis of blast
Simulation and performance analysis of blast
 
20160219 - F. Grati - Toma - Maternal Malignancies
20160219 - F. Grati - Toma - Maternal Malignancies20160219 - F. Grati - Toma - Maternal Malignancies
20160219 - F. Grati - Toma - Maternal Malignancies
 

Similar a An effective adaptive approach for joining data in data

Use of genetic algorithm for
Use of genetic algorithm forUse of genetic algorithm for
Use of genetic algorithm forijitjournal
 
Performance Analysis and Parallelization of CosineSimilarity of Documents
Performance Analysis and Parallelization of CosineSimilarity of DocumentsPerformance Analysis and Parallelization of CosineSimilarity of Documents
Performance Analysis and Parallelization of CosineSimilarity of DocumentsIRJET Journal
 
A time efficient and accurate retrieval of range aggregate queries using fuzz...
A time efficient and accurate retrieval of range aggregate queries using fuzz...A time efficient and accurate retrieval of range aggregate queries using fuzz...
A time efficient and accurate retrieval of range aggregate queries using fuzz...IJECEIAES
 
E132833
E132833E132833
E132833irjes
 
An enhanced adaptive scoring job scheduling algorithm with replication strate...
An enhanced adaptive scoring job scheduling algorithm with replication strate...An enhanced adaptive scoring job scheduling algorithm with replication strate...
An enhanced adaptive scoring job scheduling algorithm with replication strate...eSAT Publishing House
 
High dimensionality reduction on graphical data
High dimensionality reduction on graphical dataHigh dimensionality reduction on graphical data
High dimensionality reduction on graphical dataeSAT Journals
 
Bra a bidirectional routing abstraction for asymmetric mobile ad hoc networks...
Bra a bidirectional routing abstraction for asymmetric mobile ad hoc networks...Bra a bidirectional routing abstraction for asymmetric mobile ad hoc networks...
Bra a bidirectional routing abstraction for asymmetric mobile ad hoc networks...Mumbai Academisc
 
IRJET- E-MORES: Efficient Multiple Output Regression for Streaming Data
IRJET- E-MORES: Efficient Multiple Output Regression for Streaming DataIRJET- E-MORES: Efficient Multiple Output Regression for Streaming Data
IRJET- E-MORES: Efficient Multiple Output Regression for Streaming DataIRJET Journal
 
Novel Ensemble Tree for Fast Prediction on Data Streams
Novel Ensemble Tree for Fast Prediction on Data StreamsNovel Ensemble Tree for Fast Prediction on Data Streams
Novel Ensemble Tree for Fast Prediction on Data StreamsIJERA Editor
 
The International Journal of Engineering and Science (The IJES)
The International Journal of Engineering and Science (The IJES)The International Journal of Engineering and Science (The IJES)
The International Journal of Engineering and Science (The IJES)theijes
 
A study and survey on various progressive duplicate detection mechanisms
A study and survey on various progressive duplicate detection mechanismsA study and survey on various progressive duplicate detection mechanisms
A study and survey on various progressive duplicate detection mechanismseSAT Journals
 
Fuzzy expert system based optimal capacitor allocation in distribution system-2
Fuzzy expert system based optimal capacitor allocation in distribution system-2Fuzzy expert system based optimal capacitor allocation in distribution system-2
Fuzzy expert system based optimal capacitor allocation in distribution system-2IAEME Publication
 
IRJET- Diverse Approaches for Document Clustering in Product Development Anal...
IRJET- Diverse Approaches for Document Clustering in Product Development Anal...IRJET- Diverse Approaches for Document Clustering in Product Development Anal...
IRJET- Diverse Approaches for Document Clustering in Product Development Anal...IRJET Journal
 
Study on Structural Optimization of truss members using Meta- heuristic Algor...
Study on Structural Optimization of truss members using Meta- heuristic Algor...Study on Structural Optimization of truss members using Meta- heuristic Algor...
Study on Structural Optimization of truss members using Meta- heuristic Algor...IRJET Journal
 
Timetable Generator Using Genetic Algorithm
Timetable Generator Using Genetic AlgorithmTimetable Generator Using Genetic Algorithm
Timetable Generator Using Genetic AlgorithmIRJET Journal
 
EMPIRICAL APPLICATION OF SIMULATED ANNEALING USING OBJECT-ORIENTED METRICS TO...
EMPIRICAL APPLICATION OF SIMULATED ANNEALING USING OBJECT-ORIENTED METRICS TO...EMPIRICAL APPLICATION OF SIMULATED ANNEALING USING OBJECT-ORIENTED METRICS TO...
EMPIRICAL APPLICATION OF SIMULATED ANNEALING USING OBJECT-ORIENTED METRICS TO...ijcsa
 
Impact of System Constraints on the Performance of Constraint Solvers in Opti...
Impact of System Constraints on the Performance of Constraint Solvers in Opti...Impact of System Constraints on the Performance of Constraint Solvers in Opti...
Impact of System Constraints on the Performance of Constraint Solvers in Opti...IRJET Journal
 

Similar a An effective adaptive approach for joining data in data (20)

Use of genetic algorithm for
Use of genetic algorithm forUse of genetic algorithm for
Use of genetic algorithm for
 
Performance Analysis and Parallelization of CosineSimilarity of Documents
Performance Analysis and Parallelization of CosineSimilarity of DocumentsPerformance Analysis and Parallelization of CosineSimilarity of Documents
Performance Analysis and Parallelization of CosineSimilarity of Documents
 
T180203125133
T180203125133T180203125133
T180203125133
 
A time efficient and accurate retrieval of range aggregate queries using fuzz...
A time efficient and accurate retrieval of range aggregate queries using fuzz...A time efficient and accurate retrieval of range aggregate queries using fuzz...
A time efficient and accurate retrieval of range aggregate queries using fuzz...
 
E132833
E132833E132833
E132833
 
An enhanced adaptive scoring job scheduling algorithm with replication strate...
An enhanced adaptive scoring job scheduling algorithm with replication strate...An enhanced adaptive scoring job scheduling algorithm with replication strate...
An enhanced adaptive scoring job scheduling algorithm with replication strate...
 
High dimensionality reduction on graphical data
High dimensionality reduction on graphical dataHigh dimensionality reduction on graphical data
High dimensionality reduction on graphical data
 
M033059064
M033059064M033059064
M033059064
 
Bra a bidirectional routing abstraction for asymmetric mobile ad hoc networks...
Bra a bidirectional routing abstraction for asymmetric mobile ad hoc networks...Bra a bidirectional routing abstraction for asymmetric mobile ad hoc networks...
Bra a bidirectional routing abstraction for asymmetric mobile ad hoc networks...
 
IRJET- E-MORES: Efficient Multiple Output Regression for Streaming Data
IRJET- E-MORES: Efficient Multiple Output Regression for Streaming DataIRJET- E-MORES: Efficient Multiple Output Regression for Streaming Data
IRJET- E-MORES: Efficient Multiple Output Regression for Streaming Data
 
Novel Ensemble Tree for Fast Prediction on Data Streams
Novel Ensemble Tree for Fast Prediction on Data StreamsNovel Ensemble Tree for Fast Prediction on Data Streams
Novel Ensemble Tree for Fast Prediction on Data Streams
 
The International Journal of Engineering and Science (The IJES)
The International Journal of Engineering and Science (The IJES)The International Journal of Engineering and Science (The IJES)
The International Journal of Engineering and Science (The IJES)
 
A study and survey on various progressive duplicate detection mechanisms
A study and survey on various progressive duplicate detection mechanismsA study and survey on various progressive duplicate detection mechanisms
A study and survey on various progressive duplicate detection mechanisms
 
Fuzzy expert system based optimal capacitor allocation in distribution system-2
Fuzzy expert system based optimal capacitor allocation in distribution system-2Fuzzy expert system based optimal capacitor allocation in distribution system-2
Fuzzy expert system based optimal capacitor allocation in distribution system-2
 
IRJET- Diverse Approaches for Document Clustering in Product Development Anal...
IRJET- Diverse Approaches for Document Clustering in Product Development Anal...IRJET- Diverse Approaches for Document Clustering in Product Development Anal...
IRJET- Diverse Approaches for Document Clustering in Product Development Anal...
 
Study on Structural Optimization of truss members using Meta- heuristic Algor...
Study on Structural Optimization of truss members using Meta- heuristic Algor...Study on Structural Optimization of truss members using Meta- heuristic Algor...
Study on Structural Optimization of truss members using Meta- heuristic Algor...
 
Timetable Generator Using Genetic Algorithm
Timetable Generator Using Genetic AlgorithmTimetable Generator Using Genetic Algorithm
Timetable Generator Using Genetic Algorithm
 
Ax34298305
Ax34298305Ax34298305
Ax34298305
 
EMPIRICAL APPLICATION OF SIMULATED ANNEALING USING OBJECT-ORIENTED METRICS TO...
EMPIRICAL APPLICATION OF SIMULATED ANNEALING USING OBJECT-ORIENTED METRICS TO...EMPIRICAL APPLICATION OF SIMULATED ANNEALING USING OBJECT-ORIENTED METRICS TO...
EMPIRICAL APPLICATION OF SIMULATED ANNEALING USING OBJECT-ORIENTED METRICS TO...
 
Impact of System Constraints on the Performance of Constraint Solvers in Opti...
Impact of System Constraints on the Performance of Constraint Solvers in Opti...Impact of System Constraints on the Performance of Constraint Solvers in Opti...
Impact of System Constraints on the Performance of Constraint Solvers in Opti...
 

Más de eSAT Publishing House

Likely impacts of hudhud on the environment of visakhapatnam
Likely impacts of hudhud on the environment of visakhapatnamLikely impacts of hudhud on the environment of visakhapatnam
Likely impacts of hudhud on the environment of visakhapatnameSAT Publishing House
 
Impact of flood disaster in a drought prone area – case study of alampur vill...
Impact of flood disaster in a drought prone area – case study of alampur vill...Impact of flood disaster in a drought prone area – case study of alampur vill...
Impact of flood disaster in a drought prone area – case study of alampur vill...eSAT Publishing House
 
Hudhud cyclone – a severe disaster in visakhapatnam
Hudhud cyclone – a severe disaster in visakhapatnamHudhud cyclone – a severe disaster in visakhapatnam
Hudhud cyclone – a severe disaster in visakhapatnameSAT Publishing House
 
Groundwater investigation using geophysical methods a case study of pydibhim...
Groundwater investigation using geophysical methods  a case study of pydibhim...Groundwater investigation using geophysical methods  a case study of pydibhim...
Groundwater investigation using geophysical methods a case study of pydibhim...eSAT Publishing House
 
Flood related disasters concerned to urban flooding in bangalore, india
Flood related disasters concerned to urban flooding in bangalore, indiaFlood related disasters concerned to urban flooding in bangalore, india
Flood related disasters concerned to urban flooding in bangalore, indiaeSAT Publishing House
 
Enhancing post disaster recovery by optimal infrastructure capacity building
Enhancing post disaster recovery by optimal infrastructure capacity buildingEnhancing post disaster recovery by optimal infrastructure capacity building
Enhancing post disaster recovery by optimal infrastructure capacity buildingeSAT Publishing House
 
Effect of lintel and lintel band on the global performance of reinforced conc...
Effect of lintel and lintel band on the global performance of reinforced conc...Effect of lintel and lintel band on the global performance of reinforced conc...
Effect of lintel and lintel band on the global performance of reinforced conc...eSAT Publishing House
 
Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...
Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...
Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...eSAT Publishing House
 
Wind damage to buildings, infrastrucuture and landscape elements along the be...
Wind damage to buildings, infrastrucuture and landscape elements along the be...Wind damage to buildings, infrastrucuture and landscape elements along the be...
Wind damage to buildings, infrastrucuture and landscape elements along the be...eSAT Publishing House
 
Shear strength of rc deep beam panels – a review
Shear strength of rc deep beam panels – a reviewShear strength of rc deep beam panels – a review
Shear strength of rc deep beam panels – a revieweSAT Publishing House
 
Role of voluntary teams of professional engineers in dissater management – ex...
Role of voluntary teams of professional engineers in dissater management – ex...Role of voluntary teams of professional engineers in dissater management – ex...
Role of voluntary teams of professional engineers in dissater management – ex...eSAT Publishing House
 
Risk analysis and environmental hazard management
Risk analysis and environmental hazard managementRisk analysis and environmental hazard management
Risk analysis and environmental hazard managementeSAT Publishing House
 
Review study on performance of seismically tested repaired shear walls
Review study on performance of seismically tested repaired shear wallsReview study on performance of seismically tested repaired shear walls
Review study on performance of seismically tested repaired shear wallseSAT Publishing House
 
Monitoring and assessment of air quality with reference to dust particles (pm...
Monitoring and assessment of air quality with reference to dust particles (pm...Monitoring and assessment of air quality with reference to dust particles (pm...
Monitoring and assessment of air quality with reference to dust particles (pm...eSAT Publishing House
 
Low cost wireless sensor networks and smartphone applications for disaster ma...
Low cost wireless sensor networks and smartphone applications for disaster ma...Low cost wireless sensor networks and smartphone applications for disaster ma...
Low cost wireless sensor networks and smartphone applications for disaster ma...eSAT Publishing House
 
Coastal zones – seismic vulnerability an analysis from east coast of india
Coastal zones – seismic vulnerability an analysis from east coast of indiaCoastal zones – seismic vulnerability an analysis from east coast of india
Coastal zones – seismic vulnerability an analysis from east coast of indiaeSAT Publishing House
 
Can fracture mechanics predict damage due disaster of structures
Can fracture mechanics predict damage due disaster of structuresCan fracture mechanics predict damage due disaster of structures
Can fracture mechanics predict damage due disaster of structureseSAT Publishing House
 
Assessment of seismic susceptibility of rc buildings
Assessment of seismic susceptibility of rc buildingsAssessment of seismic susceptibility of rc buildings
Assessment of seismic susceptibility of rc buildingseSAT Publishing House
 
A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...
A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...
A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...eSAT Publishing House
 
Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...
Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...
Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...eSAT Publishing House
 

Más de eSAT Publishing House (20)

Likely impacts of hudhud on the environment of visakhapatnam
Likely impacts of hudhud on the environment of visakhapatnamLikely impacts of hudhud on the environment of visakhapatnam
Likely impacts of hudhud on the environment of visakhapatnam
 
Impact of flood disaster in a drought prone area – case study of alampur vill...
Impact of flood disaster in a drought prone area – case study of alampur vill...Impact of flood disaster in a drought prone area – case study of alampur vill...
Impact of flood disaster in a drought prone area – case study of alampur vill...
 
Hudhud cyclone – a severe disaster in visakhapatnam
Hudhud cyclone – a severe disaster in visakhapatnamHudhud cyclone – a severe disaster in visakhapatnam
Hudhud cyclone – a severe disaster in visakhapatnam
 
Groundwater investigation using geophysical methods a case study of pydibhim...
Groundwater investigation using geophysical methods  a case study of pydibhim...Groundwater investigation using geophysical methods  a case study of pydibhim...
Groundwater investigation using geophysical methods a case study of pydibhim...
 
Flood related disasters concerned to urban flooding in bangalore, india
Flood related disasters concerned to urban flooding in bangalore, indiaFlood related disasters concerned to urban flooding in bangalore, india
Flood related disasters concerned to urban flooding in bangalore, india
 
Enhancing post disaster recovery by optimal infrastructure capacity building
Enhancing post disaster recovery by optimal infrastructure capacity buildingEnhancing post disaster recovery by optimal infrastructure capacity building
Enhancing post disaster recovery by optimal infrastructure capacity building
 
Effect of lintel and lintel band on the global performance of reinforced conc...
Effect of lintel and lintel band on the global performance of reinforced conc...Effect of lintel and lintel band on the global performance of reinforced conc...
Effect of lintel and lintel band on the global performance of reinforced conc...
 
Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...
Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...
Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...
 
Wind damage to buildings, infrastrucuture and landscape elements along the be...
Wind damage to buildings, infrastrucuture and landscape elements along the be...Wind damage to buildings, infrastrucuture and landscape elements along the be...
Wind damage to buildings, infrastrucuture and landscape elements along the be...
 
Shear strength of rc deep beam panels – a review
Shear strength of rc deep beam panels – a reviewShear strength of rc deep beam panels – a review
Shear strength of rc deep beam panels – a review
 
Role of voluntary teams of professional engineers in dissater management – ex...
Role of voluntary teams of professional engineers in dissater management – ex...Role of voluntary teams of professional engineers in dissater management – ex...
Role of voluntary teams of professional engineers in dissater management – ex...
 
Risk analysis and environmental hazard management
Risk analysis and environmental hazard managementRisk analysis and environmental hazard management
Risk analysis and environmental hazard management
 
Review study on performance of seismically tested repaired shear walls
Review study on performance of seismically tested repaired shear wallsReview study on performance of seismically tested repaired shear walls
Review study on performance of seismically tested repaired shear walls
 
Monitoring and assessment of air quality with reference to dust particles (pm...
Monitoring and assessment of air quality with reference to dust particles (pm...Monitoring and assessment of air quality with reference to dust particles (pm...
Monitoring and assessment of air quality with reference to dust particles (pm...
 
Low cost wireless sensor networks and smartphone applications for disaster ma...
Low cost wireless sensor networks and smartphone applications for disaster ma...Low cost wireless sensor networks and smartphone applications for disaster ma...
Low cost wireless sensor networks and smartphone applications for disaster ma...
 
Coastal zones – seismic vulnerability an analysis from east coast of india
Coastal zones – seismic vulnerability an analysis from east coast of indiaCoastal zones – seismic vulnerability an analysis from east coast of india
Coastal zones – seismic vulnerability an analysis from east coast of india
 
Can fracture mechanics predict damage due disaster of structures
Can fracture mechanics predict damage due disaster of structuresCan fracture mechanics predict damage due disaster of structures
Can fracture mechanics predict damage due disaster of structures
 
Assessment of seismic susceptibility of rc buildings
Assessment of seismic susceptibility of rc buildingsAssessment of seismic susceptibility of rc buildings
Assessment of seismic susceptibility of rc buildings
 
A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...
A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...
A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...
 
Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...
Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...
Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...
 

Último

Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort serviceGurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort servicejennyeacort
 
Instrumentation, measurement and control of bio process parameters ( Temperat...
Instrumentation, measurement and control of bio process parameters ( Temperat...Instrumentation, measurement and control of bio process parameters ( Temperat...
Instrumentation, measurement and control of bio process parameters ( Temperat...121011101441
 
Solving The Right Triangles PowerPoint 2.ppt
Solving The Right Triangles PowerPoint 2.pptSolving The Right Triangles PowerPoint 2.ppt
Solving The Right Triangles PowerPoint 2.pptJasonTagapanGulla
 
Work Experience-Dalton Park.pptxfvvvvvvv
Work Experience-Dalton Park.pptxfvvvvvvvWork Experience-Dalton Park.pptxfvvvvvvv
Work Experience-Dalton Park.pptxfvvvvvvvLewisJB
 
An experimental study in using natural admixture as an alternative for chemic...
An experimental study in using natural admixture as an alternative for chemic...An experimental study in using natural admixture as an alternative for chemic...
An experimental study in using natural admixture as an alternative for chemic...Chandu841456
 
Past, Present and Future of Generative AI
Past, Present and Future of Generative AIPast, Present and Future of Generative AI
Past, Present and Future of Generative AIabhishek36461
 
Unit7-DC_Motors nkkjnsdkfnfcdfknfdgfggfg
Unit7-DC_Motors nkkjnsdkfnfcdfknfdgfggfgUnit7-DC_Motors nkkjnsdkfnfcdfknfdgfggfg
Unit7-DC_Motors nkkjnsdkfnfcdfknfdgfggfgsaravananr517913
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile servicerehmti665
 
Why does (not) Kafka need fsync: Eliminating tail latency spikes caused by fsync
Why does (not) Kafka need fsync: Eliminating tail latency spikes caused by fsyncWhy does (not) Kafka need fsync: Eliminating tail latency spikes caused by fsync
Why does (not) Kafka need fsync: Eliminating tail latency spikes caused by fsyncssuser2ae721
 
Piping Basic stress analysis by engineering
Piping Basic stress analysis by engineeringPiping Basic stress analysis by engineering
Piping Basic stress analysis by engineeringJuanCarlosMorales19600
 
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)dollysharma2066
 
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfCCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfAsst.prof M.Gokilavani
 
Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.eptoze12
 
Introduction to Machine Learning Unit-3 for II MECH
Introduction to Machine Learning Unit-3 for II MECHIntroduction to Machine Learning Unit-3 for II MECH
Introduction to Machine Learning Unit-3 for II MECHC Sai Kiran
 

Último (20)

POWER SYSTEMS-1 Complete notes examples
POWER SYSTEMS-1 Complete notes  examplesPOWER SYSTEMS-1 Complete notes  examples
POWER SYSTEMS-1 Complete notes examples
 
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort serviceGurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
 
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
 
Instrumentation, measurement and control of bio process parameters ( Temperat...
Instrumentation, measurement and control of bio process parameters ( Temperat...Instrumentation, measurement and control of bio process parameters ( Temperat...
Instrumentation, measurement and control of bio process parameters ( Temperat...
 
Solving The Right Triangles PowerPoint 2.ppt
Solving The Right Triangles PowerPoint 2.pptSolving The Right Triangles PowerPoint 2.ppt
Solving The Right Triangles PowerPoint 2.ppt
 
young call girls in Green Park🔝 9953056974 🔝 escort Service
young call girls in Green Park🔝 9953056974 🔝 escort Serviceyoung call girls in Green Park🔝 9953056974 🔝 escort Service
young call girls in Green Park🔝 9953056974 🔝 escort Service
 
young call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Service
young call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Serviceyoung call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Service
young call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Service
 
Work Experience-Dalton Park.pptxfvvvvvvv
Work Experience-Dalton Park.pptxfvvvvvvvWork Experience-Dalton Park.pptxfvvvvvvv
Work Experience-Dalton Park.pptxfvvvvvvv
 
An experimental study in using natural admixture as an alternative for chemic...
An experimental study in using natural admixture as an alternative for chemic...An experimental study in using natural admixture as an alternative for chemic...
An experimental study in using natural admixture as an alternative for chemic...
 
Past, Present and Future of Generative AI
Past, Present and Future of Generative AIPast, Present and Future of Generative AI
Past, Present and Future of Generative AI
 
Unit7-DC_Motors nkkjnsdkfnfcdfknfdgfggfg
Unit7-DC_Motors nkkjnsdkfnfcdfknfdgfggfgUnit7-DC_Motors nkkjnsdkfnfcdfknfdgfggfg
Unit7-DC_Motors nkkjnsdkfnfcdfknfdgfggfg
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile service
 
Why does (not) Kafka need fsync: Eliminating tail latency spikes caused by fsync
Why does (not) Kafka need fsync: Eliminating tail latency spikes caused by fsyncWhy does (not) Kafka need fsync: Eliminating tail latency spikes caused by fsync
Why does (not) Kafka need fsync: Eliminating tail latency spikes caused by fsync
 
Piping Basic stress analysis by engineering
Piping Basic stress analysis by engineeringPiping Basic stress analysis by engineering
Piping Basic stress analysis by engineering
 
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)
 
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfCCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
 
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptxExploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
 
Design and analysis of solar grass cutter.pdf
Design and analysis of solar grass cutter.pdfDesign and analysis of solar grass cutter.pdf
Design and analysis of solar grass cutter.pdf
 
Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.
 
Introduction to Machine Learning Unit-3 for II MECH
Introduction to Machine Learning Unit-3 for II MECHIntroduction to Machine Learning Unit-3 for II MECH
Introduction to Machine Learning Unit-3 for II MECH
 

An effective adaptive approach for joining data in data

  • 1. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 __________________________________________________________________________________________ Volume: 03 Special Issue: 07 | May-2014, Available @ http://www.ijret.org 257 AN EFFECTIVE ADAPTIVE APPROACH FOR JOINING DATA IN DATA WAREHOUSE Sudha.S1 , Manikandan.S2 1 Research Scholar, Adhiparasakthi Engineering College, Chennai, Tamilnadu, India 2 Professor, Computer Applications, RMD Engineering College, Chennai, Tamilnadu, India Abstract Formulation of efficient assessment is important for the businesses, because its retrieve lot of details from the data warehouse. In Data warehouses have materialize as original business information pattern where data store and maintain in concurrent. The adaptations are requiring in the implementation of Extract Transform Load (ETL) operations. The several methods are included to joining stream and produce the innovative relation .The previous work was used the adaptive join in data warehouse using ETL procedure. This approach was common conspire, which create many possible solution. But the drawback of the previous approach is its not consider exact reproduction. To rise above the question, we are going to present genetic algorithm for joining stream of data . Several queries and streams are combined in data warehouse the selection of exact grouping of multiple associations are complete via genetic algorithm. The crossover as well as mutation prefer the paramount consortium of several associations of link for by retrieving the data and produces the output in data warehouse. The performance of the proposed genetic algorithm used to deliver efficient highest join data and increase the scalability. Keywords: join, stream, relation, Genetic algorithm. -----------------------------------------------------------------------***----------------------------------------------------------------------- 1. INTRODUCTION Different way we have to store the data in different database. Genetic Algorithms are powerful search techniques used to solve many difficult problems. Despite the great successes achieved in real-world applications, GAs have some drawbacks. In the genetic algorithm lot of fitness calculations are necessaryed before an acceptable solution can be found. Fitness evaluation is not easy in many real-world applications. There are several situations, in which the fitness evaluation becomes computationally difficult, so, GAs can be very demanding in terms of computation and GAs are frequently used to solve search and optimization problems since they were first introduced by Holland [1]. They have gained this prominence by their robustness and simplicity they offer. Individuals with higher aptitude have more 26 probability to survive, to reproduce, and to transmit their genetic characteristics to future generations. GAs can perform efficient search operations in problem spaces where it is not easy to understand the environment. Each potential solution in the search space is considered as an individual (phenotype). Individuals are represented by using strings that are called chromosomes. Genes are the atomic parts of chromosomes and they codify a specific characteristic of a chromosome. There are several approaches to encode individuals for a variety of applications. GAs generate a an initial population at the first phase of the algorithm and then, selection (for mating and carrying its genes to the next generation, giving higher probability to "fitter" individuals representing better solutions) crossover (method for combining genes of two mating parents), and mutation operations are applied randomly on the current generation, creating the next generation of solutions [3]. Individual having the best fitness in the population is the proposed solution of the problem. For each pair of mating individuals, the parents' chromosomes are split in two (or more) parts and genes selected from both parents are combined to generate a new chromosome which joins the population. Mutations are also possible where an individual's randomly selected gene is mutated. Mutations prevent stagnation and enable a wider exploration of search space that could not be reached with crossover operators as it is limited with the available genes in the current population [2]. In order to keep the population size constant a method is defined for selecting the individuals that will be copied to the next generation, and another iteration begins. Termination can be based on either by production of a fixed number of generations or the algorithm can terminate when the amount of improvement in the overall generation quality (e.g. average fitness values for individuals in a generation) falls below a predetermined threshold. Also, GA can be terminated at any given time reporting the best currently available individual as the discovered solution, thus making GA very suitable for real-time problems where only a fixed amount of time is available for optimization. After an introduction ETL and Genetic Algorithm in Section1, related literature review of the joining algorithms are given in Section 2. Section 3 defines the main process models and the mutation and offspring structure . Evaluation of performance
  • 2. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 __________________________________________________________________________________________ Volume: 03 Special Issue: 07 | May-2014, Available @ http://www.ijret.org 258 and the related results are presented in Section 4. Concluding clarification and the future works are given in Section 5. 2. RELATED WORKS Hash-Merge Join (HMJ) (Mokbel et al. 2004), also one from the series of symmetric joins, is based on push technology and consists of two phases, hashing and merging. All three approaches above do not consider the metadata about the stream. Therefore, they are unable to identify the data which is no-longer required and by plummeting it the overhead can be reduced. In addition, the join approaches above focus on throughput optimization while ignoring the other optimization goals such as the characteristics of stream data which are correspondingly important. The MESHJOIN (Mesh Join) algorithm (Polyzotis et al. 2007) (Polyzotis et al. 2008) has been presented with the objective to amortize the slow disk access with as many stream tuples as possible. To perform the join, the algorithm keeps a number of hunks of stream in memory at the same time. In each iteration the algorithm loads a disk partition into memory and attains the join with all these stream chunks. The algorithm performs tuning for efficient memory transfer among the join components, but It is identified in the past some issues around the access to the disk based relation. Also MESHJOIN cannot deal with intermittency of the stream competently. R-MESHJOIN (reduced Mesh Join) (Naeem et al. 2010) is an enhanced form of MESHJOIN in which one issue related to suboptimal distribution of memory among the join components is resolved. However, R-MESHJOIN implements the same strategy as the MESHJOIN algorithm for retrieving the disk-based relation. A partition-based approach (Chakraborty et al. 2009) has been introduced to deal with intermittency in the stream. It uses a two-level hash table to attempt to join stream tuples as soon as they arrive, and uses a partition-based waiting area for the other stream tuples. The authors do not provide a cost model for their approach. In addition, the algorithm needs a clustered index or an equivalent sorting on the join attribute and it does not prevent starvation of stream tuples. One recent algorithm, HYBRIDJOIN (Hybrid Join) (Naeem et al. 2011) address the issue of retrieving the disk-based relation. An active strategy to access the disk-based relation is introduced in HYBRIDJOIN. Another advantage of HYBRIDJOIN is that it can deal with burst streams, which is a curb of both MESHJOIN and R- MESHJOIN. However, if it is consider long-tail distributions, it is find that the algorithm can be improved further. 3. SYSTEM MODEL The proposed work used Genetic Algorithm is designed here to perform the multi-join operation efficiently in active data warehouse. Normally, in active data warehouse, the information should keep up-to-date with recent values in the database. So, to add the recent values with active data warehouse, the genetic algorithm is used here by performing the highest joining operation in the source streams. The architecture diagram of the proposed work to perform the highest joining operation using GA is shown in Fig 1 Fig. 1 System Architecture Diagram of highest joining operation using Genetic Algorithm In this system model we can insert the current data to active data warehouse, the GA use to verify the exact data and add it in to the warehouse. so this model explain task to execute the highly join using GA. The main component of the figure .1. are crossover estimation and mutation, while the source stream S and relation Rare the input. We first select the relation R based on the source stream and perform the highly join operation using Genetic Algorithm process. Initial relations are loaded in the relation table, the quality of relations are evaluated based on the fitness .so the initial relation store in the relation table. 4. PERFORMANCE EVALUATION The performance of GA based highly join operation in data warehouse are considered the following ,Data retrieval , Efficiency of join operation , Scalability Table 1 No of Source Max Process Rate 95 1000 100 2800 189 4000 300 4450 670 5600
  • 3. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 __________________________________________________________________________________________ Volume: 03 Special Issue: 07 | May-2014, Available @ http://www.ijret.org 259 Table 1 given details about the number of source arrival in the method and maximum process rate. Based on this its fashioned the following presentation. 5. CONCLUSIONS In this paper, we propose a genetic algorithm based to improve the performance of our existing join data. This work carry out highly join operation with relation table in limited remembrance by using genetic algorithm. An efficient way to retrieve the data using this GA,GA effectively perform highly join data by selection ,crossover and mutation. REFERENCES [1]. Holland, J.H. Adaptation in Natural and Artificial Systems.University of Michigan Press, 1975, Ann Arbor, MI, USA. [2]. Sevinc, E., and Cosar, A. An Evolutionary Genetic Algorithm for Optimization of Distributed Database Queries. The Computer Journal, vol.54, issue: 5, 2011, 717-725. [3]. Swami, A., and Gupta, A. Optimization of large join queries.Proceedings of ACM SIGMOD Conf. on Management of Data, Chicago, Ill, May,1988, 8–17. [4]. S.Sudha and S.Manikandan,” ADAPTIVE APPROACH FOR JOINING AND SUBMISSIVE VIEW OF DATA IN DATA WAREHOUSE USING ETL”, Indian Journal of Computer Science and Engineering (IJCSE), Vol. 4 No.3 Jun- Jul 2013 Pp.250-252 [5]. Naeem, M. A., Dobbie, G. & Weber, G. (2011), ‘HYBRIDJOIN for Near-real-time Data Warehousing’, International Journal of Data Warehousing and Mining (IJDWM), IGI Global. [6]. Naeem, M. A., Dobbie, G. & Weber, G. (2011), X- HYBRIDJOIN for Near-real-time Data Warehousing, in ‘Proceedings of 28th British National Conference on Databases (BNCOD ’11)’, Springer, Manchester, UK, pp. 33– 47. BIOGRAPHIES Sudha.S received the Master Degree in Computer Applications from the Bharathidhasan University, Trichy, India in the year 2000, and the M.Phil degree from the same University in the year 2003. She is teaching profession for the past 13 years. Previously she worked as a Lecturer in the Department of M.S and B.Teh(IT). She is currently an Assistant Professor; Adhiparasakthi Engineering College affiliated to Anna University, Chennai, India from 2003 to till. She is currently perusing here PhD degree in Department Computer Science, Anna University, Chennai, India. She has published 2 papers in refereed journals and 5 papers national and international conference proceedings. Dr. S. Manikandan received B.Sc. degree in Mathematics from Madurai Kamaraj University, Madurai in 1996 and M.C.A. degree from Bharathidasan University, Tiruchirapalli, in 1999. He received his M.Phil. degree in Computer Science from Manonmaniam Sundaranar University, Tirunelveli, in 2003 and Ph.D degree from Anna University Chennai in the year 2009. He is teaching profession for the past 11 years. Previously he worked as an Assistant Professor, PSNA Engineering college, Dindigul. He is currently Director in the Department of Computer Applications RMD engineering College, Chennai .He has published six research articles in International and National journals and presented twenty papers in refereed national & International Conferences. 0 1000 2000 3000 4000 5000 6000 7000 0 500 1000 processrate No of source Max Process Rate Linear (Max Process Rate)