A company runs an e-commerce application with a relational database (PostgreSQL) for orders and inventory. They need to store clickstream data for real-time personalization, with a flexible schema and sub-second read latency. Which database best suits the clickstream workload?
Firestore is a flexible, scalable NoSQL document database with real-time capabilities and sub-second latency, ideal for clickstream personalization.