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

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...