SlideShare a Scribd company logo
1 of 4
Download to read offline
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
_______________________________________________________________________________________
Volume: 02 Issue: 12 | Dec-2013, Available @ http://www.ijret.org 312
SURVEY ON SCALABLE CONTINUAL TOP-k KEYWORD SEARCH IN
RELATIONAL DATABASES
Syamily K R1
, G Naveen Sundar2
1
PG student, Computer Science and Engineering, Karunya University, Tamilnadu, India, syamilykraju@gmail.com
2
Assistant Professor, Computer Science and Engineering, Karunya University, Tamilnadu, India,
naveensundar@karunya.edu
Abstract
Keyword search in relational database is a technique that has higher relevance in the present world. Extracting data from a large
number of sets of database is very important .Because it reduces the usage of man power and time consumption. Data extraction
from a large database using the relevant keyword based on the information needed is a very interactive and user friendly. Without
knowing any database schemas or query languages like sql the user can get information. By using keyword in relational database
data extraction will be simpler. The user doesn’t want to know the query language for search. But the database content is always
changing for real time application for example database which store the data of publication data. When new publications arrive it
should be added to database so the database content changes according to time. Because the database is updated frequently the
result should change. In order to handle the database updation takes the top-k result from the currently updated data for each
search. Top-k keyword search means take greatest k results based on the relevance of document. Keyword search in relational
database means to find structural information from tuples from the database. Two types of keyword search are schema-based
method and graph based approach. Using top-k keyword search instead of executing all query results taking highest k queries. By
handling database updation try to find the new results and remove expired one.
Index Terms: Top-k, keyword search, relational database, information retrieval
--------------------------------------------------------------------***----------------------------------------------------------------------
1. INTRODUCTION
Keyword search in relational database is a efficient
information extraction method. This is a simple way of
retrieving data from a large set of data with which the user
need to give the keyword only without knowing any query
language or database schemas.
In real life the database is updated frequently and so the
result will be change for each updation. The method handles
the database updation to maintain top-k result. Since the
result change with time some scoring method is used to
calculate the relevance finding the result. Based on the score
the greatest k result will consider. But it will change for the
next updation so future relevance of the result is taken. As a
result of deletion already exciting result may expired and
removed from the top results. And for insertion may cause
addition of new results into the top-k results.
This paper deals with survey the different process and
different types for each process of the keyword search in
dynamic environment. Mainly contain three aspects
keyword search in relational databases, top-k keyword
search, and keyword search in relational data streams.
Keyword search in relational database means to find
structural information from tuples from the database. Two
types are schema-based method and graph-based approach.
Using top-k keyword search instead of executing all query
results taking highest k queries. By handling database
updation try to find the new results and remove expired one.
2. KEYWORD SEARCH IN RELATIONAL
DATA BASES.
Mainly two types are there schema-based and graph-based.
2.1 Schema-Based Keyword Search on Relational
Databases.
In this method candidate networks are generated using
database schema. Next CN are evaluated. For dynamic
database schema based keyword search is used.
DISCOVER is used to create qualified joining networks of
tuples. This mainly involve two steps
 Generate candidate networks of relations.
 Builds plans for efficient evaluation of the set of
