Hi,
One more thing to consider is wide partition. Even though theoretically
Cassandra supports wide rows, practical limit is max 100 MB per partition.
So based on your use-case and model, you may have to split the data into
partitions so that wide partitions are not created.
Regards,
Firdousi
On
a?
> You may want to write the events out to separate tables in order to satisfy
> those queries.
>
> Regards,
>
> Eric R Medley
>
> > On Apr 1, 2015, at 10:54 AM, Firdousi Farozan
> wrote:
> >
> > Hi,
> >
> > My requirement is to design a
Hi,
My requirement is to design a table for historical state information (not
exactly time-series). For ex: I have devices connecting and disconnecting
to the management platform. I want to know the details such as (name, mac,
os, image, etc.) for all devices connected to the management platform i