Newbies MyFM Posted April 23, 2003 Newbies Posted April 23, 2003 Help.....Can anyone help me with speeding up a sort of an unindexed record? Any help will be greatly appreciated and your reward will be in Heaven. Many thanks
Kurt Knippel Posted April 23, 2003 Posted April 23, 2003 Umm, the only way to speed it up is to index them, or to reduce the set of records that you are sorting.
BobWeaver Posted April 24, 2003 Posted April 24, 2003 Assuming that the field is not indexable, you can create a new field and use a script to set the new field to the contents of the unindexable field. The new field will be indexable and will sort fast. However, you will have to run the script to update the new field whenever anything in the other field changes. If it doesn't happen too often then you may be okay. Otherwise, you won't really gain any speed, because the script will be as slow as doing the unindexed sort.
Newbies MyFM Posted April 24, 2003 Author Newbies Posted April 24, 2003 Thank you kindly for your responses. I will keep trying things.
Recommended Posts
This topic is 8143 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now