Split queries on ' read' and 'write` for query response time distribution feature

Registered by Vlad Lesin

Add two IS tables QUERY_RESPONSE_TIME_READ and QUERY_RESPONSE_TIME_WRITE for 'read' and 'write' queries correspondingly. The criteria of splitting queries is based on sql command flags, if the flags show that the command CAN change any data then the query is 'write' and 'read' otherwise. As this criteria is based on the possibility but not on the fact of data changing it can be that queries which do not change any data are treated as "write". For example "UPDATE ... WHERE condition" is "write" query even if data were not changed.

Blueprint information

Status:
Complete
Approver:
None
Priority:
Medium
Drafter:
Vlad Lesin
Direction:
Approved
Assignee:
Vlad Lesin
Definition:
Approved
Series goal:
Accepted for 5.6
Implementation:
Implemented
Milestone target:
milestone icon 5.6.22-72.0
Started by
Laurynas Biveinis
Completed by
Laurynas Biveinis

Whiteboard

(?)

Work Items

This blueprint contains Public information 
Everyone can see this information.

Subscribers

No subscribers.