2012 IEEE 28th International Conference on Data Engineering 2012
DOI: 10.1109/icde.2012.56
|View full text |Cite
|
Sign up to set email alerts
|

Accelerating Range Queries for Brain Simulations

Abstract: Abstract-Neuroscientists increasingly use computational tools to build and simulate models of the brain. The amounts of data involved in these simulations are immense and efficiently managing this data is key.One particular problem in analyzing this data is the scalable execution of range queries on spatial models of the brain. Known indexing approaches do not perform well, even on today's small models containing only few million densely packed spatial elements. The problem of current approaches is that with t… Show more

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
1
1
1
1

Citation Types

0
27
0

Year Published

2013
2013
2021
2021

Publication Types

Select...
3
2
2

Relationship

3
4

Authors

Journals

citations
Cited by 34 publications
(32 citation statements)
references
References 20 publications
0
27
0
Order By: Relevance
“…The GIPSY [4] spatial join uses data-oriented partitioning but minimizes the impact of overlap by using a crawling strategy [8], [9]. GIPSY is efficient for joining a sparse dataset with a dense one.…”
Section: A Data-oriented Partitioningmentioning
confidence: 99%
See 1 more Smart Citation
“…The GIPSY [4] spatial join uses data-oriented partitioning but minimizes the impact of overlap by using a crawling strategy [8], [9]. GIPSY is efficient for joining a sparse dataset with a dense one.…”
Section: A Data-oriented Partitioningmentioning
confidence: 99%
“…The area a used for navigation is called pivot. Once TRANSFORMERS arrives at the location of a pivot a, it uses crawling based on the connectivity information [8], [9] to detect all spatial elements of the follower that intersect with pivot a, and then continues exploration towards a neighboring area in the guide dataset.…”
Section: Transformers Overviewmentioning
confidence: 99%
“…The considerable time spent on intersection tests within the tree structure degrades performance and indicates overlap of the bounding boxes, a well known problem of the R-Tree [10] and data-oriented tree structures. With increasing density of the spatial datasets, the overlap will also increase in future datatsets [29], thereby further increasing the intersection tests in the tree structure.…”
Section: Potential For Improvementmentioning
confidence: 99%
“…To enable the neuroscientists in the BBP to build and analyze models of the brain on an unprecedented detailed level, we develop FLAT [12] with a two phased query execution at its core. The key insight we use is that while finding all elements in a particular range query in an R-Tree-like index suffers from overlap, finding an arbitrary element in a range query on the other hand is independent of overlap and therefore is a comparatively cheap operation.…”
Section: Flat Query Executionmentioning
confidence: 99%
“…We describe the three approaches we develop, FLAT [12] for efficient range query execution, SCOUT [13] for the accurate prefetching of spatial data and TOUCH [14] for efficient and scalable in-memory joins, discuss how neuroscientists use them and we demonstrate the considerable impact they have on the process of building the models.…”
Section: Introductionmentioning
confidence: 99%