Post

Stored Procedure

βœ… Stored Procedure

run several queries as if it is one function

πŸ‘πŸ»

  • optimization, cache
  • easy to update
  • less traffic between client and server with SQL
  • security

πŸ‘ŽπŸ»

  • less compatibility
  • slower than C, JAVA in caculation
  • difficult to debug
This post is licensed under CC BY 4.0 by the author.