Include COST for statement in mon$statements
--------------------------------------------

                 Key: CORE-4207
                 URL: http://tracker.firebirdsql.org/browse/CORE-4207
             Project: Firebird Core
          Issue Type: Improvement
            Reporter: Simonov Denis


In some cases it would be useful to have an estimate of the cost in a separate 
column of the table mon$statements. This extends the ticket CORE-2303.
This would allow, for example, learn the 10 most costly in terms of cost 
requests.

select *
from mon$statements
order by mon$statements.mon$cost desc
rows 10

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://tracker.firebirdsql.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

------------------------------------------------------------------------------
Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
Discover the easy way to master current and previous Microsoft technologies
and advance your career. Get an incredible 1,500+ hours of step-by-step
tutorial videos with LearnDevNow. Subscribe today and save!
http://pubads.g.doubleclick.net/gampad/clk?id=58040911&iu=/4140/ostg.clktrk
Firebird-Devel mailing list, web interface at 
https://lists.sourceforge.net/lists/listinfo/firebird-devel

Reply via email to