two_tier_architecture.yml 757 B

123456789101112131415161718192021222324
  1. columns:
  2. - column: "Tier"
  3. - column: "Description"
  4. rows:
  5. - "Tier": "**Source cluster(s)**"
  6. Description: |
  7. **A dedicated cluster(s)** for [sources](/concepts/sources/).
  8. {{% best-practices/architecture/upsert-source %}}
  9. - "Tier": "**Compute/Transform + Serving cluster**"
  10. Description: |
  11. **A dedicated cluster** for both compute/transformation and serving queries:
  12. - [Views](/concepts/views/#views) that define the
  13. transformations.
  14. - Indexes on views to maintain up-to-date results in memory and serve
  15. queries.
  16. With a two-tier architecture, compute and queries compete for the same
  17. cluster resources.
  18. {{< include-md file="shared-content/shared-cluster-indexed-view-tip.md" >}}