Jump to content

Performance - What really matters?


freedowsRoO

Recommended Posts

Hello guys!! How you doing?

I've been testing some small applications to learn more about performance with Unigui but i want to know from you guys what is the best pratice to consuming less resource of the server side?

 

I tested 3 cases with 500 records with one DBGrid:

  • Consuming an API and saving the data in a TFDMentable.
  • Direct connecting in the local database with TFDQuery.
  • Direct connecting in the local database but saving the data in a TFDMentable.

 

Using the stress test tool in all the 3 cases, the consuming off resources is pretty much the same. The big deal here is that with direct connecting the server side holds the memory until i close the TFDQuery and in the other tests i close the TFDQuery immediatly fetch the records on the TFDMentable realising the memory more fast than the others.

 

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...