diff options
author | Bruce Momjian <bruce@momjian.us> | 2006-01-05 16:23:48 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2006-01-05 16:23:48 +0000 |
commit | 1b736817d0761db12d370ab7a366eb3735eff571 (patch) | |
tree | ab625b4bdbbd3fff78b66d3e29e6c8ea9c9b05c2 /src/backend/access/gist/gistproc.c | |
parent | 33cd2706ad5aa21e30a5693041c2a0fb929da1be (diff) | |
download | postgresql-1b736817d0761db12d370ab7a366eb3735eff571.tar.gz postgresql-1b736817d0761db12d370ab7a366eb3735eff571.zip |
Add:
>
> * Allow control over which tables are WAL-logged
>
> Allow tables to bypass WAL writes and just fsync() dirty pages on
> commit. To do this, only a single writer can modify the table, and
> writes must happen only on new pages. Readers can continue accessing
> the table. Another option is to avoid transaction logging entirely
> and truncate or drop the table on crash recovery. These should be
> implemented using ALTER TABLE, e.g. ALTER TABLE PERSISTENCE [ DROP |
> TRUNCATE | STABLE | DEFAULT ]. [wallog]
Diffstat (limited to 'src/backend/access/gist/gistproc.c')
0 files changed, 0 insertions, 0 deletions