What Kind of Data?
Before you can choose where to store something, you need to know what it is. Data comes in three structural forms, and each one has a different relationship with the databases designed to hold it.
Click a card to learn more. The type determines what kind of database can hold it — and what kind of pipeline you'll need to make it useful.
Knowing the type gets you halfway there. The other half is the four V's — a framework for sizing up any storage problem.
Answer all four for any storage problem and the right tool usually surfaces. Skip them and you'll spend months migrating away from a database that was never right for the job.
A hospital system is adding a new feature: continuous vitals monitoring for ICU patients. Every patient generates one data point per second across six vital signs. The data must be queryable by time window (e.g., 'give me everything from the last 6 hours') and retained for two years. Which V drives the storage choice most strongly here?