Re: Can I use PostgreSQL to develop a self-organizing database system? - Mailing list pgsql-general

From Karsten Hilbert
Subject Re: Can I use PostgreSQL to develop a self-organizing database system?
Date
Msg-id 20030908222245.B1018@hermes.hilbert.loc
Whole thread Raw
In response to Can I use PostgreSQL to develop a self-organizing database system?  ("Rada Chirkova" <chirkova@csc.ncsu.edu>)
Responses Re: Can I use PostgreSQL to develop a self-organizing  (Ron Johnson <ron.l.johnson@cox.net>)
List 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

pgsql-general by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: About GPL and proprietary software
Next
From: Tom Lane
Date:
Subject: Re: why does count take so long?