Storing csv as string or individual floats
Posted by: James James
Date: June 10, 2018 01:26PM

Hi,

I have a MySQL database which has been running for a many years without any problems. It stores out test results which are in the form of a csv file. Each data column in the csv file is converted to a comma delimited string and stored in the database.

So for example, 2.5,3.5,4.5,5.5,6.6....

The number of data points varies from around 100 - 400 but recently this increased to 4000+ data points and the test results have increased from a few MB per week to around 96GB. We store the results for each column in a text string for ease of graphing.

We need to store all the test file so i`m wondering if the text field is the correct way to be going. Any ideas on whether the database is okay or should i be looking at another way of storing all this data?

Many thanks.

James

Options: ReplyQuote


Subject
Written By
Posted
Storing csv as string or individual floats
June 10, 2018 01:26PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.