What\'s the best way to represent a sparse data matrix in PostgreSQL? The two obvious methods I see are:
Store data in a single a table with a separate column f
I know this is an old thread, but MadLib provides a sparse vector type for Postgres, along with several machine learning and statistical methods.