I need to store and retrieve a collection of test results where each
test would have some typical properties like the date it was run and
other scalar desriptors. But the main data from the test will be
vectors or matrices of data the I will later plot. Each vector or
matrix might have 20000 rows of floating point numbers and there may be
10 or more of these test results that I want to store in a group. Can
SQLOjbect handle storing a matrix instance? I am quite new to SQL as
well as SQLObject, so I don't know if the matrices could somehow be
seperate tables or something.
I started looking into hdf5 as a way to store this kind of data, but I
think it is more complicated than I need.
Any help would be appreciated.
Ryan
|