Comments - Maximum number of IN

2 years, 8 months ago Roman Nozdrin

Columnstore converts IN with literals into a tree of predicates column = VAL1 OR column = VAL2 and sends it over the network. There is an internal limit for a depth for such tree. It corresponds with a number of bytes used to encode the tree and the upper limit for the encoded tree is 65,535 bytes.

 
Content reproduced on this site is the property of its respective owners, and this content is not reviewed in advance by MariaDB. The views, information and opinions expressed by this content do not necessarily represent those of MariaDB or any other party.