From: Alan U. (JIRA) <tr...@fi...> - 2019-02-05 13:22:19
|
retrieve Non-Indexed and Indexed reads count of executed query for performance analysis --------------------------------------------------------------------------------------- Key: DNET-868 URL: http://tracker.firebirdsql.org/browse/DNET-868 Project: .NET Data provider Issue Type: New Feature Components: ADO.NET Provider Reporter: Alan Usiadek Assignee: Jiri Cincura Priority: Minor It would be nice to have a possiblity to retrieve some additional informations of executed query (Tools like IBExpert can do this): - Non-indexed reads count - Indexed reads count other useful informations are (a little bit more than affected recors count): - updates count - deletes count - inserts count with those it would be possible to monitor queries running in our programs and log if they have any non-indexed reads, and maybe they need some rewriting. -- 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 |