On Mon, Dec 18, 2000 at 05:32:04PM +0200, Richard Ellerbrock wrote:
> I have an implementation question concerning user level async
> IO. Is MySQL capable of using user level async IO as defined
> by the POSIX standard? Reading the Redhat Oracle performance
> FAQ, this is hinted at. User level async IO is available in
> the RedHat Extended Edition Kernel (2.2.16). This kernel also
> supports Large File Support and Big memory.
No, MySQL doesn't use this API. Since MySQL is a multi-threaded
application, it's always doing many things at once anyway. If
you are having performance problems with MySQL, there's something
else going on (check the manual section on how to deal with table
locking to find some good things to try).
Tim
--
__ ___ ___ ____ __
/ |/ /_ __/ __/ __ \/ / Tim Smith <tim@stripped>
/ /|_/ / // /\ \/ /_/ / /__ MySQL AB, Development Team
/_/ /_/\_, /___/\___\_\___/ Helsinki, Finland (for a few weeks)
<___/ www.mysql.com