Re: Postgresql "FIFO" Tables, How-To ?

From: "Kirill Ponazdyr" <softlist(at)codeangels(dot)com>
To: shridhar_daithankar(at)persistent(dot)co(dot)in
Cc: "pg_general" <pgsql-general(at)postgresql(dot)org>
Subject: Re: Postgresql "FIFO" Tables, How-To ?
Date: 2003-07-16 17:09:01
Message-ID: 2911.192.168.1.3.1058375341.squirrel@www.codeangels.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

> Frankly I would like to know fist why do you want to do this. Unless there
> are
> good enough practical reasons, I would not recommend this approach at all.
> Can
> you tell us why do you want to do this?
>

It is for a advanced syslog server product we are currently developing.

The very basic idea is to feed all syslog messages into a DB and allow
easy monitoring and even correlation, we use Postgres as our DB Backend,
in big environments the machine would be hit with dozens of syslog
messages in a second and the messaging tables could grow out of controll
pretty soon (We are talking of up to 10mil messages daily).

We do have a "cleansing" logic build in which runs at certain times and
could delete the records over limit. So FIFO is not a requirement, it was
actually rather a theoretical question.

Regards

Kirill

--
Kirill Ponazdyr
Technical Director
Codeangels Solutions GmbH
Tel: +41 (0)43 844 90 10
Fax: +41 (0)43 844 90 12
Web: www.codeangels.com

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Luis Magaña 2003-07-16 17:12:18 Re: ODBC query problem
Previous Message Luis Magaña 2003-07-16 17:04:25 Re: ODBC query problem