Re: How to store clickmap points?

From: Jasen Betts <jasen(at)xnet(dot)co(dot)nz>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: How to store clickmap points?
Date: 2013-01-10 09:36:01
Message-ID: kcm221$hlv$1@reversiblemaps.ath.cx
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 2013-01-08, aasat <satriani(at)veranet(dot)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

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message aasat 2013-01-10 10:04:54 Re: Bug: dblink_send_query not work on 9.2?
Previous Message Vikram A 2013-01-10 07:52:09