| Oracle FAQ | Your Portal to the Oracle Knowledge Grid | |
Home -> Community -> Usenet -> comp.databases.theory -> Multi-Dimensional Rasters - Large Datasets
We have various testing and characterization applications which
ultimately produce what amounts to coordinate based raster datasets.
Each test contains multiple iterations (~1300) of data collection on some 700k data points which are mapped to a coordinate system (ie, coordinate 500x500 has a value (float) for each iteration of the test). The result is some fairly large datasets for each test.
Multiple tests can then be applied to the same object multiple times through time, or, other objects in a similar fashion (ie, we have several objects - each of which we might test 10+ times).
We have basically five views of this data we are interested in:
To date, we've stored this data in flat files with some summary statistics within an RDBMS (MySQL). This has worked OKAY - but, as you can imagine querying this data is a pain and in some scenarios realistically impossible.
We'd like to devise a DB based strategy for storing this data either fully, or, apply some industry or scientifically standardized queryable lossless data compression technique.
This seems to be on par with the problems faced by GIS developers - but, I'm having a difficult time finding literature on their various data structure definitions and/or table definitions and/or whether they have been able to map their data effectively into relational database structures (ideally, we'd love to stick with MySQL).
If you have any insight into how to handle large scientific datasets within this multidimensional coordinate structure please advise. I'd love to see how others are approaching this problem.
Thanks in advance! Received on Mon May 20 2002 - 14:31:23 CDT
![]() |
![]() |