Unsupported Screen Size: The viewport size is too small for the theme to render properly.

Showin Database Size

forums forums Monyog Monyog Comments Showin Database Size

  • This topic is empty.
Viewing 2 reply threads
  • Author
    Posts
    • #24052
      peterlaursen
      Participant

      What your are requesting is a engine specific parameter. I think we will concentrate on parameters and metrics that are not engine specific. Basically because at this moment (with the introduction of the Falcon engine and 3rd party engines) it is very uncertain what engines would 'normally' would be used as storage engine(s) with MySQL (MyIsam, InnoDB, Falcon, Solid, pbxt) in the future.

      At least

      * authentication

      * notifications and alerts

      * trend analysis

      .. should be introduced first in my opinion.

      For those storage engines (Innodb, Solid) that use a 'table space' not controlled by the file system but by the code of the storage engine itself it is not easy to tell the size of individual tables and databases. They simply are (normally) not individual files.

      Why do you need this feature?

    • #24053
      joe6p
      Member

      Peter,

      Thanks for the clarification. The idea is to get a sense of database size. I had MyISAM in mind when I posted earlier. It becomes tedious if you have 10s, if not 100s, of tables and you have to manually compute the size. Will trend analysis have anything to do with size? I will write a small perl script to do the job for me.

      -joe6P

      peterlaursen wrote on May 30 2007, 04:26 PM:
      What your are requesting is a engine specific parameter. I think we will concentrate on parameters and metrics that are not engine specific. Basically because at this moment (with the introduction of the Falcon engine and 3rd party engines) it is very uncertain what engines would 'normally' would be used as storage engine(s) with MySQL (MyIsam, InnoDB, Falcon, Solid, pbxt) in the future.

      At least

      * authentication

      * notifications and alerts

      * trend analysis

      .. should be introduced first in my opinion.

      For those storage engines (Innodb, Solid) that use a 'table space' not controlled by the file system but by the code of the storage engine itself it is not easy to tell the size of individual tables and databases. They simply are (normally) not individual files.

      Why do you need this feature?

    • #24054
      joe6p
      Member

      Peter,

      Thanks for the clarification. The idea is to get a sense of database size. I had MyISAM in mind when I posted earlier. It becomes tedious if you have 10s, if not 100s, of tables and you have to manually compute the size. Will trend analysis have anything to do with size? I will write a small perl script to do the job for me.

      -joe6P

      peterlaursen wrote on May 30 2007, 04:26 PM:
      What your are requesting is a engine specific parameter. I think we will concentrate on parameters and metrics that are not engine specific. Basically because at this moment (with the introduction of the Falcon engine and 3rd party engines) it is very uncertain what engines would 'normally' would be used as storage engine(s) with MySQL (MyIsam, InnoDB, Falcon, Solid, pbxt) in the future.

      At least

      * authentication

      * notifications and alerts

      * trend analysis

      .. should be introduced first in my opinion.

      For those storage engines (Innodb, Solid) that use a 'table space' not controlled by the file system but by the code of the storage engine itself it is not easy to tell the size of individual tables and databases. They simply are (normally) not individual files.

      Why do you need this feature?

Viewing 2 reply threads
  • You must be logged in to reply to this topic.