candidate networks.
DISCOVER system include architecture and a CN
generation algorithm. Fig -1 shows the different steps
included in it.
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
_______________________________________________________________________________________
Volume: 02 Issue: 12 | Dec-2013, Available @ http://www.ijret.org 313
Candidate network generation the problem of generating
redundant joining networks of tuple sets can be avoided by
this system. Solutions are mainly analysis of the condition
Database schema
Fig -1: Steps for processing Candidate networks
(check joining networks of tuples to be non-minimal) and
candidate network generation algorithm. Here check the
tuples that are joining to the candidate network are total and
minimal. Minimal means condition doesn’t contain any
tuples with leaf as no keywords. Several theorems are
introduced first theorem said about when a candidate
network tuple set repeat in CN tuple.
Candidate network generation algorithm main feature of this
algorithm is that it produce increasing size candidate
network. That means the candidate network with smallest
size and better solution are produced first.
In Evaluation of candidate networks the plan generator
module receives input as candidate networks and evaluates
them. During evaluation maximum optimization by storing
subexpersion and reuse it. Space for the plan generator for
tuple set is huge because this can be reduced by deleting the
unused subexpersion and generates tuples for small relation.
We take the intermediate result depend on the quantity
which is inversely proportional to the size of the
intermediate result and directly proportional to the
frequency of occurrence. Greedy algorithm is used in
DISCOVER.
In IR-Style keyword search it incorporate the relevance
ranking of tuples trees into our query processing framework.
This method increases the document-ranking quality and
improves the quality of keyword query results over
RDBMS. The ranking is done by combing scores of each
attributes and tuples. IR-style also introduce some
algorithms which work as per the query contain any AND or
OR semantics. The hybrid algorithm decides the strategy for
a given query at run time.
Along with IR-style m-keyword search the area over an
open-ended relational data streams. In which the size of the
connected tree is under user control. The problem is with the
costly joins to be processed over time. In order achieve high
efficiency reduce the no of intermediate results. For that a
method used is new join processing approach. In this
approach use selection/semi join instead of using joins
directly.
2.2 Graph-Based Keyword Search
The enter database is represented as a graph with nodes as
tuples and directed edges as foreign key references between
the tuples.
The bidirectional expansion is an algorithm for generating
result for keyword search on graphs. Both backward and
forward search is used. Dijkstra’s is used as backward
search algorithm. The aim of this method is reduce the
fraction of graph expansion. It create iterates only for not
frequently occurring keywords and the forward path for
frequent keywords.
Efficient and Adaptive keyword Search method integrate the
database and IR techniques. The r-radius steiner graph
problem is to avoid the complicity of large radius steiner
graphs. R-radius steiner graphs are concise and non-Steiner
nodes are excluded. And then an indexes is introduced in
order improve the efficiency of extracting r-radius steiner
graphs. The ranking function TF.IDF – based ranking is
used. Using this function calculates the score value for each
r- radius graph and combines the individual scores. This
method takes textual relevancy based on term frequency.
Instead of trees which shows partial information about how
the tuples are connected a community which contain all
keyword within a given distance is used. So the memory
usage is small. First find the all community then find top-k
communities. The main advantage of this method is which
allow the user to interactively reset the value of k during run
time. And an index is used to project a small sub graph from
the large whole graph.
Candidate network
generation
Plan generator
Tuples(Input)
Evaluate candidate
network
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
_______________________________________________________________________________________
Volume: 02 Issue: 12 | Dec-2013, Available @ http://www.ijret.org 314
3. TOP-K KEYWORD SEARCH
This is an efficient keyword search method which contains
execution of the top-k queries by avoiding the production of
all the query results. IR-style keyword search and SPARK
are two methods. DISCOVER.
In IR-style keyword search it use Global Pipeline algorithm.
It is an extension of Single Pipelined algorithm. It is used
for efficiently answer a top-k keyword query over multiple
candidate networks. Input of the GP algorithm is candidate
networks and a set of non-free tuples. And the output is
stream of joining trees of ranked tuples based on the score of
the query. The idea of the algorithm is like process
execution, in place of process consider candidate network.
Concurrent execution of the CNs is done in round robin
fashion and priority that combination testing is costly.
Another technique is Skyline-Sweeping algorithm proposed
in SPARK. In advance to IR- style keyword search SPARK
reduces the number of tested combinations. Then Global
Pipeline algorithm include several unnecessary join
checking that will be reduced and so database accessing is
minimal. But this SPARK also produces testing of
combinations which cannot produce results. The Lattice
Pipeline and Maintain algorithm use the basic principles of
both previous methods that are calculate the relevance score
and processing tuples for pipelined fashion.
4. KEYWORD SEARCH IN RELATIONAL
DATASTREAMS
Like relational database relational data streams also use the
schema based frame work. Keyword search of relational
data streams use two techniques S-KWS and KDynamics
are two techniques. Operator mesh or L- Lattice is the
concept used in it.
Operator mesh is used to reduce the CPU cost during the
evaluation of joins in the CN evaluation step for database
updation. Operator tree and Operator mesh are two concepts
used in data streams. Operator trees are trees with source
operators as leaf nodes that perform selection and joins as
interior operators. During CN generation sources are added
from left to right. The operator mesh created by integrating
all operator tree so the CPU cost and memory overhead is
reduced. The memory overhead is usually occurs for storing
intermediate results.
Full mesh and Partial mesh are two query mesh is
preprocessed in a single step. But in the case of partial mesh
the preprocessing step is eliminated and the operator mesh is
automatically shrinks and grows during run time.
In scalable continual keyword search on large database
which use the L-lattice. In lattice the common sub trees are
collapsed for sharing the computational cost of the CNs.
A novel approach for scalable m- keyword query contains
two phases filter phase and join phase. In filter phase a
Table -1: Summary of the survey
Aspects Methodology Merits
Keyword search
in RDB
Schema-based, CN
evaluation [1]
Finding all
trees
Schema-based,
Ranking [2]
Improve the
quality
Schema-based, Use
selection and semi
joins[7]
Reduce
intermediate
results
Schema-based,
Ranking and scoring
method is used[9]
Calculate
initial top-k
results.
Graph-based,
Bidirectional
expansion[3]
Reduce graph
expansion.
Graph-based, r-
radius steiner
graph[4]
Concise
Top-k keyword
search
Global pipeline
algorithm[2]
work over
multiple CN
Skyline-Sweeping
algorithm[5]
Reduce db
accessing
LP and Maintain
algorithm[9]
Handle the
database
updation
Keyword search
in relational
data streams
Operator mesh[6] Reduce the
CPU-cost and
memory
overhead
KDynamics[7] Share the
computational
cost.
L-lattice Reduce
computational
cost
candidate network is processed for filter the tuples that
cannot be joined. And in the second phase include the
joining of the tuples that can be joined in to the network.
Next generate the L- lattice for the CNs.
Since the environment is dynamic it needs to respond to
continual query. The KDynamic and S-KWS finding all
query results while by taking top-k results the changing of
the results can be avoids. In order to increase the efficiency
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
_______________________________________________________________________________________
Volume: 02 Issue: 12 | Dec-2013, Available @ http://www.ijret.org 315
scoring mechanism and pipelined evaluation will be added
to the KDynamic method.
The table-1 shows the overall concept of this survey on the
topic keyword search in dynamic environment.
CONCLUSIONS
In this paper the survey is conducted for comparing the
performance of different techniques used for keyword
search in dynamic environment. Keyword search in
relational database can be performed in different ways.
Based on the method used for keyword search on Relational
database two types: schema-based and graph-based. In
schema based approach sql query is converted to candidate
network. DISCOVER and IR-style methods use the CN
concept and ranking respectively. The graph-based approach
use steiner graph and bidirectional expansion on it.
Backward and forward expansion reduces the fraction of
expansion and is concise. For scalable database schema
based approach is efficient. For improving simplicity of
keyword search take only top-k results instead of taking the
whole search result. IR- style keyword search and SPARK
use GP algorithm and Skyline-Sweeping algorithm
respectively. But for updating database first calculate the
initial top-k results and then maintain the top-k results for
current after updation. Lattice pipeline and Maintain
algorithm are the algorithms used. For further improvement
scoring method and pipelined evaluation is used. And for
keyword search in relational data streams S-KWS and
KDynamics are two techniques which is for CPU cost
reduction and decrease the database accessing. For
improving the efficiency ranking mechanism is used.
ACKNOWLEDGEMENT
I feel it a pleasure to be indebted to my guide, Mr. G
Naveen Sundar, M.E, Assistant Professor, Department of
Computer Science and Engineering for his invaluable
support, advice and encouragement and the references for
his feedback.
REFERENCES
[1]. V. Hristidis, Y. Papakonstantinou, DISCOVER:
Keyword Search in Relational Databases, VLDB, 2002.
670–681.
[2]. V. Hristidis, L. Gravano, Y. Papakonstantinou, Efficient
IR-style Keyword Search Over Relational Databases,
VLDB, 2003. 850–861.
[3]. V. Kacholia, S. Pandit, S. Chakrabarti, S. Sudarshan, R.
Desai, H. Karambelkar, Bidirectional Expansion for
Keyword Search on Graph Databases, VLDB, 2005. 505–
516.
[4]. G. Li, B.C. Ooi, J. Feng, J. Wang, L. Zhou, EASE: an
Effective 3-in-1 Keyword Search Method for Unstructured,
Semi-structured and Structured Data, ACM SIGMOD, 2008.
903–914.
[5]. Y. Luo, W. Wang, X. Lin, X. Zhou, J. Wang, K. Li,
SPARK2: top-k keyword query in relational databases,
IEEE Transactions on Knowledge and Data Engineering 23
(12) (2011) 1763–1780.
[6] A. Markowetz, Y. Yang, D. Papadias, Keyword Search
on Relational Data Streams, ACM SIGMOD, 2007. 605–
616.
[7]. L. Qin, J.X. Yu, L. Chang, Scalable keyword search on
large data streams, VLDB Journal 20 (1) (2011) 35–57.
[8] L. Qin, J.X. Yu, L. Chang, Y. Tao, Querying
Communities in Relational Databases, ICDE, 2009. 724–
735.
[9]. Yanwei Xu, Jihong Guan, Fengrong Li, Shuigeng Zhou
Scalable continual top-k keyword search in relational
databases, 2013 Elsevier, Data and Knowledge Engineering
86 (2013) 206-223.
BIOGRAPHIES
Syamily K R pursuing her M.Tech in
Computer Science and Engineering
from the Department of Computer
Science in Karunya University,
Tamilnadu, India. She received her
Bachelor’s degree from Cochin
University of Science and Technology
(CUSAT) in Computer Science and
Engineering.
G. Naveen Sundar, received the B.E
degree in Computer Science and
Engineering from C.S.I Institute of
Technology, Thovalai in 2002. He
received the M.Tech degree from
Karunya University; Coimbatore in
2006.He is currently working toward
the PhD degree. He is working as an
assistant Professor in Computer
Science department of Karunya
University. His main research interests
are Association Rule Mining,
Databases and Web Mining.

More Related Content

What's hot

IRJET- Data Mining - Secure Keyword Manager
IRJET- Data Mining - Secure Keyword ManagerIRJET- Data Mining - Secure Keyword Manager
IRJET- Data Mining - Secure Keyword ManagerIRJET Journal
 
IRJET- Foster Hashtag from Image and Text
IRJET-  	  Foster Hashtag from Image and TextIRJET-  	  Foster Hashtag from Image and Text
IRJET- Foster Hashtag from Image and TextIRJET Journal
 
New proximity estimate for incremental update of non uniformly distributed cl...
New proximity estimate for incremental update of non uniformly distributed cl...New proximity estimate for incremental update of non uniformly distributed cl...
New proximity estimate for incremental update of non uniformly distributed cl...IJDKP
 
A unified approach for spatial data query
A unified approach for spatial data queryA unified approach for spatial data query
A unified approach for spatial data queryIJDKP
 
GCUBE INDEXING
GCUBE INDEXINGGCUBE INDEXING
GCUBE INDEXINGIJDKP
 
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
 
Partitioning of Query Processing in Distributed Database System to Improve Th...
Partitioning of Query Processing in Distributed Database System to Improve Th...Partitioning of Query Processing in Distributed Database System to Improve Th...
Partitioning of Query Processing in Distributed Database System to Improve Th...IRJET Journal
 
Parallel KNN for Big Data using Adaptive Indexing
Parallel KNN for Big Data using Adaptive IndexingParallel KNN for Big Data using Adaptive Indexing
Parallel KNN for Big Data using Adaptive IndexingIRJET Journal
 
Cross Domain Data Fusion
Cross Domain Data FusionCross Domain Data Fusion
Cross Domain Data FusionIRJET Journal
 
