Chapter 5. Data and Cache
Data is one of your most important assets in your application. Actually, it should be the fundamental asset. You might run your application anywhere, but without your data, it is pointless. By data, I mean the information that your application manipulates, generated or not by your end users. If your application can't work without a database, that database has an important piece of data that you must preserve.
Application data is very important. In web applications, users access it using the Internet and their data is stored on the server side, this importance increases. As your user base grows and the total size of your data increases, it becomes even more important to plan how your data is stored and how it's used.
And ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access