Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

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

Recommended Posts

Posted

Hi,

I'd like to know if executing an SQL query is faster than using a filemaker calculated fields on a remote mysql database hosted on a webserver?

Example:

There two tables Clients & Invoices. Lets say I want to summarize total invoice amount per client. Which one of the two methods will calculate the result faster?

1. Execute SQL update statement sum(invoices.total) where client_code ="xyz" after every invoice created

OR

2. Use filemaker calculated field in clients --> Total spent (Sum ( invoices::Total))

Has anyone experienced this ?

This topic is 5750 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.