An investigative scheme for keyword search using inverted key tactic
An investigative scheme for keyword search using inverted key tacticAn investigative scheme for keyword search using inverted key tactic
An investigative scheme for keyword search using inverted key tacticeSAT Publishing House
 
A Robust Keywords Based Document Retrieval by Utilizing Advanced Encryption S...
A Robust Keywords Based Document Retrieval by Utilizing Advanced Encryption S...A Robust Keywords Based Document Retrieval by Utilizing Advanced Encryption S...
A Robust Keywords Based Document Retrieval by Utilizing Advanced Encryption S...IRJET Journal
 
Analysis of different similarity measures: Simrank
Analysis of different similarity measures: SimrankAnalysis of different similarity measures: Simrank
Analysis of different similarity measures: SimrankAbhishek Mungoli
 
Enhancing the labelling technique of
Enhancing the labelling technique ofEnhancing the labelling technique of
Enhancing the labelling technique ofIJDKP
 
Query optimization to improve performance of the code execution
Query optimization to improve performance of the code executionQuery optimization to improve performance of the code execution
Query optimization to improve performance of the code executionAlexander Decker
 
11.query optimization to improve performance of the code execution
11.query optimization to improve performance of the code execution11.query optimization to improve performance of the code execution
11.query optimization to improve performance of the code executionAlexander Decker
 

What's hot (18)

H04564550
H04564550H04564550
H04564550
 
IRJET- Data Mining - Secure Keyword Manager
IRJET- Data Mining - Secure Keyword ManagerIRJET- Data Mining - Secure Keyword Manager
IRJET- Data Mining - Secure Keyword Manager
 
IRJET- Foster Hashtag from Image and Text
IRJET-  	  Foster Hashtag from Image and TextIRJET-  	  Foster Hashtag from Image and Text
IRJET- Foster Hashtag from Image and Text
 
New proximity estimate for incremental update of non uniformly distributed cl...
New proximity estimate for incremental update of non uniformly distributed cl...New proximity estimate for incremental update of non uniformly distributed cl...
New proximity estimate for incremental update of non uniformly distributed cl...
 
A unified approach for spatial data query
A unified approach for spatial data queryA unified approach for spatial data query
A unified approach for spatial data query
 
GCUBE INDEXING
GCUBE INDEXINGGCUBE INDEXING
GCUBE INDEXING
 
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...
 
Z04506138145
Z04506138145Z04506138145
Z04506138145
 
Partitioning of Query Processing in Distributed Database System to Improve Th...
Partitioning of Query Processing in Distributed Database System to Improve Th...Partitioning of Query Processing in Distributed Database System to Improve Th...
Partitioning of Query Processing in Distributed Database System to Improve Th...
 
Parallel KNN for Big Data using Adaptive Indexing
Parallel KNN for Big Data using Adaptive IndexingParallel KNN for Big Data using Adaptive Indexing
Parallel KNN for Big Data using Adaptive Indexing
 
Cross Domain Data Fusion
Cross Domain Data FusionCross Domain Data Fusion
Cross Domain Data Fusion
 
An investigative scheme for keyword search using inverted key tactic
An investigative scheme for keyword search using inverted key tacticAn investigative scheme for keyword search using inverted key tactic
An investigative scheme for keyword search using inverted key tactic
 
A Robust Keywords Based Document Retrieval by Utilizing Advanced Encryption S...
A Robust Keywords Based Document Retrieval by Utilizing Advanced Encryption S...A Robust Keywords Based Document Retrieval by Utilizing Advanced Encryption S...
A Robust Keywords Based Document Retrieval by Utilizing Advanced Encryption S...
 
Fp3111131118
Fp3111131118Fp3111131118
Fp3111131118
 
Analysis of different similarity measures: Simrank
Analysis of different similarity measures: SimrankAnalysis of different similarity measures: Simrank
Analysis of different similarity measures: Simrank
 
Enhancing the labelling technique of
Enhancing the labelling technique ofEnhancing the labelling technique of
Enhancing the labelling technique of
 
Query optimization to improve performance of the code execution
Query optimization to improve performance of the code executionQuery optimization to improve performance of the code execution
Query optimization to improve performance of the code execution
 
11.query optimization to improve performance of the code execution
11.query optimization to improve performance of the code execution11.query optimization to improve performance of the code execution
11.query optimization to improve performance of the code execution
 

Viewers also liked

Design & simulation of dual band t shaped slot micro strip antenna for c-...
Design & simulation of dual band t shaped slot micro strip antenna for c-...Design & simulation of dual band t shaped slot micro strip antenna for c-...
Design & simulation of dual band t shaped slot micro strip antenna for c-...eSAT Journals
 
Finite element analysis of frame with soil structure interaction
Finite element analysis of frame with soil structure interactionFinite element analysis of frame with soil structure interaction
Finite element analysis of frame with soil structure interactioneSAT Journals
 
Sensing properties of mno2 doped polyaniline
Sensing properties of mno2 doped polyanilineSensing properties of mno2 doped polyaniline
Sensing properties of mno2 doped polyanilineeSAT Journals
 
Design of t shaped fractal patch antenna for wireless applications
Design of t shaped fractal patch antenna for wireless applicationsDesign of t shaped fractal patch antenna for wireless applications
Design of t shaped fractal patch antenna for wireless applicationseSAT Journals
 
Clock gated and enable-controlled 64-bit alu architecture for low-power appli...
Clock gated and enable-controlled 64-bit alu architecture for low-power appli...Clock gated and enable-controlled 64-bit alu architecture for low-power appli...
Clock gated and enable-controlled 64-bit alu architecture for low-power appli...eSAT Journals
 
Thermal instability of incompressible non newtonian viscoelastic fluid with...
Thermal instability of incompressible non   newtonian viscoelastic fluid with...Thermal instability of incompressible non   newtonian viscoelastic fluid with...
Thermal instability of incompressible non newtonian viscoelastic fluid with...eSAT Journals
 
Review of facial expression recognition system and used datasets
Review of facial expression recognition system and used datasetsReview of facial expression recognition system and used datasets
Review of facial expression recognition system and used datasetseSAT Journals
 
Upsurge of a new alcoholic fuel era for transport sector in india, in theform...
Upsurge of a new alcoholic fuel era for transport sector in india, in theform...Upsurge of a new alcoholic fuel era for transport sector in india, in theform...
Upsurge of a new alcoholic fuel era for transport sector in india, in theform...eSAT Journals
 
Sol gel synthesis and characterization of lithium yttrium oxide
Sol gel synthesis and characterization of lithium yttrium oxideSol gel synthesis and characterization of lithium yttrium oxide
Sol gel synthesis and characterization of lithium yttrium oxideeSAT Journals
 
Fault detection and diagnosis ingears using wavelet enveloped power spectrum ...
Fault detection and diagnosis ingears using wavelet enveloped power spectrum ...Fault detection and diagnosis ingears using wavelet enveloped power spectrum ...
Fault detection and diagnosis ingears using wavelet enveloped power spectrum ...eSAT Journals
 
Study of abiotic factors across the brahmaputra belt in relation to its suita...
Study of abiotic factors across the brahmaputra belt in relation to its suita...Study of abiotic factors across the brahmaputra belt in relation to its suita...
Study of abiotic factors across the brahmaputra belt in relation to its suita...eSAT Journals
 
The review on automatic license plate recognition (alpr)
The review on automatic license plate recognition (alpr)The review on automatic license plate recognition (alpr)
The review on automatic license plate recognition (alpr)eSAT Journals
 
Split block domination in graphs
Split block domination in graphsSplit block domination in graphs
Split block domination in graphseSAT Journals
 
A review on stress analysis and weight reduction of automobile chassis
A review on stress analysis and weight reduction of automobile chassisA review on stress analysis and weight reduction of automobile chassis
A review on stress analysis and weight reduction of automobile chassiseSAT Journals
 
An optimal face recoginition tool
An optimal face recoginition toolAn optimal face recoginition tool
An optimal face recoginition tooleSAT Journals
 
