Library Automation and Digital Archive
LONTAR
Fakultas Ilmu Komputer
Universitas Indonesia

Pencarian Sederhana

Find Similar Add to Favorite

Call Number SEM - 359
Collection Type Indeks Artikel prosiding/Sem
Title Parallel R-trees (hal 195 - 204)
Author Ibrahim Kamel and Christos Faloutsos;
Publisher Proceedings of the 1992 acm sigmod international conference on management of data san diego,carlifonia june 2-5,1992
Subject
Location
Lokasi : Perpustakaan Fakultas Ilmu Komputer
Nomor Panggil ID Koleksi Status
SEM - 359 TERSEDIA
Tidak ada review pada koleksi ini: 48081
we consider the problem of exploiting parallelism to accelerate the performance of spital access methods and specifically, R-trees [11]. our goal is to design a server for spatial data, so that to maximize the throughput of range queries. this can be achieved by (a) makimizing parallelism for large range queries, and (b) by engaging as few disks as possible on point queries [22]. we propose a simple hardware architecture cinsisting of one processor with seb=veral disks attached to it. on this architecture, we propose to distribute the nodes of a traditional R-tree, with cross-disk pointers ( 'multiplexed' R-tree). the R-tree code is identical tp the on for a single-disk R-tree, with the only addition that we have to decide which disk a newly created R-tree node should be stored in. we propose and examine several criteria to chose a disk for a new node.the most successful one, termed 'proximity index' or PI, estimates the similarity of the new node with the other R-tree nodes already on a disk, and chooses the disk with the lowest similarity. experiments also indicate that the multiplexed R-tree with PI heuristic gives better response time than the disk-stripping (=''Super-node") approach, and imposes lighter load on the I/O sub-system. The speed up of our method is close to linear speed up, increasing with the size of the queries.