Regarding my previous question, where I asked for some database suggestions; it just seemed to me that I didnβt even know if what I was trying to save was suitable for the database. Or some other data storage method should be used.
I have testing physical models (say, wind tunnel data, something similar), where for each model (M-1234) I have:
name (M-1234) length L breadth B height HL/B ratio L/H ratio ... lot of other ratios and dimensions ... force versus speed curve given in the form of a lot of points for xy plotting ... few other similar curves (all of them of type xy).
Now, what I'm trying to accomplish is reasonable, so the user who will use the database can come and see which are the closest ten models for L / B = 2.5 (or some similar demand). Then, for this, somehow get all the data of these models, including the curve data (in the format of a plain text file).
Is an sql database (or any other, for that matter) an appropriate way to handle something like this? Or should I use a different approach?
I have about a month to finish this, and at that time I should also be good enough about databases, so ... give your suggestions, please, considering this. Do not assume any prior knowledge on this subject.
source share