|
|
|
|
|
by thorin
2656 days ago
|
|
Understand ACID and the isolation levels available in your database server. Understand transactions. Read an explain plan and understand basic indexing. Test recovery of your server and implement a standby/ failover. Understand the pros and cons of where to put the logic of the application (db objects, stored proc, backend services, ui etc). Understand the pros and cons of using an orm and how you might tune or scale an app using one. |
|