We have up to a few hundreds of millions of columns in a super wide row. There are two major issues you should care about.
1. the wider the row is, the more memory pressure you get for every slice query 2. repair is row based, which means a huge row could be transferred at every repair 1 is not a big issue if you don't have many concurrent slice requests. Having more cores is a good investment to reduce memory pressure. 2 could cause very high memory pressure as well as poorer disk utilization. On Fri, Nov 14, 2014 at 3:21 PM, Plotnik, Alexey <aplot...@rhonda.ru> wrote: > We have 380k of them in some of our rows and it's ok. > > ------ Original Message ------ > From: "Hannu Kröger" <hkro...@gmail.com> > To: "user@cassandra.apache.org" <user@cassandra.apache.org> > Sent: 14.11.2014 16:13:49 > Subject: Re: how wide can wide rows get? > > > The theoretical limit is maybe 2 billion but recommended max is around > 10-20 thousand. > > Br, > Hannu > > On 14.11.2014, at 8.10, Adaryl Bob Wakefield, MBA < > adaryl.wakefi...@hotmail.com> wrote: > > I’m struggling with this wide row business. Is there an upward limit on > the number of columns you can have? > > Adaryl "Bob" Wakefield, MBA > Principal > Mass Street Analytics > 913.938.6685 > www.linkedin.com/in/bobwakefieldmba > Twitter: @BobLovesData > >