2004
DOI: 10.1007/978-1-4302-0735-1
|View full text |Cite
|
Sign up to set email alerts
|

Pro Oracle Spatial

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
1
1
1
1

Citation Types

0
12
0

Year Published

2005
2005
2014
2014

Publication Types

Select...
4
2
1

Relationship

1
6

Authors

Journals

citations
Cited by 23 publications
(13 citation statements)
references
References 0 publications
0
12
0
Order By: Relevance
“…Our query evaluation and reevaluation algorithms have been completely implemented using PL/SQL. -Oracle Spatial [33], which defines what is essentially an abstract data type that conforms to the object-relational model and is used for modelling various spatial objects in the database. In our system, we have utilized and extended the data type to model and represent spatial-temporal trajectories and continuous queries.…”
Section: Experimental Evaluationmentioning
confidence: 99%
See 1 more Smart Citation
“…Our query evaluation and reevaluation algorithms have been completely implemented using PL/SQL. -Oracle Spatial [33], which defines what is essentially an abstract data type that conforms to the object-relational model and is used for modelling various spatial objects in the database. In our system, we have utilized and extended the data type to model and represent spatial-temporal trajectories and continuous queries.…”
Section: Experimental Evaluationmentioning
confidence: 99%
“…For example, Pfoser et al [28] attempt to preserve the segments that belong to the same trajectory, and the problem of obtaining an efficient splitting of the trajectory segments has been further investigated in [8], [18], [32]. In our work, we relied on the R * tree indexing mechanism that is readily available in Oracle 9i [33], for indexing the two dimensional routes of the trajectories. However, we have adopted it for various needs, e.g., indexing the trajectory segments, using the time information of trajectories in a refinement step etc.…”
Section: Related Workmentioning
confidence: 99%
“…Healey and J. Delve indexes to optimize star joins, as noted above (Lane 2005). The spatial data held in object-relational structures, rather than in the DW itself, are searched by means of R-tree-based spatial indexes, which may be extensible to four dimensions, to include time also (Kothuri et al 2004). While such systems currently lack query language operators that link OLAP and spatial searching, if a ROLAP approach is adopted by the database package in question, relevant operators used by the different processing modules can be combined into single yet very complex queries.…”
Section: Recent Developments In Gis and Data Warehousingmentioning
confidence: 99%
“…The spatial functionality provides basic compliance with OGC specifications and is expected broadly to keep pace with developments in this area (Kothuri et al 2004). The DW sub-system is a ROLAP-type implementation of cube and dimension table structures inside the database, and it supports a large set of OLAP extensions to SQL, which allow sub-setting of the cube table and generation of summary data/ statistics 'on-the-fly'.…”
Section: Choice Of Implementation Vehiclementioning
confidence: 99%
“…Take the above scenario as an example, the service system receives location updates from all tourists once every minute; it is too expensive to evaluate all location updates against the query criteria of all registered restaurants in the database server. Yet it is not necessary to do so because each query includes both spatial criteria and non-spatial criteria [8,12] and an answer update should be delivered only if both criteria are met, e.g., location updates of tourists preferring Indian cuisine need not be evaluated even if they are in the area of Chinatown; likewise, location updates of tourists that are too far away from Chinatown need not be evaluated even if they do like Chinese food. In summary, query evaluation against irrelevant updates should be avoided as much as possible to reduce database burden and average response time.…”
Section: Introductionmentioning
confidence: 99%