Jump to content
View in the app

A better way to browse. Learn more.

FMForums.com

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Sorting issue for remote users

Featured Replies

Hi,

I have an issue with a report which is running really slow. The application is running from the server in LA. I have some users in Indianapolis. The connection there has been a little slower than what users get in LA. I have designed a new report which contains summary part to show group data.

I have created a script to run this report where I first find the data, navigate to the report layout and sort the data. I have experienced in the past that sorting has always resulted to make the application slower in Indianapolis.

The report needs to be shown with the grouped data and hence I believe that sorting is important. But this time the report generation has become much slower. However the rest of the tools are working fine. Is there a way someone can suggest how to improve the process.

I tried removing the sort script step. It works at a good speed for remote users but the data is not grouped.

When we sort, I believe that the sorting process runs on the client completely and since the client's workstation has good hardware configuration, it should not be a problem. While sorting, is there any exchange of data between the server and the client?

Thanks,

--Sanjai

Sorting is network intensive, so the only way to speed this up is to have the remote users connect to the server using timbuktu, or some other desktop sharing program, or by using terminal services or Citrix. This way all the network intensive stuff happens on the LAN, and only keyboard and video information is sent to remote users.

Also, make sure you do your sorts on the found set that you want in the report, rather than sorting the whole database, and then constraining the found set. It will be much faster this way.

Dana

  • Author

Thanks for your answer. I would see how I can make the remote users connect to the server.

Yes, I am doing all the find operations first and the sorting is done on the foundset which I need for the report.

If someone else can think of other solutions to improve my process from the programming/application side, it would be helpful.

Create an account or sign in to comment

Important Information

By using this site, you agree to our Terms of Use.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.