Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Server cache for certain reference tables...
kolli_s_at_hotmail.com escribió:
> =
> Hi,
> =
> According to our database model we will end up joining the main data=
> table with several smaller reference tables for almost every select
> query. I am trying to find if there is a way in Oracle to keep cert=
ain
> tables in buffer (cache or whatever) *all the time* so that our join=
s
> do not take too long. I know that it's possible in Sybase (11.x.x).
It'd be helpful de small_threshold_table parameter. It's the minimun table size so the table's blocks wont be put on the LRU end of the list after a full scan.
Regards.
-- =
Julio Negueruela
DBA Servicio Informático
Universidad de La Rioja - Spain Telf: 941-299179 Fax: 941- 299180
![]() |
![]() |