Re: About limit on cube dimensions - Mailing list pgsql-general

From David G Johnston
Subject Re: About limit on cube dimensions
Date
Msg-id 1409522319767-5817090.post@n5.nabble.com
Whole thread Raw
In response to About limit on cube dimensions  (Shida Sato <4246.sato@gmail.com>)
Responses Re: About limit on cube dimensions  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-general
Shida Sato wrote
> Hi
>
> Why is there limit on the number of cube dimensions?
> It is bit strange because ARRAY has no such limit which is similar to
> cube.
> Does it relate to Rtree?
> Can I use 10000 dimensional cube without R-tree?

From the docs: http://www.postgresql.org/docs/9.4/static/cube.html

"To make it harder for people to break things, there is a limit of 100 on
the number of dimensions of cubes. This is set in cubedata.h if you need
something bigger."

Thus the limit is indeed arbitrary - though if you decide to recompile to
increase that limit your expectations should be sufficient tempered since
likely few (if any) people are using cubes with 100 times the default limit
number of dimensions.

Given that R-tree is 2-dimensional I'm not sure how it is relevant.  The
docs also indicate that GIST effectively supersedes R-Tree as an index
method...

David J.





--
View this message in context:
http://postgresql.1045698.n5.nabble.com/About-limit-on-cube-dimensions-tp5817087p5817090.html
Sent from the PostgreSQL - general mailing list archive at Nabble.com.


pgsql-general by date:

Previous
From: Shida Sato
Date:
Subject: About limit on cube dimensions
Next
From: Tom Lane
Date:
Subject: Re: About limit on cube dimensions