2007 IEEE 23rd International Conference on Data Engineering 2007
DOI: 10.1109/icde.2007.367929
|View full text |Cite
|
Sign up to set email alerts
|

Finding Top-k Min-Cost Connected Trees in Databases

Abstract: It is widely realized that the integration of database and information retrieval techniques will provide users with a wide range of high quality services. In this paper, we study processing an l-keyword query, p 1 , p 2 , · · · , p l , against a relational database which can be modeled as a weighted graph, G(V, E). Here V is a set of nodes (tuples) and E is a set of edges representing foreign key references between tuples. Let V i ⊆ V be a set of nodes that contain the keyword p i . We study finding top-k mini… Show more

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
2
1
1
1

Citation Types

2
290
0

Year Published

2009
2009
2020
2020

Publication Types

Select...
6
2
1

Relationship

0
9

Authors

Journals

citations
Cited by 275 publications
(292 citation statements)
references
References 21 publications
(54 reference statements)
2
290
0
Order By: Relevance
“…In this case there must be an arc from some vertex in D to some vertex in ▯ So far, we neglected studying (0-)DST. It is already known from the literature that DST is FPT for both single parameterizations by l and p∕ min W [8], [12], while 0-DST is FPT with respect to l [8], [12] and it is W[2]-hard with respect to p∕ min W [11]. We can add to these results a proof for the presumable nonexistence of a polynomial-size problem kernel for DST parameterized by the combined parameter ðl; p∕ min W Þ.…”
Section: Preliminariesmentioning
confidence: 99%
“…In this case there must be an arc from some vertex in D to some vertex in ▯ So far, we neglected studying (0-)DST. It is already known from the literature that DST is FPT for both single parameterizations by l and p∕ min W [8], [12], while 0-DST is FPT with respect to l [8], [12] and it is W[2]-hard with respect to p∕ min W [11]. We can add to these results a proof for the presumable nonexistence of a polynomial-size problem kernel for DST parameterized by the combined parameter ðl; p∕ min W Þ.…”
Section: Preliminariesmentioning
confidence: 99%
“…end if (19) end foreach; (20) if (IsAN == TRUE) then (21) .remove( ); (22) end if (23) end for (24) end if (25) if ( is not Null) then (26) for = 1 to | | do (27) scan Table AV …”
Section: Experimental Environmentmentioning
confidence: 99%
“…Although these methods store the abstract structural information and take little memory, the generation process of CNs needs to take a huge amount of time. Correspondingly, in [22][23][24][25][26][27] the database is modeled as a data graph, where nodes represent tuples and edges represent primary-foreign-key relationships between tuples. The methods identify the minimum connection trees that contain the keywords on the data graph.…”
Section: Keyword Query In Relational Databasesmentioning
confidence: 99%
“…As for tuple-based keyword search, it should construct a spanning tree. BANKS-I [6]proposedthe Reverse Search Algorithmthat processesDijkstraalgorithm on the keywords tuples to find the Shortest Path's shared nodes in the tree as a tree's root.Then it searches the nodes containing keywords put on the root as search results.Since the number of executions of the Dijkstraalgorithm is proportional to the number of tuples that contain the keywords, the query results are in a lower efficiency.BANKS-II [7] provided a Bidirectional expansion algorithm thatimproves the BANKS-I algorithm,but it will cause lower quality problem because it loses some minimum spanning paths in computation stage.DPBF [8]chose a node containing keywords as the starting point , alternately performed its definition grow and merge functions, until all the nodes are packages that contain the keywordin the same group containing one tuple connection tree.…”
Section: Related Workmentioning
confidence: 99%