Cached dataset

From: "Andrus" <eetasoft(at)online(dot)ee>
To: pgsql-general(at)postgresql(dot)org
Subject: Cached dataset
Date: 2006-11-10 18:23:40
Message-ID: ej2gck$2hlp$1@news.hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

I have about 100 mostly static tables in my application.
It takes about 1 minutes to download them through internet.

So I think I need to cahce those tables in local hard drive.
However, in this case refresh must be done before table access when those
tables are changed in server.

MS SQL .NET data provider implements cacheable interface which allows this.
Dataset is automatically refreshed using polling or async event notificaton.

I read the npgsql docs but havent found such feature.

Where to find sample which implements cached dataset in Postgres ?

Andrus.

Browse pgsql-general by date

  From Date Subject
Next Message Sandro Dentella 2006-11-10 19:16:11 FK pointing to a VIEW
Previous Message Martijn van Oosterhout 2006-11-10 17:59:01 Re: Which DatumGet ?