What's the best way to store "spreadsheet data" in MySQL -
i'm looking store spreadsheet type data in mysql database. grid, x/y coordinates, , each cell can have various different properties it.
the grids can of different sizes, , i'd system fast , flexible, though sort of caching isn't out of question if necessary.
finally, requirement of project use mysql, , restriction against document style storage solutions(anything nosql really).
i'm curious if has sort of standard solution i'm not seeing. i'd avoid big table along lines of column1_data1 column1_data2 column1_data3 etc etc many columns can safely account for.
sounds job entity-attribute-value model
Comments
Post a Comment