RE: WAL versus Postgres (or: what goes around, comes ar ound)

From: "Mikheev, Vadim" <vmikheev(at)SECTORBASE(dot)COM>
To: "'Daniel Kalchev'" <daniel(at)digsys(dot)bg>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: RE: WAL versus Postgres (or: what goes around, comes ar ound)
Date: 2000-05-15 18:59:07
Message-ID: 8F4C99C66D04D4118F580090272A7A23018BDA@SECTORBASE1
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> > I've read this paper ~2 years ago. My plans so far were:
> >
> > 1. WAL in 7.1
> > 2. New (overwriting) storage manager in 7.2
> >
> > Comments?
>
> Vadim,
>
> Perhaps best solution will be to keep both (or three) storage
> managers - and specify which one to use at database creation time.
>
> After reading the Stonebraker's paper, I could think there
> are situations that we want the no-overwrite storage manager and
> other where overwrite storage manager may offer better performance.
> Wasn't Postgres originally designed to allow different storage
> managers?

Overwriting and non-overwriting smgr-s have quite different nature.
Access methods would take care about what type of smgr is used for
specific table/index...

Vadim

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2000-05-15 19:07:50 Re: FTP-sever ftp.postgresql.org unable to get dir-list ?
Previous Message Peter Eisentraut 2000-05-15 18:58:31 Re: Cast of numeric()