Software layers
Advantages of moving business logic to the database tier
1) Reduced communication costs
Business logic in the database tier
- If low-level code could run inside the database process, then
we could reduce:
- The number of round trips
- The amount of data serialized, transmitted, and deserialized.
|