December 2022
Beginner to intermediate
424 pages
7h 58m
English
Many developers create or modify the logic of applications that accesses a database. In most cases, this does not cause a problem because the modifications are simple, and developers create unit or integration tests to check if everything continues to function properly. Still, most problems related to performance or the application's behavior appear in production when your database has thousands or millions of records. This scenario cannot be replicated in any test environment, including the tools ...