Related Experiment Video
Updated: Aug 3, 2025

Databases to Efficiently Manage Medium Sized, Low Velocity, Multidimensional Data in Tissue Engineering
Published on: November 22, 2019
Multidimensional query processing algorithm by dimension transformation
Rejwana Tasnim Rimi1, K M Azharul Hasan2, Tatsuo Tsuji3
1Department of Computer Science and Engineering, Khulna University of Engineering & Technology, Khulna, 9203, Bangladesh. rejwana@kuet.ac.bd.
We developed a new Converted two-dimensional Array (C2A) for faster multidimensional query processing. This method improves data retrieval performance and reduces computation costs for scientific data.
Area of Science:
- Computer Science
- Data Management
Background:
- Multidimensional query processing is crucial for scientific data analysis.
- Existing methods face challenges with high dimensionality and data locality.
Purpose of the Study:
- To propose an efficient in-memory multidimensional query processing algorithm.
- To introduce a novel array system, the Converted two-dimensional Array (C2A), for dense data.
Main Methods:
- Developed the Converted two-dimensional Array (C2A) by transforming n dimensions into 2.
- Designed and analyzed algorithms for single key and range key queries using C2A.
- Compared C2A performance against Traditional Multidimensional Array (TMA).
Main Results:
- C2A algorithms demonstrate improved data locality and reduced cache miss rates.
- C2A shows lower computation costs, especially with increasing dimensions, compared to TMA.
- Experimental results confirm C2A's superior performance over TMA.
Conclusions:
- The C2A system offers a more efficient approach to multidimensional query processing.
- C2A enhances data retrieval speed and reduces computational overhead in scientific data analysis.
Related Concept Videos
Dimensional Analysis
Dimensional analysis allows us to analyze and compare physical quantities on a...
Collisions in Multiple Dimensions: Problem Solving
A small car of mass 1,200 kg traveling east at 60 km/h collides at an intersection with a truck of mass 3,000 kg traveling due north at 40 km/h. The two vehicles are locked together. What is the...
Problem Solving: Dimensional Analysis
Collisions in Multiple Dimensions: Introduction
Correlation of Experimental Data
For example, a spherical particle moving through a viscous fluid experiences drag. Dimensional analysis shows that the drag force depends on the particle's diameter, velocity,...
Transformation

