← Back to team overview

percona-discussion team mailing list archive

[Bug 333817] Re: Report dictionary memory usage in SHOW INNODB STATUS and/or SHOW STATUS

 

We have that in

http://www.percona.com/docs/wiki/patches:innodb_show_hashed_memory

  ----------------------
  BUFFER POOL AND MEMORY
  ----------------------
  Total memory allocated 328830416; in additional pool allocated 2117120
+ Internal hash tables (constant factor + variable factor)
+     Adaptive hash index 4839388         (4425628 + 413760)
+     Page hash           138716
+     Dictionary cache    3383508         (3320220 + 63288)


Do you need some more info ?

-- 
Report dictionary memory usage in SHOW INNODB STATUS and/or SHOW STATUS
https://bugs.launchpad.net/bugs/333817
You received this bug notification because you are a member of Percona
developers, which is the registrant for Percona patches.

Status in Patches for MySQL by Percona: New

Bug description:
The patch

http://www.percona.com/mysql/5.0.77-b13/patches/innodb_dict_size_limit.patch

would be even better if it showed how much memory the dictionary consumes.



Follow ups

References