There are polmilliarda objects, with thousands of attributes (as numbers). Question how should I store attributes in ClickHouse, to quickly find objects with the right attributes, a list of the attributes, and then use hasAny, or in the form of columns (bool)?
Fear that when using attributes as columns, you get too low tab...