February 15, 2011 at 12:44 pm
Hi,
I would appreciate advice on what would be best column (data) type to use to store vector of doubles to optimize retrieval speed.
Thank you
February 15, 2011 at 1:20 pm
Before making your decision you might want to read these 2 articles on SSC.
http://www.sqlservercentral.com/articles/SQL+Server+2008/64601/
http://www.sqlservercentral.com/articles/Spatial+Data/64734/
February 15, 2011 at 1:24 pm
First reaction is use 2 columns of type float. There may be specific reasons to use other means, however. Without knowing the specifics it's hard to give a better answer.
February 15, 2011 at 1:45 pm
Thank you for replies.
I need to store collection of doubles of variable size ( from 1 to 10000). It seems that Geometry data type in combination with MultiPoint class can help me if I can figure out how to use them.
I would appreciate if you can make a few examples for on how to write/read data to/from such field
February 15, 2011 at 3:39 pm
Viewing 5 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic. Login to reply