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

3.2.3. Shortcuts: Accessing Data Without Duplication

💡 First Principle: Shortcuts provide virtual access to external data without copying—like a library catalog that tells you where a book is located rather than photocopying the entire book. This avoids data duplication but means your queries depend on the external source being available and performant.

Scenario: Your organization has 50 TB of historical data in AWS S3 that's rarely accessed. Creating shortcuts lets Fabric query this data without copying it into OneLake, saving storage costs and avoiding sync complexity.

Shortcut Types

TypeSourceUse Case
InternalOther OneLake locationsCross-workspace data sharing
ADLS Gen2Azure Data Lake StorageExisting Azure data lakes
S3Amazon S3Multi-cloud scenarios
GCSGoogle Cloud StorageMulti-cloud scenarios

Accelerated vs. Non-Accelerated Shortcuts (KQL Database)

  • Accelerated: Caches data in Eventhouse for fast KQL queries; consumes storage; has sync delay
  • Non-Accelerated: Queries source directly; always current; slower performance
Decision Factors:
  • Query Frequency: High-frequency queries benefit from accelerated shortcuts
  • Latency Requirements: Sub-second requirements need acceleration
  • Data Size: Very large datasets may be cost-prohibitive to cache
  • Data Freshness: Accelerated shortcuts have a sync delay; non-accelerated are always current

Shortcuts vs. Copying: Decision Framework

FactorUse ShortcutCopy the Data
Data ownershipExternal team owns itYou own and transform it
Update frequencySource updates frequentlyPoint-in-time snapshot needed
Query performanceOccasional queries OKHigh-frequency, fast queries
Transformation neededRead as-isNeed to transform/cleanse
Storage costsWant to avoid duplicationPerformance worth the cost
Source availabilitySource is highly availableSource has maintenance windows
What Breaks with Shortcuts?
  • Source goes offline → Your queries fail
  • Source is slow → Your queries are slow
  • Source schema changes → Your queries may break
  • Source has network latency → Added query latency

Best Practice: Use shortcuts for reference data, historical archives, and cross-team data sharing. Copy data when you need transformation, guaranteed availability, or high-frequency queries.

⚠️ Exam Trap: Shortcuts provide access only—data remains in original format and location. If a question mentions needing transformation, shortcuts alone don't solve it. Also, accelerated shortcuts consume storage and have sync delays.

⚠️ Common Pitfall: Creating shortcuts to data you'll query thousands of times per day. The network overhead adds up—consider copying frequently-accessed data locally.

Alvin Varughese
Written byAlvin Varughese
Founder•15 professional certifications