Study of ligninolytic bacteria isolation and characterization from dhamdha ag...
Study of ligninolytic bacteria isolation and characterization from dhamdha ag...Study of ligninolytic bacteria isolation and characterization from dhamdha ag...
Study of ligninolytic bacteria isolation and characterization from dhamdha ag...eSAT Journals
 
Metamaterial loaded microstrip patch antenna for quad band operation
Metamaterial loaded microstrip patch antenna for quad band operationMetamaterial loaded microstrip patch antenna for quad band operation
Metamaterial loaded microstrip patch antenna for quad band operationeSAT Journals
 
Design of hexagonal fractal antenna for wlan wi max & bluetooth appl...
Design of hexagonal fractal antenna for wlan      wi max & bluetooth appl...Design of hexagonal fractal antenna for wlan      wi max & bluetooth appl...
Design of hexagonal fractal antenna for wlan wi max & bluetooth appl...eSAT Journals
 

Viewers also liked (18)

Design & simulation of dual band t shaped slot micro strip antenna for c-...
Design & simulation of dual band t shaped slot micro strip antenna for c-...Design & simulation of dual band t shaped slot micro strip antenna for c-...
Design & simulation of dual band t shaped slot micro strip antenna for c-...
 
Finite element analysis of frame with soil structure interaction
Finite element analysis of frame with soil structure interactionFinite element analysis of frame with soil structure interaction
Finite element analysis of frame with soil structure interaction
 
Sensing properties of mno2 doped polyaniline
Sensing properties of mno2 doped polyanilineSensing properties of mno2 doped polyaniline
Sensing properties of mno2 doped polyaniline
 
Design of t shaped fractal patch antenna for wireless applications
Design of t shaped fractal patch antenna for wireless applicationsDesign of t shaped fractal patch antenna for wireless applications
Design of t shaped fractal patch antenna for wireless applications
 
Clock gated and enable-controlled 64-bit alu architecture for low-power appli...
Clock gated and enable-controlled 64-bit alu architecture for low-power appli...Clock gated and enable-controlled 64-bit alu architecture for low-power appli...
Clock gated and enable-controlled 64-bit alu architecture for low-power appli...
 
Thermal instability of incompressible non newtonian viscoelastic fluid with...
Thermal instability of incompressible non   newtonian viscoelastic fluid with...Thermal instability of incompressible non   newtonian viscoelastic fluid with...
Thermal instability of incompressible non newtonian viscoelastic fluid with...
 
Review of facial expression recognition system and used datasets
Review of facial expression recognition system and used datasetsReview of facial expression recognition system and used datasets
Review of facial expression recognition system and used datasets
 
Upsurge of a new alcoholic fuel era for transport sector in india, in theform...
Upsurge of a new alcoholic fuel era for transport sector in india, in theform...Upsurge of a new alcoholic fuel era for transport sector in india, in theform...
Upsurge of a new alcoholic fuel era for transport sector in india, in theform...
 
Sol gel synthesis and characterization of lithium yttrium oxide
Sol gel synthesis and characterization of lithium yttrium oxideSol gel synthesis and characterization of lithium yttrium oxide
Sol gel synthesis and characterization of lithium yttrium oxide
 
Fault detection and diagnosis ingears using wavelet enveloped power spectrum ...
Fault detection and diagnosis ingears using wavelet enveloped power spectrum ...Fault detection and diagnosis ingears using wavelet enveloped power spectrum ...
Fault detection and diagnosis ingears using wavelet enveloped power spectrum ...
 
Study of abiotic factors across the brahmaputra belt in relation to its suita...
Study of abiotic factors across the brahmaputra belt in relation to its suita...Study of abiotic factors across the brahmaputra belt in relation to its suita...
Study of abiotic factors across the brahmaputra belt in relation to its suita...
 
The review on automatic license plate recognition (alpr)
The review on automatic license plate recognition (alpr)The review on automatic license plate recognition (alpr)
The review on automatic license plate recognition (alpr)
 
Split block domination in graphs
Split block domination in graphsSplit block domination in graphs
Split block domination in graphs
 
A review on stress analysis and weight reduction of automobile chassis
A review on stress analysis and weight reduction of automobile chassisA review on stress analysis and weight reduction of automobile chassis
A review on stress analysis and weight reduction of automobile chassis
 
An optimal face recoginition tool
An optimal face recoginition toolAn optimal face recoginition tool
An optimal face recoginition tool
 
Study of ligninolytic bacteria isolation and characterization from dhamdha ag...
Study of ligninolytic bacteria isolation and characterization from dhamdha ag...Study of ligninolytic bacteria isolation and characterization from dhamdha ag...
Study of ligninolytic bacteria isolation and characterization from dhamdha ag...
 
Metamaterial loaded microstrip patch antenna for quad band operation
Metamaterial loaded microstrip patch antenna for quad band operationMetamaterial loaded microstrip patch antenna for quad band operation
Metamaterial loaded microstrip patch antenna for quad band operation
 
Design of hexagonal fractal antenna for wlan wi max & bluetooth appl...
Design of hexagonal fractal antenna for wlan      wi max & bluetooth appl...Design of hexagonal fractal antenna for wlan      wi max & bluetooth appl...
Design of hexagonal fractal antenna for wlan wi max & bluetooth appl...
 

Similar to Survey on scalable continual top k keyword search in relational databases

Review of Existing Methods in K-means Clustering Algorithm
Review of Existing Methods in K-means Clustering AlgorithmReview of Existing Methods in K-means Clustering Algorithm
Review of Existing Methods in K-means Clustering AlgorithmIRJET Journal
 
A survey on ranking sql queries using skyline and user
A survey on ranking sql queries using skyline and userA survey on ranking sql queries using skyline and user
A survey on ranking sql queries using skyline and usereSAT Publishing House
 
Query-Based Retrieval of Annotated Document
Query-Based Retrieval of Annotated DocumentQuery-Based Retrieval of Annotated Document
Query-Based Retrieval of Annotated DocumentIRJET Journal
 
E132833
E132833E132833
E132833irjes
 
Variance rover system web analytics tool using data
Variance rover system web analytics tool using dataVariance rover system web analytics tool using data
Variance rover system web analytics tool using dataeSAT Publishing House
 
Variance rover system
Variance rover systemVariance rover system
Variance rover systemeSAT Journals
 
A Firefly based improved clustering algorithm
A Firefly based improved clustering algorithmA Firefly based improved clustering algorithm
A Firefly based improved clustering algorithmIRJET Journal
 
Data mining techniques
Data mining techniquesData mining techniques
Data mining techniqueseSAT Journals
 
Document Recommendation using Boosting Based Multi-graph Classification: A Re...
Document Recommendation using Boosting Based Multi-graph Classification: A Re...Document Recommendation using Boosting Based Multi-graph Classification: A Re...
Document Recommendation using Boosting Based Multi-graph Classification: A Re...IRJET Journal
 
Data mining techniques a survey paper
Data mining techniques a survey paperData mining techniques a survey paper
Data mining techniques a survey papereSAT Publishing House
 
IRJET- Review of Existing Methods in K-Means Clustering Algorithm
IRJET- Review of Existing Methods in K-Means Clustering AlgorithmIRJET- Review of Existing Methods in K-Means Clustering Algorithm
IRJET- Review of Existing Methods in K-Means Clustering AlgorithmIRJET Journal
 
K Means Clustering Algorithm for Partitioning Data Sets Evaluated From Horizo...
K Means Clustering Algorithm for Partitioning Data Sets Evaluated From Horizo...K Means Clustering Algorithm for Partitioning Data Sets Evaluated From Horizo...
K Means Clustering Algorithm for Partitioning Data Sets Evaluated From Horizo...IOSR Journals
 
Privacy Preserving Multi-keyword Top-K Search based on Cosine Similarity Clus...
Privacy Preserving Multi-keyword Top-K Search based on Cosine Similarity Clus...Privacy Preserving Multi-keyword Top-K Search based on Cosine Similarity Clus...
Privacy Preserving Multi-keyword Top-K Search based on Cosine Similarity Clus...IRJET Journal
 
