|< < 25 > >|

Software layers

Advantages of moving business logic to the database tier

1) Reduced communication costs

Business logic in the middle tier

  • Read and analyze a lot of data to make a decision.

  • Analysis is often implemented in low-level code (Java, PHP, Javascript) on the server.

  • Which requires requests to the database, and the transmission of query results.

|< < 25 > >|