Re: Can I use PostgreSQL to develop a self-organizing database system?

From: Karsten Hilbert <Karsten(dot)Hilbert(at)gmx(dot)net>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Can I use PostgreSQL to develop a self-organizing database system?
Date: 2003-09-08 20:22:45
Message-ID: 20030908222245.B1018@hermes.hilbert.loc
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

> Please let me know if you have comments.
>
> The project focuses on the methodology of evaluating queries using views;
> views are relations that are defined by auxiliary queries and can be used to
> rewrite and answer user queries. One way to improve query performance is
> precompute and store (i.e., materialize) views.

> self-organizing -> automagically materializing the "right" views

I also use views to simplify application code by moving
complicated queries onto the backend. I wonder what, if any,
place this aspect of using views has in your project.

Thanks,
Karsten
--
GPG key ID E4071346 @ wwwkeys.pgp.net
E167 67FD A291 2BEA 73BD 4537 78B9 A9F9 E407 1346

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Bruce Momjian 2003-09-08 20:25:21 Re: About GPL and proprietary software
Previous Message Tom Lane 2003-09-08 20:17:19 Re: ISO 8601 'Time Intervals' of the 'format with time-unit deignators'