I forgot, my task at hand is to generate a report of all the weather
station's along with the sum of temperatures measured each day.

Regards,
Seenu.

On Fri, Jan 23, 2015 at 2:14 PM, Srinivasa T N <seen...@gmail.com> wrote:

> Hi All,
>    I was following the TimeSeries data modelling in PlanetCassandra by
> Patrick McFadin.  Regarding that, I had one query:
>
> If I need to store the weather station name also, should it be in the same
> table, say:
>
> create table test (wea_id int, wea_name text, wea_add text, eventday
> timeuuid, eventtime timeuuid, temp int, PRIMARY KEY ((wea_id, eventday),
> eventtime) );
>
> This forces me to enter the wea_name and wea_add for each new row, so how
> to identify a new row has been created?  Or is there any better mechanism
> for modeling the above data?
>
> Regards,
> Seenu.
>

Reply via email to