Re: Checkpoint question

From: Vivek Khera <khera(at)kcilink(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Checkpoint question
Date: 2003-07-22 15:52:44
Message-ID: x78yqq5zjn.fsf@yertle.int.kciLink.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

>>>>> "u" == u15074 <u15074(at)hs-harz(dot)de> writes:

u> What I want to do, is to write a lot of data in the database over a
u> longer period (assume 1 hour or longer) with constant data rates -
u> I am trying to use Postgres to store measurement data.

If you have real-time constraints, then I'd recommend writing your log
data to a flat file on its own dedicated disk drive, and importing to
postgres once the experiment is done.

--
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Vivek Khera, Ph.D. Khera Communications, Inc.
Internet: khera(at)kciLink(dot)com Rockville, MD +1-240-453-8497
AIM: vivekkhera Y!: vivek_khera http://www.khera.org/~vivek/

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Shridhar Daithankar 2003-07-22 16:02:21 Re: Having a 2-column uniqueness constraint
Previous Message Vivek Khera 2003-07-22 15:50:34 Re: dump_all/restore times?