Jump to content

Multi-Processor Utilization and DB Design


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

Recommended Posts

Hi --

I have been reading posts the better part of today, that FM Server 10/11 takes advantage of Multiple Processors. However, that is usually followed by some murmurings about DB Design. Can somebody please clarify these DB Design "sins" that are so damaging, so that we all may avoid them to the best of our abilities.

Thanks in advance,

--Rich

Link to comment
Share on other sites

They are numerous and all too frequently encountered. Here are but a few:

1. Lots of subsummary fields that have to calculate every time they are displayed.

2. Excessively long list views.

3. Complex graphics.

4. Excessive number of multi-hop relational queries across the Graph.

5. Excessive number of fields in a table.

6. Working on all records when a subset of records is more appropriate.

7. Not freezing windows when appropriate.

8. Replaces or imports in List View or in Table View, when Form View is more appropriate.

There are many others; perhaps other contributors here can suggest some.

Inadequate server hardware is also a critical matter, of which processor configuration, as suggested by this thread, is one key element.

Steven

Link to comment
Share on other sites

How FM Server takes advantage (or not) of the server hardware is something that we developers have little control over; and nor should we need to. Databases should just go faster when running on better hardware. FMS and FMP should be doing whatever is necessary to make that happen at a very fundamental level way below our "FMP database" abstraction.

Efficient database design should always be a goal.

Link to comment
Share on other sites

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