July 29th, 2010, 12:22 pm
How do you guys store vol matrices (or other types of variable size matrices) in a database? Do you create a superset table with the indices as columns, or do you store the entire matrix in a single cell? Any advice is welcome. Thanks!