Data-Oriented Design: Software Engineering for Limited Resources and Short Schedules by Richard Fabian
English | 2018-10-08 | ISBN: 1916478700 | 307 Pages | PDF | 1.5 MB
The thinking behind Data Oriented Design is very similar to how you think about relational databases. Optimizing a relational database can also involve using the cache more efficient, although in this case, the cache is not CPU cache put pages in memory. A good data base designer will also likely split out infrequently accessed data into a separate table rather than creating a table with huge number of columns were only a few of the columns are ever used.