|
Oracle 8i uses a different aging algorithm than
before. It waits for blocks to be accessed several times before
considering keeping them around. That way the full scan of a big table
won't push other tables out. If aging becomes a problem, remember you can
now size a keep and recycle buffer pool (The names only suggest the buffers'
intended purposes. Each follows the same aging algorithm.) and can alter
table/index/partition to assign it a new buffer cache online.
If the data OLTP and DSS don't have to be accessed
in the same query, it makes sense to create a new database to contain the OLTP
data. Not only will the caches be separate, their rollback, redo and
process will be separate as well. Plus, you'll be able to backup or take
one down without bothering the other one. If the data has to be
accessed together, you'll have to weigh the impact using database links in with
the other pros and cons of creating a separate database.
----- Original Message -----
|
- Mixing OLTP with DSS Rick Stephenson
- RE: Mixing OLTP with DSS Tom Pall
- RE: Mixing OLTP with DSS DENNIS WILLIAMS
- RE: Mixing OLTP with DSS Rick Stephenson
- RE: Mixing OLTP with DSS DENNIS WILLIAMS
