Re: Implementation of Key Caches

2010-05-14 Thread Shawn Green
James W. McKelvey wrote: According to the 5.1 docs, I can have multiple key caches for MYISAM on a 32-bit host, each with up to 4G. But that means that each cache can take the entire address space of a process. How does the MySQL server get around the limitation? If the OS fails to allow t

Implementation of Key Caches

2010-05-14 Thread James W. McKelvey
According to the 5.1 docs, I can have multiple key caches for MYISAM on a 32-bit host, each with up to 4G. But that means that each cache can take the entire address space of a process. How does the MySQL server get around the limitation? -- MySQL General Mailing List For list archives: http: