Report dictionary memory usage in SHOW INNODB STATUS and/or SHOW STATUS

Bug #333817 reported by Baron Schwartz
2
Affects Status Importance Assigned to Milestone
Percona patches
Fix Released
Undecided
Unassigned

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.

Revision history for this message
Percona (percona-team) wrote :

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 ?

Revision history for this message
Baron Schwartz (baron-xaprb) wrote : Re: [Bug 333817] Re: Report dictionary memory usage in SHOW INNODB STATUS and/or SHOW STATUS

That's fine.

On Tue, Feb 24, 2009 at 1:01 PM, Percona <email address hidden> wrote:
> 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 direct subscriber
> of the bug.
>

--
Baron Schwartz, Director of Consulting, Percona Inc.
Our Blog: http://www.mysqlperformanceblog.com/
Our Services: http://www.percona.com/services.html

Changed in percona-patches:
status: New → Invalid
Changed in percona-patches:
status: Invalid → New
status: New → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.