technical question: "database under load"

GusVin

Member
Portuguese
What's the meaning of "under load" on the sentence below:

"... or if the database system is under load (locks couldn’t be acquired)."

thanks in advance.

regards.
 
  • Terse answer.
    Lots of processes accessing the database.
    Lots of nodes already locked so that processes can update them.
    Lots more processes wanting to lock nodes and unable to do so.

    That's a database under load - under pressure - experiencing more demand for service than it is capable of providing.
     
    Back
    Top