Quote:
|
Originally Posted by mike_bike_kite
Is this really an issue? Does your application actually need to pull 11m rows from your database at one time?
|
hey, thanks for the reply.
you are absolutely correct- I do not think it is an issue anymore (see below) and really, we will not be pulling 11million rows in a real-life query.
it was simply my misunderstanding about some basics, i think, that generated my enquiry.
i ran some tests with MySQL Query Browser and the mysql command line, together with different innodb_buffer settings and different amounts of allocated RAM to the VM , and from that gained more of an understanding about the way memory is/may be handled.
i still have some questions about RAM/paging etc. in the context of MySQL but may run some more tests firsts.
i will also run some "real-life" web queries against the DB and see how it performs.
thanks again!