CASE STUDY: ADMISSION PREDICTION IN ENGINEERING AND TECHNOLOGY COLLEGES
CASE STUDY: ADMISSION PREDICTION IN ENGINEERING AND TECHNOLOGY COLLEGESCASE STUDY: ADMISSION PREDICTION IN ENGINEERING AND TECHNOLOGY COLLEGES
CASE STUDY: ADMISSION PREDICTION IN ENGINEERING AND TECHNOLOGY COLLEGESIRJET Journal
 
ENHANCING KEYWORD SEARCH OVER RELATIONAL DATABASES USING ONTOLOGIES
ENHANCING KEYWORD SEARCH OVER RELATIONAL DATABASES USING ONTOLOGIES ENHANCING KEYWORD SEARCH OVER RELATIONAL DATABASES USING ONTOLOGIES
ENHANCING KEYWORD SEARCH OVER RELATIONAL DATABASES USING ONTOLOGIES cscpconf
 
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
 
Clustering of Big Data Using Different Data-Mining Techniques
Clustering of Big Data Using Different Data-Mining TechniquesClustering of Big Data Using Different Data-Mining Techniques
Clustering of Big Data Using Different Data-Mining TechniquesIRJET Journal
 

Similar to Survey on scalable continual top k keyword search in relational databases (20)

Review of Existing Methods in K-means Clustering Algorithm
Review of Existing Methods in K-means Clustering AlgorithmReview of Existing Methods in K-means Clustering Algorithm
Review of Existing Methods in K-means Clustering Algorithm
 
A survey on ranking sql queries using skyline and user
A survey on ranking sql queries using skyline and userA survey on ranking sql queries using skyline and user
A survey on ranking sql queries using skyline and user
 
Query-Based Retrieval of Annotated Document
Query-Based Retrieval of Annotated DocumentQuery-Based Retrieval of Annotated Document
Query-Based Retrieval of Annotated Document
 
E132833
E132833E132833
E132833
 
FINAL REVIEW
FINAL REVIEWFINAL REVIEW
FINAL REVIEW
 
Variance rover system web analytics tool using data
Variance rover system web analytics tool using dataVariance rover system web analytics tool using data
Variance rover system web analytics tool using data
 
Variance rover system
Variance rover systemVariance rover system
Variance rover system
 
A Firefly based improved clustering algorithm
A Firefly based improved clustering algorithmA Firefly based improved clustering algorithm
A Firefly based improved clustering algorithm
 
Data mining techniques
Data mining techniquesData mining techniques
Data mining techniques
 
Document Recommendation using Boosting Based Multi-graph Classification: A Re...
Document Recommendation using Boosting Based Multi-graph Classification: A Re...Document Recommendation using Boosting Based Multi-graph Classification: A Re...
Document Recommendation using Boosting Based Multi-graph Classification: A Re...
 
Data mining techniques a survey paper
Data mining techniques a survey paperData mining techniques a survey paper
Data mining techniques a survey paper
 
IRJET- Review of Existing Methods in K-Means Clustering Algorithm
IRJET- Review of Existing Methods in K-Means Clustering AlgorithmIRJET- Review of Existing Methods in K-Means Clustering Algorithm
IRJET- Review of Existing Methods in K-Means Clustering Algorithm
 
K Means Clustering Algorithm for Partitioning Data Sets Evaluated From Horizo...
K Means Clustering Algorithm for Partitioning Data Sets Evaluated From Horizo...K Means Clustering Algorithm for Partitioning Data Sets Evaluated From Horizo...
K Means Clustering Algorithm for Partitioning Data Sets Evaluated From Horizo...
 
Privacy Preserving Multi-keyword Top-K Search based on Cosine Similarity Clus...
Privacy Preserving Multi-keyword Top-K Search based on Cosine Similarity Clus...Privacy Preserving Multi-keyword Top-K Search based on Cosine Similarity Clus...
Privacy Preserving Multi-keyword Top-K Search based on Cosine Similarity Clus...
 
Az31349353
Az31349353Az31349353
Az31349353
 
CASE STUDY: ADMISSION PREDICTION IN ENGINEERING AND TECHNOLOGY COLLEGES
CASE STUDY: ADMISSION PREDICTION IN ENGINEERING AND TECHNOLOGY COLLEGESCASE STUDY: ADMISSION PREDICTION IN ENGINEERING AND TECHNOLOGY COLLEGES
CASE STUDY: ADMISSION PREDICTION IN ENGINEERING AND TECHNOLOGY COLLEGES
 
50120130406007
5012013040600750120130406007
50120130406007
 
ENHANCING KEYWORD SEARCH OVER RELATIONAL DATABASES USING ONTOLOGIES
ENHANCING KEYWORD SEARCH OVER RELATIONAL DATABASES USING ONTOLOGIES ENHANCING KEYWORD SEARCH OVER RELATIONAL DATABASES USING ONTOLOGIES
ENHANCING KEYWORD SEARCH OVER RELATIONAL DATABASES USING ONTOLOGIES
 
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
 
Clustering of Big Data Using Different Data-Mining Techniques
Clustering of Big Data Using Different Data-Mining TechniquesClustering of Big Data Using Different Data-Mining Techniques
Clustering of Big Data Using Different Data-Mining Techniques
 

More from eSAT Journals

Mechanical properties of hybrid fiber reinforced concrete for pavements
Mechanical properties of hybrid fiber reinforced concrete for pavementsMechanical properties of hybrid fiber reinforced concrete for pavements
Mechanical properties of hybrid fiber reinforced concrete for pavementseSAT Journals
 
Material management in construction – a case study
Material management in construction – a case studyMaterial management in construction – a case study
Material management in construction – a case studyeSAT Journals
 
Managing drought short term strategies in semi arid regions a case study
Managing drought    short term strategies in semi arid regions  a case studyManaging drought    short term strategies in semi arid regions  a case study
Managing drought short term strategies in semi arid regions a case studyeSAT Journals
 
Life cycle cost analysis of overlay for an urban road in bangalore
Life cycle cost analysis of overlay for an urban road in bangaloreLife cycle cost analysis of overlay for an urban road in bangalore
Life cycle cost analysis of overlay for an urban road in bangaloreeSAT Journals
 
Laboratory studies of dense bituminous mixes ii with reclaimed asphalt materials
Laboratory studies of dense bituminous mixes ii with reclaimed asphalt materialsLaboratory studies of dense bituminous mixes ii with reclaimed asphalt materials
Laboratory studies of dense bituminous mixes ii with reclaimed asphalt materialseSAT Journals
 
Laboratory investigation of expansive soil stabilized with natural inorganic ...
Laboratory investigation of expansive soil stabilized with natural inorganic ...Laboratory investigation of expansive soil stabilized with natural inorganic ...
Laboratory investigation of expansive soil stabilized with natural inorganic ...eSAT Journals
 
Influence of reinforcement on the behavior of hollow concrete block masonry p...
Influence of reinforcement on the behavior of hollow concrete block masonry p...Influence of reinforcement on the behavior of hollow concrete block masonry p...
Influence of reinforcement on the behavior of hollow concrete block masonry p...eSAT Journals
 
Influence of compaction energy on soil stabilized with chemical stabilizer
Influence of compaction energy on soil stabilized with chemical stabilizerInfluence of compaction energy on soil stabilized with chemical stabilizer
Influence of compaction energy on soil stabilized with chemical stabilizereSAT Journals
 
Geographical information system (gis) for water resources management
Geographical information system (gis) for water resources managementGeographical information system (gis) for water resources management
Geographical information system (gis) for water resources managementeSAT Journals
 
Forest type mapping of bidar forest division, karnataka using geoinformatics ...
Forest type mapping of bidar forest division, karnataka using geoinformatics ...Forest type mapping of bidar forest division, karnataka using geoinformatics ...
Forest type mapping of bidar forest division, karnataka using geoinformatics ...eSAT Journals
 
