DBAsupport.com Forums - Powered by vBulletin
Results 1 to 2 of 2

Thread: tables in memory

  1. #1
    Join Date
    Jan 2001
    Posts
    3
    Ho do i place a table in memory that is going to used multiple times and has very few updates done on it?

  2. #2
    Join Date
    Jan 2001
    Posts
    318
    This will cache the table in memory...
    ALTER TABLE table_name CACHE;

    You will have to analyze the table before caching.
    Sonali

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width