De-normalization optimizer research project

From: arthernan <arthernan(at)hotmail(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: De-normalization optimizer research project
Date: 2013-09-04 22:14:02
Message-ID: 1378332842312-5769655.post@n5.nabble.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

I am working on a research project that looks at an entire database access
layer written against a normalized database and suggests de-normalizations
to be done to the database structure. In effect looking at de-normalizations
as a kind of cache. I am looking for any code I can leverage to do this
work.

As documentation for the plan optimizer I found the document below. Is this
still relatively accurate?

http://www.postgresql.org/files/developer/optimizer.pdf

I have looked at the postgresql optimizer code years ago. And it was not too
hard to follow. I wonder if it is fairly independent from the rest of the
system. Or if anyone has suggestions of using a different optimizer
codebase. Here is a discussion I found here from years ago.

http://postgresql.1045698.n5.nabble.com/About-method-of-PostgreSQL-s-Optimizer-td1933859.html

--
View this message in context: http://postgresql.1045698.n5.nabble.com/De-normalization-optimizer-research-project-tp5769655.html
Sent from the PostgreSQL - hackers mailing list archive at Nabble.com.

Browse pgsql-hackers by date

  From Date Subject
Next Message Jim Nasby 2013-09-04 22:38:53 Re: dynamic shared memory
Previous Message Peter Geoghegan 2013-09-04 22:01:57 Re: INSERT...ON DUPLICATE KEY IGNORE