Copyright (c) 2026 MindMesh Academy. All rights reserved. This content is proprietary and may not be reproduced or distributed without permission.

1.1.2. What Is Your Intent?

💡 First Principle: Intent determines optimization. A system optimized for writing (transactions) cannot simultaneously be optimized for reading (analytics). Knowing the primary intent narrows your options to services designed for that purpose.

IntentOptimizationService Category
TransactionalMany small, fast writes with ACIDOLTP databases (Azure SQL, Cosmos DB)
AnalyticalFew large, complex reads with aggregationsOLAP systems (Synapse, Databricks, Power BI)
ArchivalCheap long-term storage, rare accessCold/Archive storage (Blob tiers)
StreamingReal-time, event-by-event processingStream processors (Event Hubs, Stream Analytics)

Reasoning Tool: Ask "what will users DO with this data?" If they're placing orders—transactional. If they're generating reports—analytical. If they're keeping backups for 7 years—archival.

Alvin Varughese
Written byAlvin Varughese
Founder15 professional certifications