On Fri, Jun 12, 2020 at 02:41:08PM +0300, Siarhei D wrote:
Is it possible to make cube extension with float(4bytes) precision instead
of double(8bytes)?
I use cube extension for storing embedding vectors and calculation distance
on them. During comparing vectors, a 4byte float precision is enoug
Is it possible to make cube extension with float(4bytes) precision instead
of double(8bytes)?
I use cube extension for storing embedding vectors and calculation distance
on them. During comparing vectors, a 4byte float precision is enough.
Storing 8 byte double precision is wasting disk space.
No