scispace - formally typeset
N

Nick Roussopoulos

Researcher at University of Maryland, College Park

Publications -  170
Citations -  11309

Nick Roussopoulos is an academic researcher from University of Maryland, College Park. The author has contributed to research in topics: Database design & Data warehouse. The author has an hindex of 46, co-authored 170 publications receiving 11151 citations. Previous affiliations of Nick Roussopoulos include University of Texas at Austin & University of Toronto.

Papers
More filters
Proceedings ArticleDOI

Nearest neighbor queries

TL;DR: This paper presents an efficient branch-and-bound R-tree traversal algorithm to find the nearest neighbor object to a point, and then generalizes it to finding the k nearest neighbors.
Proceedings ArticleDOI

The R+-Tree: A Dynamic Index for Multi-Dimensional Objects

TL;DR: A variation to Guttman’s Rtrees (R+-trees) that avoids overlapping rectangles in intermediate nodes of the tree is introduced and analytical results indicate that R+-Trees achieve up to 50% savings in disk accesses compared to an R-tree when searching files of thousands of rectangles.
Journal ArticleDOI

Interoperability of multiple autonomous databases

TL;DR: It is argued for a new approach to solving data management system problems, called multidatabase or federated systems, which make databases interoperable, that is, usable without a globally integrated schema.
Proceedings ArticleDOI

Direct spatial search on pictorial databases using packed R-trees

TL;DR: This paper presents an efficient initial packing technique for creatmg R-trees to index spatial ObJects since pictorial databases are not update mtensive but rather static, the benefits of this technique are very significant.
Book ChapterDOI

K-Nearest Neighbor Search for Moving Query Point

TL;DR: Four different methods are proposed for solving the problem of finding k nearest neighbors for moving query point, and the proposed algorithms always outperform the existing ones by fetching 70% less disk pages.