Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8535361
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T10:24:47+00:00 2026-06-11T10:24:47+00:00

I will soon need to store measurements (from within MATLAB) in a database –

  • 0

I will soon need to store measurements (from within MATLAB) in a database – maybe MySQL.
Each measurement will consist of some let’s say meta-data and a measurement vector of 4096 float (double) entries.
Which way should I store them into the database? Converting then into a BLOB or taking them as an ARRAY type column? I found those column type within JAVA jdbc Docs.
Any hints are welcome – even different solutions.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-11T10:24:49+00:00Added an answer on June 11, 2026 at 10:24 am

    Note that MySQL does not have array types, when you make your choice of engine. Arrays are defined in the ANSI/ISO SQL standard, so it is likely that more DBMS will adopt support for them over time instead of the other way around.

    You are likely to need some conversion even when using arrays, as arrays results are usually encoded as a string representation, which will need to be parsed, though that shouldn’t be a problem with a simple 1-dimensional array of doubles. The choice of storage method depends more on what you’re going to do with that data once it is in the database, than on the way you want to store it.

    It makes sense to use arrays, if you intend to operate on the vector contents on the server, e.g. to search for values (:value = ANY (array_column)). If you’re only going to retrieve the vector, without inspecting its contents directly in queries, it won’t matter that much what storage you decide on. Actually you might benefit from blob/text storage in order to avoid any additional processing on the DBMS side (i.e. the encoding of the array value as a string representation for the result).

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am currently working on a large project and will relatively soon need a
I'm developing a PyQt program that will soon switch from an xml type backend
I'm doing this database design stuff for a system where i need to store
I will soon be starting a final year Engineering project, consisting of the real-time
We will soon start replacing ClearCase with Mercurial. I hear this is a good
My team will soon be launching a web app in Beta. At what point
Our website is currently experiencing high volume download traffic. It will soon exceed the
We will be soon hosting a large number of audio and video files that
Soon enough I will be forced to present a project in Haskell that is
I will be releasing my Air/Flex application soon, but I am pretty sure there

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.