Return-Path: X-Original-To: apmail-cassandra-user-archive@www.apache.org Delivered-To: apmail-cassandra-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id E486A10D3C for ; Mon, 29 Dec 2014 11:02:03 +0000 (UTC) Received: (qmail 65584 invoked by uid 500); 29 Dec 2014 11:02:01 -0000 Delivered-To: apmail-cassandra-user-archive@cassandra.apache.org Received: (qmail 65539 invoked by uid 500); 29 Dec 2014 11:02:01 -0000 Mailing-List: contact user-help@cassandra.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@cassandra.apache.org Delivered-To: mailing list user@cassandra.apache.org Received: (qmail 65529 invoked by uid 99); 29 Dec 2014 11:02:01 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 29 Dec 2014 11:02:01 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of ajay.garga@gmail.com designates 209.85.217.181 as permitted sender) Received: from [209.85.217.181] (HELO mail-lb0-f181.google.com) (209.85.217.181) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 29 Dec 2014 11:01:35 +0000 Received: by mail-lb0-f181.google.com with SMTP id l4so10976491lbv.12 for ; Mon, 29 Dec 2014 03:00:04 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=eupZtvsZwqtlWM316vskf6BzuOGYcDYBahdxOybR0kQ=; b=xRmwpQGeGoCmug+2HwrXY14F/RRhStfjebXI5cYgF4BSTmLvNsaDzYf0F9/RJWKGCd wr63aoW4FlD06zNbA+6LQqY0un+jE72+Ei+Awoo0+Q3mgwettY4GepeV6lMrbzTcMNey dHPF+iRi0JPfZcjMzEktXDEe+Q1VhgbDqgGy9vuNOauAD09GjypsV/JRLJ6ccxtKZSKx VhK8Il2Xr0HWSpJl5POnCTwfr1xTavZYLhNm3EUajPr8zvkvF0Y5M9vYYe6LcfA49P7f W6JSg7Dh9kSJvdS7IQH+ubLAeb+0SPwoujxseEVl7QO5/R59kkJnw/T7tqtUzI4w8py2 9spA== MIME-Version: 1.0 X-Received: by 10.112.142.201 with SMTP id ry9mr56010747lbb.4.1419850804296; Mon, 29 Dec 2014 03:00:04 -0800 (PST) Received: by 10.25.22.90 with HTTP; Mon, 29 Dec 2014 03:00:04 -0800 (PST) Date: Mon, 29 Dec 2014 16:30:04 +0530 Message-ID: Subject: User click count From: Ajay To: user@cassandra.apache.org Content-Type: multipart/alternative; boundary=089e011836aad304d1050b58c6cf X-Virus-Checked: Checked by ClamAV on apache.org --089e011836aad304d1050b58c6cf Content-Type: text/plain; charset=UTF-8 Hi, Is it better to use Counter to User click count than maintaining creating new row as user id : timestamp and count it. Basically we want to track the user clicks and use the same for hourly/daily/monthly report. Thanks Ajay --089e011836aad304d1050b58c6cf Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Hi,

Is it better to use C= ounter to User click count than maintaining creating new row as user id : t= imestamp and count it.

Basically we want to track the user cli= cks and use the same for hourly/daily/monthly report.

Thanks
Ajay
--089e011836aad304d1050b58c6cf--