I have many 8-dimensional vectors. And I want to construct on them a R-tree ('USING gist' in PostgreSQL). But I have got stucked at the choice of the correct geometrical type.
Whether the 'path' type (each vector number as x and y coords of path) will be suitable for my purposes? Or I should use additional extension? Or I follow in the incorrect direction?
Thanks in advance!