VVM Ravikumar Sarma Chengalvala wrote:
> 
> Hi,
> 1.
> How much memory does mysql allocate by default to a
> database?Any default table wise memory limitations as
> well?

Its doesn't allocated very much by default ( < 10M ? ), 
and there is no per table memory allocation.

> 2.
> Is mysql's memory management and Oracle's memory
> management similar?Or altogeather different?
> 

They both have things like key buffers & sort buffers
that you can explicitly size, but MySQL doesn't have a 
db_block_buffer kind of thing that Oracle has. Rather, 
it lets your OS cache the data file, which works very 
well in Linux & just fine on WinNT.

--Josh

_________________________________________________________________
Joshua Chamas                           Chamas Enterprises Inc.
NodeWorks >> free web link monitoring   Huntington Beach, CA  USA 
http://www.nodeworks.com                1-714-625-4051

---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to