Hello,
I have a faint memory of reading somewhere that by doing SELECT COUNT(*) FROM A, table A will be loaded into memory.
Is this true? If so, is it true for InnoDB table? And where exactly is it placed - InnoDB Buffer Pool (as long as there is a sufficient space there)?
Thank you!
I have a faint memory of reading somewhere that by doing SELECT COUNT(*) FROM A, table A will be loaded into memory.
Is this true? If so, is it true for InnoDB table? And where exactly is it placed - InnoDB Buffer Pool (as long as there is a sufficient space there)?
Thank you!
Comment