Grokking the System Design Interview
Ask Author
Back to course home

0% completed

Vote For New Content
"Optimize database schema and indexes to improve write performance." might be inaccurate.

basaranbahadir

Oct 4, 2024

Optimize database schema and indexes to improve write performance.

stated in Section Designing for Write-Heavy System.

I guess you explained the opposite in the previous course, by saying that creating an index is beneficial for read-heavy databases, not for write-heavy ones because when any update is requested on data, the index should be updated as well, hence it increases the latency.

3

0

Comments
Comments