Ticket S171329
Visible to All Users

Implement multi-threaded algorithms to improve performance of time-consuming data operations, such as sorting, filtering, and grouping

Answers approved by DevExpress Support

created 12 years ago (modified 12 years ago)

We have implemented the functionality described in this ticket. It will be included in our next update(s).

Please check back and leave a comment to this response to let us know whether or not this solution addresses your concerns.

Additional information:

With VCL 13.1, we implemented new multi-threaded algorithms in our data controllers to fully exploit the power of modern CPUs when it comes to dealing with large amounts of data. Our tests show that sorting, filtering, or grouping data in the ExpressQuantumGrid has been significantly improved (twice as fast or more, depending on the CPU architecture) as compared to VCL 12.2.6. The new algorithms are enabled by default; however, you can always switch to use the previous version. You can also choose an algorithm version for your entire application (using the dxDefaultMultiThreadedFiltering and dxDefaultMultiThreadedSorting global constants declared within the cxCustomData unit) or select the algorithm version for individual Views (via the View's DataController.MultiThreadedOptions option set). The new functionality relates only to the data controllers that work in "classic" data loading modes - when data-aware operations are performed on the client side, rather than on the server side (as in server mode).
We are excited to see the test results with these improvements and are looking forward to hearing yours! In the Beta version, we added multi-threaded support only to the ExpressQuantumGrid and are working to add it to the ExpressQuantumTreeList and ExpressVerticalGrid with the release version.

    Show previous comments (2)
    C C
    Constantin (DevExpress) 12 years ago

      Hello,
      Currently, we have no plans to improve the ExpressPivotGrid in VCL 13.1. The only areas that fit for multi-threaded improvements in the pivot grid are sorting, filtering, and obtaining drill-down data. I have added a corresponding ticket to our Support Center (see Improve performance of data operations on modern CPUs). We kindly ask everyone who looks for these improvements in the ExpressPivotGrid to mark that ticket as your favorite to "vote" for its implementation.

      DevExpress Support Team 12 years ago

        [Posted by Rodrigo Coelho]
        So, let's go to vote!

        DevExpress Support Team 12 years ago

          Guys,
          Have you tried this feature? We'd like to hear your results. Any feedback is more than welcome!

          Disclaimer: The information provided on DevExpress.com and affiliated web properties (including the DevExpress Support Center) is provided "as is" without warranty of any kind. Developer Express Inc disclaims all warranties, either express or implied, including the warranties of merchantability and fitness for a particular purpose. Please refer to the DevExpress.com Website Terms of Use for more information in this regard.

          Confidential Information: Developer Express Inc does not wish to receive, will not act to procure, nor will it solicit, confidential or proprietary materials and information from you through the DevExpress Support Center or its web properties. Any and all materials or information divulged during chats, email communications, online discussions, Support Center tickets, or made available to Developer Express Inc in any manner will be deemed NOT to be confidential by Developer Express Inc. Please refer to the DevExpress.com Website Terms of Use for more information in this regard.