Menu

#586 benchmark tool for sql queries

Needs_decision
invalid
nobody
Utilities (45)
4
2013-06-11
2004-08-24
Anonymous
No

would be nice if phpmyadmin could support some
benchmark tools.

e.g. if you have on query that can do the same
operations that two other querys and you don't know
which method is faster. then you use the benkmark tool
which executes every method a 1000 times an returns you
the avg. execution time!

this is just an example. i'm sure there are a lot of
other applications for which a benchmark tool would be
very usefull!

Discussion

  • Alexander M. Turek

    Logged In: YES
    user_id=418833

    Executing various methods 1000 times would hit our execution
    limit.

     
  • Michal Čihař

    Michal Čihař - 2004-08-25

    Logged In: YES
    user_id=192186

    This is not good thing for web application, because php has
    usually time limit for execution and results can be
    influenced by speed of connection to web server.

    I'm for rejecting this one.

     
  • Michal Čihař

    Michal Čihař - 2004-08-25
    • priority: 5 --> 4
     
  • Michal Čihař

    Michal Čihař - 2004-10-20
    • milestone: --> Needs_decision
     
  • Garvin Hicking

    Garvin Hicking - 2004-10-20

    Logged In: YES
    user_id=473563

    I also disagree with putting this inside phpMyAdmin. This is
    not the right place to do it, you should make benchmarks
    without phpMyAdmins added overhead.

     
  • Marc Delisle

    Marc Delisle - 2004-10-31
    • status: open --> closed-rejected
     
  • Michal Čihař

    Michal Čihař - 2013-06-11
    • Status: closed-rejected --> invalid