On 3/11/2010 10:46 AM, Diana Chan wrote: > I have some questions about SQLite. I would like to know if it's possible > to use SQLite as storage for huge genomic datasets. These datasets are > currently in netcdf format. I'm wondering if it's possible to convert them > to the SQLite file saved format.
To answer the three questions you state: 1. SQLite for huge data sets? Yes, certainly 2. SQLite for genomic data sets? Hard to see why not 3. Conversion/import to SQLite? Yes, this should be trivial (on a scale of "trivial" to "complex" appropriate for handling "huge" data sets). However, the more important question seems to be if having your data in SQL form (SQLite or other) would be useful. Do you know what kinds of SQL queries you would want to run? I've used SQLite for huge social networks data sets and found it very flexible for working with and manipulating my data. Best, Magnus _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

