Re: Data Warehousing

From: "Andrej Ricnik-Bay" <andrej(dot)groups(at)gmail(dot)com>
To: "Rob Kirkbride" <rob(dot)kirkbride(at)gmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Data Warehousing
Date: 2007-09-03 18:00:16
Message-ID: b35603930709031100p2145809fkf2e932dc151738d3@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 9/3/07, Rob Kirkbride <rob(dot)kirkbride(at)gmail(dot)com> wrote:

> I am on a Linux platform but I'm going to need some pointers regarding
> the cron job. Are you suggesting that I parse the dump file? I assume I
> would need to switch to using inserts and then parse the dump looking
> for where I need to start from?
The question is: how complex is the data you need to
extract? I guess where I was heading was to run a
select with the interval Scott described from psql into
a file, and then copy-from that into the analysis database.

However, if the structure is more complex, if you needed
to join tables, the parsing of a dump-file may be an option,
even though (always retaining a weeks worth) might make
that into quite some overhead.

Cheers,
Andrej

--
Please don't top post, and don't use HTML e-Mail :} Make your quotes concise.

http://www.american.edu/econ/notes/htmlmail.htm

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2007-09-03 19:38:20 Re: Statistics collection question
Previous Message Phoenix Kiula 2007-09-03 17:19:04 Re: Statistics collection question