Factors influencing compressive strength of geopolymer concrete
Factors influencing compressive strength of geopolymer concreteFactors influencing compressive strength of geopolymer concrete
Factors influencing compressive strength of geopolymer concreteeSAT Journals
 
Experimental investigation on circular hollow steel columns in filled with li...
Experimental investigation on circular hollow steel columns in filled with li...Experimental investigation on circular hollow steel columns in filled with li...
Experimental investigation on circular hollow steel columns in filled with li...eSAT Journals
 
Experimental behavior of circular hsscfrc filled steel tubular columns under ...
Experimental behavior of circular hsscfrc filled steel tubular columns under ...Experimental behavior of circular hsscfrc filled steel tubular columns under ...
Experimental behavior of circular hsscfrc filled steel tubular columns under ...eSAT Journals
 
Evaluation of punching shear in flat slabs
Evaluation of punching shear in flat slabsEvaluation of punching shear in flat slabs
Evaluation of punching shear in flat slabseSAT Journals
 
Evaluation of performance of intake tower dam for recent earthquake in india
Evaluation of performance of intake tower dam for recent earthquake in indiaEvaluation of performance of intake tower dam for recent earthquake in india
Evaluation of performance of intake tower dam for recent earthquake in indiaeSAT Journals
 
Evaluation of operational efficiency of urban road network using travel time ...
Evaluation of operational efficiency of urban road network using travel time ...Evaluation of operational efficiency of urban road network using travel time ...
Evaluation of operational efficiency of urban road network using travel time ...eSAT Journals
 
Estimation of surface runoff in nallur amanikere watershed using scs cn method
Estimation of surface runoff in nallur amanikere watershed using scs cn methodEstimation of surface runoff in nallur amanikere watershed using scs cn method
Estimation of surface runoff in nallur amanikere watershed using scs cn methodeSAT Journals
 
Estimation of morphometric parameters and runoff using rs & gis techniques
Estimation of morphometric parameters and runoff using rs & gis techniquesEstimation of morphometric parameters and runoff using rs & gis techniques
Estimation of morphometric parameters and runoff using rs & gis techniqueseSAT Journals
 
Effect of variation of plastic hinge length on the results of non linear anal...
Effect of variation of plastic hinge length on the results of non linear anal...Effect of variation of plastic hinge length on the results of non linear anal...
Effect of variation of plastic hinge length on the results of non linear anal...eSAT Journals
 
Effect of use of recycled materials on indirect tensile strength of asphalt c...
Effect of use of recycled materials on indirect tensile strength of asphalt c...Effect of use of recycled materials on indirect tensile strength of asphalt c...
Effect of use of recycled materials on indirect tensile strength of asphalt c...eSAT Journals
 

More from eSAT Journals (20)

Mechanical properties of hybrid fiber reinforced concrete for pavements
Mechanical properties of hybrid fiber reinforced concrete for pavementsMechanical properties of hybrid fiber reinforced concrete for pavements
Mechanical properties of hybrid fiber reinforced concrete for pavements
 
Material management in construction – a case study
Material management in construction – a case studyMaterial management in construction – a case study
Material management in construction – a case study
 
Managing drought short term strategies in semi arid regions a case study
Managing drought    short term strategies in semi arid regions  a case studyManaging drought    short term strategies in semi arid regions  a case study
Managing drought short term strategies in semi arid regions a case study
 
Life cycle cost analysis of overlay for an urban road in bangalore
Life cycle cost analysis of overlay for an urban road in bangaloreLife cycle cost analysis of overlay for an urban road in bangalore
Life cycle cost analysis of overlay for an urban road in bangalore
 
Laboratory studies of dense bituminous mixes ii with reclaimed asphalt materials
Laboratory studies of dense bituminous mixes ii with reclaimed asphalt materialsLaboratory studies of dense bituminous mixes ii with reclaimed asphalt materials
Laboratory studies of dense bituminous mixes ii with reclaimed asphalt materials
 
Laboratory investigation of expansive soil stabilized with natural inorganic ...
Laboratory investigation of expansive soil stabilized with natural inorganic ...Laboratory investigation of expansive soil stabilized with natural inorganic ...
Laboratory investigation of expansive soil stabilized with natural inorganic ...
 
Influence of reinforcement on the behavior of hollow concrete block masonry p...
Influence of reinforcement on the behavior of hollow concrete block masonry p...Influence of reinforcement on the behavior of hollow concrete block masonry p...
Influence of reinforcement on the behavior of hollow concrete block masonry p...
 
Influence of compaction energy on soil stabilized with chemical stabilizer
Influence of compaction energy on soil stabilized with chemical stabilizerInfluence of compaction energy on soil stabilized with chemical stabilizer
Influence of compaction energy on soil stabilized with chemical stabilizer
 
Geographical information system (gis) for water resources management
Geographical information system (gis) for water resources managementGeographical information system (gis) for water resources management
Geographical information system (gis) for water resources management
 
Forest type mapping of bidar forest division, karnataka using geoinformatics ...
Forest type mapping of bidar forest division, karnataka using geoinformatics ...Forest type mapping of bidar forest division, karnataka using geoinformatics ...
Forest type mapping of bidar forest division, karnataka using geoinformatics ...
 
Factors influencing compressive strength of geopolymer concrete
Factors influencing compressive strength of geopolymer concreteFactors influencing compressive strength of geopolymer concrete
Factors influencing compressive strength of geopolymer concrete
 
Experimental investigation on circular hollow steel columns in filled with li...
Experimental investigation on circular hollow steel columns in filled with li...Experimental investigation on circular hollow steel columns in filled with li...
Experimental investigation on circular hollow steel columns in filled with li...
 
Experimental behavior of circular hsscfrc filled steel tubular columns under ...
Experimental behavior of circular hsscfrc filled steel tubular columns under ...Experimental behavior of circular hsscfrc filled steel tubular columns under ...
Experimental behavior of circular hsscfrc filled steel tubular columns under ...
 
Evaluation of punching shear in flat slabs
Evaluation of punching shear in flat slabsEvaluation of punching shear in flat slabs
Evaluation of punching shear in flat slabs
 
Evaluation of performance of intake tower dam for recent earthquake in india
Evaluation of performance of intake tower dam for recent earthquake in indiaEvaluation of performance of intake tower dam for recent earthquake in india
Evaluation of performance of intake tower dam for recent earthquake in india
 
Evaluation of operational efficiency of urban road network using travel time ...
Evaluation of operational efficiency of urban road network using travel time ...Evaluation of operational efficiency of urban road network using travel time ...
Evaluation of operational efficiency of urban road network using travel time ...
 
Estimation of surface runoff in nallur amanikere watershed using scs cn method
Estimation of surface runoff in nallur amanikere watershed using scs cn methodEstimation of surface runoff in nallur amanikere watershed using scs cn method
Estimation of surface runoff in nallur amanikere watershed using scs cn method
 
Estimation of morphometric parameters and runoff using rs & gis techniques
Estimation of morphometric parameters and runoff using rs & gis techniquesEstimation of morphometric parameters and runoff using rs & gis techniques
Estimation of morphometric parameters and runoff using rs & gis techniques
 
Effect of variation of plastic hinge length on the results of non linear anal...
Effect of variation of plastic hinge length on the results of non linear anal...Effect of variation of plastic hinge length on the results of non linear anal...
Effect of variation of plastic hinge length on the results of non linear anal...
 
Effect of use of recycled materials on indirect tensile strength of asphalt c...
Effect of use of recycled materials on indirect tensile strength of asphalt c...Effect of use of recycled materials on indirect tensile strength of asphalt c...
Effect of use of recycled materials on indirect tensile strength of asphalt c...
 

Recently uploaded

Arduino_CSE ece ppt for working and principal of arduino.ppt
Arduino_CSE ece ppt for working and principal of arduino.pptArduino_CSE ece ppt for working and principal of arduino.ppt
Arduino_CSE ece ppt for working and principal of arduino.pptSAURABHKUMAR892774
 
