On Thu, Mar 29, 2001 at 02:09:02PM -0500, Thalis A. Kalfigopoulos wrote:
> Hello,
> 
> A question about the -O option you can pass on command line to
> safe_mysqld.  If for example I give -O record_buffer=64M does that
> mean that I'll get: exactly 64M, at the most 64M or at least 64M?

At most. You're setting an uppper bound so that MySQL won't grow past
what you think is reasonable.

> Also I have a batchfile with about 150 queries (all plain selects)
> which I feed into mysql. Are they all going to be executed by one
> thread sequentially or split amongst many threads?

One thread.

Jeremy
-- 
Jeremy D. Zawodny, <[EMAIL PROTECTED]>
Technical Yahoo - Yahoo Finance
Desk: (408) 328-7878    Fax: (408) 530-5454
Cell: (408) 439-9951

---------------------------------------------------------------------
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