2005
DOI: 10.1007/11557654_101
|View full text |Cite
|
Sign up to set email alerts
|

Distributed Query Optimization in the Stack-Based Approach

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
1
1
1

Citation Types

0
8
0
2

Year Published

2007
2007
2015
2015

Publication Types

Select...
5
2
1

Relationship

0
8

Authors

Journals

citations
Cited by 14 publications
(10 citation statements)
references
References 8 publications
0
8
0
2
Order By: Relevance
“…There are some methods for distributed query processing in a distributed environment, and local query generation is one of the popular and basic methods [4,5,6,7]. XQuery is a natural choice for integrating heterogeneous data with XML data because XQuery is a standard query language for XML data.…”
Section: Related Workmentioning
confidence: 99%
“…There are some methods for distributed query processing in a distributed environment, and local query generation is one of the popular and basic methods [4,5,6,7]. XQuery is a natural choice for integrating heterogeneous data with XML data because XQuery is a standard query language for XML data.…”
Section: Related Workmentioning
confidence: 99%
“…Decomposing queries to address multiple data sources is by now a well-studied problem in relational databases [28] and object-oriented databases [13], [17]. Many of these ideas and methods can be applied to XQUERY, yet we have shown here that the issue of efficiently managing distributed node identity and document order add interesting challenges.…”
Section: Evaluation In Monetdb/xquerymentioning
confidence: 99%
“…Decomposing queries to address multiple data sources is a well-studied optimization problem in relational [28], objectoriented [13], [17], and semi-structured databases [24], [25]. While it is natural (and true) to assume that many of the existing techniques can be carried over, the XML data model and the XQUERY language introduce a number of particular challenges not met elsewhere, that revolve around XML node identity and structural (rather than value-based) relationships between nodes.…”
Section: Introductionmentioning
confidence: 99%
“…특별히 분산 환경에서 전역 XQuery 질의를 처리하기 위한 방법은 현 재 연구 중에 있으며, 기존에 존재하는 분산 SQL과 같은 질의 어를 처리하기 위한 방법으로부터 그 해결 방법을 찾기 위한 노력들이 존재한다 [5]. 전통적인 데이터베이스 질의인 SQL 질 의의 경우, 전역 SQL 질의의 처리를 위해 사용되고 있는 대표 적이고 기본적인 방법들 가운데 하나는 전역 질의를 분할하여 지역 시스템을 위한 지역 질의들을 생성하고, 지역 질의들의 결과로부터 전역 질의의 결과를 취하는 방법이다.…”
unclassified
“…전통적인 데이터베이스 질의인 SQL 질 의의 경우, 전역 SQL 질의의 처리를 위해 사용되고 있는 대표 적이고 기본적인 방법들 가운데 하나는 전역 질의를 분할하여 지역 시스템을 위한 지역 질의들을 생성하고, 지역 질의들의 결과로부터 전역 질의의 결과를 취하는 방법이다. 이러한 방 법은 지역 시스템의 어떠한 정보도 참조할 필요 없이 전역 질 의를 처리할 수 있는 가장 간단한 방법이며, 향후 동적인 질의 처리 방법으로의 확장이 용이한 방법이므로 전역 XQuery 질 의의 처리를 위해서도 반드시 연구되어야 할 방법들 가운데 하나이다 [5,6,7]. 그러나 XQuery 질의는 구조적 문서인 XML 문서의 검색을 그 목적으로 하는 질의어이므로 그 특성이 SQL과는 적지 않은 차이가 존재할 뿐만 아니라 질의어 자체 의 복잡도 또한 매우 높은 언어이다 [7,8] <items><item id="item0"><feature> <description>A is~~</description> <color>red</color> </feature> <URI>URI1</URI><URI>URI2</URI> <owner>Park</owner> </item> <item id="item1"><feature> <description>B is~~</description> <color>red</color></feature> <URI>URI3</URI><owner>Park</owner> </item> <item id="item2"><feature> <description>C is~~</description> <color>Blue</color></feature> <URI>URI4</URI><owner>Lee</owner> </item></items> seller.xml <sellers> <seller id="person0"> <name>Park</name> <address>Daejeon</address> <address>Seoul</address> </seller> <seller id="person1"> <address>Incheon</address> <name>Kim</name> </seller> </sellers> 표 1.…”
unclassified