Effects of rheological properties on mixing
Effects of rheological properties on mixingEffects of rheological properties on mixing
Effects of rheological properties on mixingviprabot1
 
What are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxWhat are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxwendy cai
 
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
 
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
 
Electronically Controlled suspensions system .pdf
Electronically Controlled suspensions system .pdfElectronically Controlled suspensions system .pdf
Electronically Controlled suspensions system .pdfme23b1001
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVRajaP95
 
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
 
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdfCCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdfAsst.prof M.Gokilavani
 
Artificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxArtificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxbritheesh05
 
Application of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptxApplication of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptx959SahilShah
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024Mark Billinghurst
 
Internship report on mechanical engineering
Internship report on mechanical engineeringInternship report on mechanical engineering
Internship report on mechanical engineeringmalavadedarshan25
 
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...srsj9000
 
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfCCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfAsst.prof M.Gokilavani
 
Work Experience-Dalton Park.pptxfvvvvvvv
Work Experience-Dalton Park.pptxfvvvvvvvWork Experience-Dalton Park.pptxfvvvvvvv
Work Experience-Dalton Park.pptxfvvvvvvvLewisJB
 

Recently uploaded (20)

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
 
Arduino_CSE ece ppt for working and principal of arduino.ppt
Arduino_CSE ece ppt for working and principal of arduino.pptArduino_CSE ece ppt for working and principal of arduino.ppt
Arduino_CSE ece ppt for working and principal of arduino.ppt
 
Effects of rheological properties on mixing
Effects of rheological properties on mixingEffects of rheological properties on mixing
Effects of rheological properties on mixing
 
What are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxWhat are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptx
 
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...
 
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
 
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
 
Electronically Controlled suspensions system .pdf
Electronically Controlled suspensions system .pdfElectronically Controlled suspensions system .pdf
Electronically Controlled suspensions system .pdf
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
 
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
 
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdfCCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
 
Artificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxArtificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptx
 
Application of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptxApplication of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptx
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024
 
🔝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...
 
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCRCall Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
 
Internship report on mechanical engineering
Internship report on mechanical engineeringInternship report on mechanical engineering
Internship report on mechanical engineering
 
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
 
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfCCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
 
Work Experience-Dalton Park.pptxfvvvvvvv
Work Experience-Dalton Park.pptxfvvvvvvvWork Experience-Dalton Park.pptxfvvvvvvv
Work Experience-Dalton Park.pptxfvvvvvvv
 

