• 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[Pawn] Optimizations and MySQL
#1
Hi, I recently had 2 questions that I wanted to discuss here on the forum.



First Doubt: The efficiency of a script

when we develop systems, we realize that there are several different ways to write the system and get the expected result, however there are more efficient ways that cause less impact to the server.

I would like to know, what would be the best way to qualify the efficiency of a script. Would the script execution time be a valid parameter for this type of test?





Second Doubt:?When to use or not to use the data directly from the bank



In this second question I would like to know the best way to work with MySQL. For example, in a system that makes queries, additions and updates the best and most efficient way would be to load this sql data into variables, manipulate those variables and then update the data sql, or do all the manipulations directly in the database?
  Reply


Messages In This Thread
Optimizations and MySQL - by RhaegarX - 2021-02-27, 10:15 PM
RE: Optimizations and MySQL - by RhaegarX - 2021-02-28, 09:49 PM
RE: Optimizations and MySQL - by destiezk - 2021-02-28, 11:31 PM
RE: Optimizations and MySQL - by Pinch - 2021-03-01, 02:41 PM
RE: Optimizations and MySQL - by destiezk - 2021-03-01, 03:20 PM
RE: Optimizations and MySQL - by Virsenas - 2021-03-01, 12:09 AM
RE: Optimizations and MySQL - by Marllun - 2021-03-01, 01:37 PM
RE: Optimizations and MySQL - by RhaegarX - 2021-03-02, 01:52 AM
RE: Optimizations and MySQL - by Y_Less - 2021-03-07, 01:13 PM

Forum Jump: