Optimizing Data Modification
摘要
Up to this point, our focus has been on optimizing queries, which means that only data retrieval has been covered. We haven’t touched on anything related to data manipulation, that is, updating, removing, or adding records. This is the subject of this chapter, which discusses how data manipulation affects performance and how performance for these operations can be improved.