Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 1.1 KB

GetFragmentBinary.md

File metadata and controls

22 lines (12 loc) · 1.1 KB

GetFragmentBinary

What condition does this detect?

GetFragment should use binary mode for performance assestment

This is a Process rule - the rule will test each process of the application

Why is this condition important?

GetFragment acitivty are part of the Large XML palette that is meant to be use when we're processing very big XML file so the way of processing should change for the traditional approach of the ParseXML activity. When we can read each of the fragments of the XML file is important that we choose the binary format because it will allow us to do a more efficient read operation and the same time to require less memory to store the result of the activity as part of it.

How to fix it?

Check the configuration of your Get Fragment acitivty and select the box that says that it will work in Binary Mode.

How do I use this rule?

The rule is enabled by default. To disable it if unwanted, clone the default "BW6 Quality Profile" quality profile and then disable the rule.


< Return to Rules list | << Return to main README file