Filters in file run slow in RRSQL

Meeting place for R&R customers and clients to share tips and ideas. Post your questions, messages or problems here.
Post Reply
AAVasaris
Posts: 5
Joined: Tue Oct 10, 2017 12:44 pm

Filters in file run slow in RRSQL

Post by AAVasaris » Thu Jun 14, 2007 3:56 am

We are building an app that builds text control files, then runs it much the same way the icon builder generates .RSS files. In RRSQL v.12 we have found that a "built" filter in a text control file causes a significant slowdown over just having a "?" in the filter and having the user build the filter using the dialog box. The customization our users and managers want seems to come with a huge performance hit. Are we doing something wrong?

kfleming
Posts: 5795
Joined: Tue Oct 10, 2017 12:44 pm

=> Filters in file run slow in RRSQL

Post by kfleming » Mon Jun 18, 2007 10:31 am

An RI_FILTER expression gets evaluated locally rather than being passed to the server.____You should alternatively use RI_WHERE since it is passed directly to the server as part of the WHERE clause.____Regards,__Kathleen__R&R Support

AAVasaris
Posts: 5
Joined: Tue Oct 10, 2017 12:44 pm

==> RE: Filters run slow in RRSQL

Post by AAVasaris » Mon Jun 18, 2007 3:25 pm

Good solution. Thanks for the help.

Post Reply