Re: How to store clickmap points? - Mailing list pgsql-general

From Jasen Betts
Subject Re: How to store clickmap points?
Date
Msg-id kcm221$hlv$1@reversiblemaps.ath.cx
Whole thread Raw
In response to How to store clickmap points?  (aasat <satriani@veranet.pl>)
Responses Re: How to store clickmap points?  (aasat <satriani@veranet.pl>)
List pgsql-general
On 2013-01-08, aasat <satriani@veranet.pl> wrote:
> Hi,
>
> I want to store clickmap points (X, Y and hits value) for website
>
> I currently have table like this
>
> CREATE TABLE clickmap (
>   page_id integer,
>   date date,
>   x smallint,
>   y smallint,
>   hits integer
> )
>
> But this generated about 1M rows per day.
>
> Can Postgres have better method to store this data? I also have the
> possibility to update hits value for point

convert it into a heatmap at the end of each day.

--
⚂⚃ 100% natural

pgsql-general by date:

Previous
From: Condor
Date:
Subject: Re: Linux Distribution Preferences?
Next
From: Condor
Date:
Subject: Problem with records that disappear.