How to store clickmap points?

Поиск
Список
Период
Сортировка
От aasat
Тема How to store clickmap points?
Дата
Msg-id 1357639935360-5739121.post@n5.nabble.com
обсуждение исходный текст
Ответы Re: How to store clickmap points?  (Ben Chobot <bench@silentmedia.com>)
Re: How to store clickmap points?  (David Johnston <polobo@yahoo.com>)
Список pgsql-general
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









--
View this message in context: http://postgresql.1045698.n5.nabble.com/How-to-store-clickmap-points-tp5739121.html
Sent from the PostgreSQL - general mailing list archive at Nabble.com.


В списке pgsql-general по дате отправления:

Предыдущее
От: Wolf Schwurack
Дата:
Сообщение: Error: absolute path not allowed
Следующее
От: Scott Marlowe
Дата:
Сообщение: Re: Error: absolute path not allowed