Dear Sir/Madam.

I have written a Management Information System that has a MySQL db running
on a Linux server.
There is quite a small number of tables.
However these tables are growing quickly and the queries executed will
require "LEFT OUTER JOIN" between tables.

Example:
A sample query over 4 tables using LEFT OUTER JOIN
Table A 11000 rows
Table B         15000 rows
Table C 18000 rows
Table D 2,500,000 rows

"Table D" will over a year will reach values of 10 to 15 million records.

Are you aware of any benchmarks / examples of expected response time??

Regards,
Ronan





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