Jump to content

This topic is 7925 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

hi, is there a post earlier about speeding up calculating time?

i have developed a database that manages and analizes projects, staff, costs and times for use in architect's office. problem is it takes a little while to calculate results on some layouts since some of these layouts have litterally 50 - 100 calculation fields. the calculation time is of course varied depending on the speed of the machine and the network setting but any idea if this can be improved?

cheers,

danny

Posted

You could speed up calculations or finds by indexing your records. HOWEVER, most calc fields cannot be indexed (those data relying on another calculation field).

I would suggest you take at oAuzium Variables Plug-in found at www.wmotion.com.

I use this plugin to create a "virtual field" or even array instead of creating a calc field. Computation/Calculation will be done in memory not in hard disk (which is definitely faster).

However, this can only be done through a script...

Hope this helps

Posted

Actually the only calculation fields that cannot be indexed are those that reference global fields or related fields. However, calculated fields will default to indexed if they are indexable.

This topic is 7925 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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

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