Skip to content
Cloudflare Docs

Choose a data or storage product

This guide describes the storage & database products available as part of Cloudflare Workers, including recommended use-cases and best practices.

Choose a storage product

The following table maps our storage & database products to common industry terms as well as recommended use-cases:

Use-caseProductIdeal for
Key-value storageWorkers KVConfiguration data, service routing metadata, personalization (A/B testing)
Object storage / blob storageR2User-facing web assets, images, machine learning and training datasets, analytics datasets, log and event data.
Accelerate a Postgres or MySQL databaseHyperdriveConnecting to an existing database in a cloud or on-premise using your existing database drivers & ORMs.
Global coordination & stateful serverlessDurable ObjectsBuilding collaborative applications; global coordination across clients; real-time WebSocket applications; strongly consistent, transactional storage.
Lightweight SQL database