I wrote a scientific application that stores millions of rows of time series data each time I measure a specific person. It also stores meta-data about the person, and about various parameters recorded during the measurement session.
I have been using comma-delimitted txt files with this application in my own research. But I am porting the application to Java and am considering releasing a closed-source, commercial version of my software. I would like to find a totally free, lightning-fast, and secure, database that I can distribute with a closed-source, commercial Java application.
I am thinking about using mySQL. I have also found other database programs described online when I do google searches on the topic. But I do not have any experience distributing a commercial product, and I also need to make sure that the database I use can manipulate the millions of rows in my data with lightning speed.
Does anyone reading this have experience distributing a free database in a closed-source commercial Java product? If so, can you give me some advice regarding pros and cons of choosing the database that you distributed, such as perhaps mySQL? I would particularly be interested in any web links that you might send on the topic for me to read further.