one_tier_architecture.yml 597 B

12345678910111213141516171819
  1. columns:
  2. - column: "Tier"
  3. - column: "Description"
  4. rows:
  5. - "Tier": "**All-in-one cluster**"
  6. Description: |
  7. **A cluster** for [sources](/concepts/sources/), compute/transformation
  8. and serving queries:
  9. - Sources to ingest data.
  10. - Views that define the transformations.
  11. - Indexes on views to maintain up-to-date results in memory and serve queries.
  12. With a 1-tier single-cluster architecture, sources, compute, and queries
  13. compete for the same cluster resources.
  14. {{< include-md file="shared-content/shared-cluster-indexed-view-tip.md" >}}