Survey on scalable continual top k keyword search in relational databases

  • 1. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 _______________________________________________________________________________________ Volume: 02 Issue: 12 | Dec-2013, Available @ http://www.ijret.org 312 SURVEY ON SCALABLE CONTINUAL TOP-k KEYWORD SEARCH IN RELATIONAL DATABASES Syamily K R1 , G Naveen Sundar2 1 PG student, Computer Science and Engineering, Karunya University, Tamilnadu, India, syamilykraju@gmail.com 2 Assistant Professor, Computer Science and Engineering, Karunya University, Tamilnadu, India, naveensundar@karunya.edu Abstract Keyword search in relational database is a technique that has higher relevance in the present world. Extracting data from a large number of sets of database is very important .Because it reduces the usage of man power and time consumption. Data extraction from a large database using the relevant keyword based on the information needed is a very interactive and user friendly. Without knowing any database schemas or query languages like sql the user can get information. By using keyword in relational database data extraction will be simpler. The user doesn’t want to know the query language for search. But the database content is always changing for real time application for example database which store the data of publication data. When new publications arrive it should be added to database so the database content changes according to time. Because the database is updated frequently the result should change. In order to handle the database updation takes the top-k result from the currently updated data for each search. Top-k keyword search means take greatest k results based on the relevance of document. Keyword search in relational database means to find structural information from tuples from the database. Two types of keyword search are schema-based method and graph based approach. Using top-k keyword search instead of executing all query results taking highest k queries. By handling database updation try to find the new results and remove expired one. Index Terms: Top-k, keyword search, relational database, information retrieval --------------------------------------------------------------------***---------------------------------------------------------------------- 1. INTRODUCTION Keyword search in relational database is a efficient information extraction method. This is a simple way of retrieving data from a large set of data with which the user need to give the keyword only without knowing any query language or database schemas. In real life the database is updated frequently and so the result will be change for each updation. The method handles the database updation to maintain top-k result. Since the result change with time some scoring method is used to calculate the relevance finding the result. Based on the score the greatest k result will consider. But it will change for the next updation so future relevance of the result is taken. As a result of deletion already exciting result may expired and removed from the top results. And for insertion may cause addition of new results into the top-k results. This paper deals with survey the different process and different types for each process of the keyword search in dynamic environment. Mainly contain three aspects keyword search in relational databases, top-k keyword search, and keyword search in relational data streams. Keyword search in relational database means to find structural information from tuples from the database. Two types are schema-based method and graph-based approach. Using top-k keyword search instead of executing all query results taking highest k queries. By handling database updation try to find the new results and remove expired one. 2. KEYWORD SEARCH IN RELATIONAL DATA BASES. Mainly two types are there schema-based and graph-based. 2.1 Schema-Based Keyword Search on Relational Databases. In this method candidate networks are generated using database schema. Next CN are evaluated. For dynamic database schema based keyword search is used. DISCOVER is used to create qualified joining networks of tuples. This mainly involve two steps  Generate candidate networks of relations.  Builds plans for efficient evaluation of the set of candidate networks. DISCOVER system include architecture and a CN generation algorithm. Fig -1 shows the different steps included in it.
  • 2. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 _______________________________________________________________________________________ Volume: 02 Issue: 12 | Dec-2013, Available @ http://www.ijret.org 313 Candidate network generation the problem of generating redundant joining networks of tuple sets can be avoided by this system. Solutions are mainly analysis of the condition Database schema Fig -1: Steps for processing Candidate networks (check joining networks of tuples to be non-minimal) and candidate network generation algorithm. Here check the tuples that are joining to the candidate network are total and minimal. Minimal means condition doesn’t contain any tuples with leaf as no keywords. Several theorems are introduced first theorem said about when a candidate network tuple set repeat in CN tuple. Candidate network generation algorithm main feature of this algorithm is that it produce increasing size candidate network. That means the candidate network with smallest size and better solution are produced first. In Evaluation of candidate networks the plan generator module receives input as candidate networks and evaluates them. During evaluation maximum optimization by storing subexpersion and reuse it. Space for the plan generator for tuple set is huge because this can be reduced by deleting the unused subexpersion and generates tuples for small relation. We take the intermediate result depend on the quantity which is inversely proportional to the size of the intermediate result and directly proportional to the frequency of occurrence. Greedy algorithm is used in DISCOVER. In IR-Style keyword search it incorporate the relevance ranking of tuples trees into our query processing framework. This method increases the document-ranking quality and improves the quality of keyword query results over RDBMS. The ranking is done by combing scores of each attributes and tuples. IR-style also introduce some algorithms which work as per the query contain any AND or OR semantics. The hybrid algorithm decides the strategy for a given query at run time. Along with IR-style m-keyword search the area over an open-ended relational data streams. In which the size of the connected tree is under user control. The problem is with the costly joins to be processed over time. In order achieve high efficiency reduce the no of intermediate results. For that a method used is new join processing approach. In this approach use selection/semi join instead of using joins directly. 2.2 Graph-Based Keyword Search The enter database is represented as a graph with nodes as tuples and directed edges as foreign key references between the tuples. The bidirectional expansion is an algorithm for generating result for keyword search on graphs. Both backward and forward search is used. Dijkstra’s is used as backward search algorithm. The aim of this method is reduce the fraction of graph expansion. It create iterates only for not frequently occurring keywords and the forward path for frequent keywords. Efficient and Adaptive keyword Search method integrate the database and IR techniques. The r-radius steiner graph problem is to avoid the complicity of large radius steiner graphs. R-radius steiner graphs are concise and non-Steiner nodes are excluded. And then an indexes is introduced in order improve the efficiency of extracting r-radius steiner graphs. The ranking function TF.IDF – based ranking is used. Using this function calculates the score value for each r- radius graph and combines the individual scores. This method takes textual relevancy based on term frequency. Instead of trees which shows partial information about how the tuples are connected a community which contain all keyword within a given distance is used. So the memory usage is small. First find the all community then find top-k communities. The main advantage of this method is which allow the user to interactively reset the value of k during run time. And an index is used to project a small sub graph from the large whole graph. Candidate network generation Plan generator Tuples(Input) Evaluate candidate network
  • 3. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 _______________________________________________________________________________________ Volume: 02 Issue: 12 | Dec-2013, Available @ http://www.ijret.org 314 3. TOP-K KEYWORD SEARCH This is an efficient keyword search method which contains execution of the top-k queries by avoiding the production of all the query results. IR-style keyword search and SPARK are two methods. DISCOVER. In IR-style keyword search it use Global Pipeline algorithm. It is an extension of Single Pipelined algorithm. It is used for efficiently answer a top-k keyword query over multiple candidate networks. Input of the GP algorithm is candidate networks and a set of non-free tuples. And the output is stream of joining trees of ranked tuples based on the score of the query. The idea of the algorithm is like process execution, in place of process consider candidate network. Concurrent execution of the CNs is done in round robin fashion and priority that combination testing is costly. Another technique is Skyline-Sweeping algorithm proposed in SPARK. In advance to IR- style keyword search SPARK reduces the number of tested combinations. Then Global Pipeline algorithm include several unnecessary join checking that will be reduced and so database accessing is minimal. But this SPARK also produces testing of combinations which cannot produce results. The Lattice Pipeline and Maintain algorithm use the basic principles of both previous methods that are calculate the relevance score and processing tuples for pipelined fashion. 4. KEYWORD SEARCH IN RELATIONAL DATASTREAMS Like relational database relational data streams also use the schema based frame work. Keyword search of relational data streams use two techniques S-KWS and KDynamics are two techniques. Operator mesh or L- Lattice is the concept used in it. Operator mesh is used to reduce the CPU cost during the evaluation of joins in the CN evaluation step for database updation. Operator tree and Operator mesh are two concepts used in data streams. Operator trees are trees with source operators as leaf nodes that perform selection and joins as interior operators. During CN generation sources are added from left to right. The operator mesh created by integrating all operator tree so the CPU cost and memory overhead is reduced. The memory overhead is usually occurs for storing intermediate results. Full mesh and Partial mesh are two query mesh is preprocessed in a single step. But in the case of partial mesh the preprocessing step is eliminated and the operator mesh is automatically shrinks and grows during run time. In scalable continual keyword search on large database which use the L-lattice. In lattice the common sub trees are collapsed for sharing the computational cost of the CNs. A novel approach for scalable m- keyword query contains two phases filter phase and join phase. In filter phase a Table -1: Summary of the survey Aspects Methodology Merits Keyword search in RDB Schema-based, CN evaluation [1] Finding all trees Schema-based, Ranking [2] Improve the quality Schema-based, Use selection and semi joins[7] Reduce intermediate results Schema-based, Ranking and scoring method is used[9] Calculate initial top-k results. Graph-based, Bidirectional expansion[3] Reduce graph expansion. Graph-based, r- radius steiner graph[4] Concise Top-k keyword search Global pipeline algorithm[2] work over multiple CN Skyline-Sweeping algorithm[5] Reduce db accessing LP and Maintain algorithm[9] Handle the database updation Keyword search in relational data streams Operator mesh[6] Reduce the CPU-cost and memory overhead KDynamics[7] Share the computational cost. L-lattice Reduce computational cost candidate network is processed for filter the tuples that cannot be joined. And in the second phase include the joining of the tuples that can be joined in to the network. Next generate the L- lattice for the CNs. Since the environment is dynamic it needs to respond to continual query. The KDynamic and S-KWS finding all query results while by taking top-k results the changing of the results can be avoids. In order to increase the efficiency
  • 4. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 _______________________________________________________________________________________ Volume: 02 Issue: 12 | Dec-2013, Available @ http://www.ijret.org 315 scoring mechanism and pipelined evaluation will be added to the KDynamic method. The table-1 shows the overall concept of this survey on the topic keyword search in dynamic environment. CONCLUSIONS In this paper the survey is conducted for comparing the performance of different techniques used for keyword search in dynamic environment. Keyword search in relational database can be performed in different ways. Based on the method used for keyword search on Relational database two types: schema-based and graph-based. In schema based approach sql query is converted to candidate network. DISCOVER and IR-style methods use the CN concept and ranking respectively. The graph-based approach use steiner graph and bidirectional expansion on it. Backward and forward expansion reduces the fraction of expansion and is concise. For scalable database schema based approach is efficient. For improving simplicity of keyword search take only top-k results instead of taking the whole search result. IR- style keyword search and SPARK use GP algorithm and Skyline-Sweeping algorithm respectively. But for updating database first calculate the initial top-k results and then maintain the top-k results for current after updation. Lattice pipeline and Maintain algorithm are the algorithms used. For further improvement scoring method and pipelined evaluation is used. And for keyword search in relational data streams S-KWS and KDynamics are two techniques which is for CPU cost reduction and decrease the database accessing. For improving the efficiency ranking mechanism is used. ACKNOWLEDGEMENT I feel it a pleasure to be indebted to my guide, Mr. G Naveen Sundar, M.E, Assistant Professor, Department of Computer Science and Engineering for his invaluable support, advice and encouragement and the references for his feedback. REFERENCES [1]. V. Hristidis, Y. Papakonstantinou, DISCOVER: Keyword Search in Relational Databases, VLDB, 2002. 670–681. [2]. V. Hristidis, L. Gravano, Y. Papakonstantinou, Efficient IR-style Keyword Search Over Relational Databases, VLDB, 2003. 850–861. [3]. V. Kacholia, S. Pandit, S. Chakrabarti, S. Sudarshan, R. Desai, H. Karambelkar, Bidirectional Expansion for Keyword Search on Graph Databases, VLDB, 2005. 505– 516. [4]. G. Li, B.C. Ooi, J. Feng, J. Wang, L. Zhou, EASE: an Effective 3-in-1 Keyword Search Method for Unstructured, Semi-structured and Structured Data, ACM SIGMOD, 2008. 903–914. [5]. Y. Luo, W. Wang, X. Lin, X. Zhou, J. Wang, K. Li, SPARK2: top-k keyword query in relational databases, IEEE Transactions on Knowledge and Data Engineering 23 (12) (2011) 1763–1780. [6] A. Markowetz, Y. Yang, D. Papadias, Keyword Search on Relational Data Streams, ACM SIGMOD, 2007. 605– 616. [7]. L. Qin, J.X. Yu, L. Chang, Scalable keyword search on large data streams, VLDB Journal 20 (1) (2011) 35–57. [8] L. Qin, J.X. Yu, L. Chang, Y. Tao, Querying Communities in Relational Databases, ICDE, 2009. 724– 735. [9]. Yanwei Xu, Jihong Guan, Fengrong Li, Shuigeng Zhou Scalable continual top-k keyword search in relational databases, 2013 Elsevier, Data and Knowledge Engineering 86 (2013) 206-223. BIOGRAPHIES Syamily K R pursuing her M.Tech in Computer Science and Engineering from the Department of Computer Science in Karunya University, Tamilnadu, India. She received her Bachelor’s degree from Cochin University of Science and Technology (CUSAT) in Computer Science and Engineering. G. Naveen Sundar, received the B.E degree in Computer Science and Engineering from C.S.I Institute of Technology, Thovalai in 2002. He received the M.Tech degree from Karunya University; Coimbatore in 2006.He is currently working toward the PhD degree. He is working as an assistant Professor in Computer Science department of Karunya University. His main research interests are Association Rule Mining, Databases and Web Mining.