Re: EC2 - Performace Question

2014-09-02 Thread Redmumba
;>> >>>>>> CREATE TABLE track_user ( userid text, trackid text,date text ,advid >>>>>> text, country text, region text, >>>>>> PRIMARY KEY( (trackid,advid , country, >>>>>> region),userid )); >>

Re: EC2 - Performace Question

2014-09-02 Thread eduardo.cusa
;>> CREATE TABLE track_user ( userid text, trackid text,date text ,advid >>>>> text, country text, region text, >>>>> PRIMARY KEY( (trackid,advid , country, >>>>> region),userid )); >>>>> >>>>> >>>>> When

Re: EC2 - Performace Question

2014-09-01 Thread Stephen Portanova
seconds * to finish : >>>> >>>> cqlsh:usmc> select count(*) from userpixel where trackid = 'ab1' and >>>> advid = 'adb1' and country = 'AR' and region = 'C' limit 500; >>>> >>>> >>>>

Re: EC2 - Performace Question

2014-09-01 Thread Johnny Miller
vid >>>> = 'adb1' and country = 'AR' and region = 'C' limit 500; >>>> >>>> >>>> Is this time normal? >>>> >>>> There are any way to improve the response? >>>> >>>&g

Re: EC2 - Performace Question

2014-09-01 Thread Laing, Michael
db1' and country = 'AR' and region = 'C' limit 5000000; >>> >>> >>> Is this time normal? >>> >>> There are any way to improve the response? >>> >>> >>> Thanks >>> Eduardo >>> >> >

Re: EC2 - Performace Question

2014-09-01 Thread eduardo.cusa
gt; Is this time normal? >> >> There are any way to improve the response? >> >> >> Thanks >> Eduardo >> > > > -- > If you reply to this email, your message will be added to the discussion > below: > > http://

Re: EC2 - Performace Question

2014-09-01 Thread Laing, Michael
Is table track_user equivalent to table userpixel? On Monday, September 1, 2014, Eduardo Cusa < eduardo.c...@usmediaconsulting.com> wrote: > Hi All. I Have a Cluster in Amazon with the following settings: > > * 2 Nodes M3.Large > * Cassandra 2.0.7 > * Default instaltion on ubuntu > > And I have o

EC2 - Performace Question

2014-09-01 Thread Eduardo Cusa
Hi All. I Have a Cluster in Amazon with the following settings: * 2 Nodes M3.Large * Cassandra 2.0.7 * Default instaltion on ubuntu And I have one table with 5.000.000 rows: CREATE TABLE track_user ( userid text, trackid text,date text ,advid text, country text, region text,