There is no real limit in term of number of columns in a table, I would say that the impact of having a lot of columns is the amount of meta data C* needs to keep in memory for encoding/decoding each row.
Now, if you have a table with 1000+ columns, the problem is probably your data model... On Thu, Sep 15, 2016 at 2:59 PM, Dorian Hoxha <dorian.ho...@gmail.com> wrote: > Is there alot of overhead with having a big number of columns in a table ? > Not unbounded, but say, would 2000 be a problem(I think that's the maximum > I'll need) ? > > Thank You >