Skip to content

Commit 1dfe3d2

Browse files
authored
Warehouses overview edit
1 parent 5249045 commit 1dfe3d2

File tree

1 file changed

+8
-8
lines changed
  • src/connections/storage/warehouses

1 file changed

+8
-8
lines changed

src/connections/storage/warehouses/index.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,20 @@ redirect_from: '/connections/warehouses/'
44
plan: warehouses
55
---
66

7-
## What's a Warehouse?
7+
## What's a warehouse?
88

99
{% include content/whats-a-warehouse.md %}
1010

1111

1212
When selecting and building a data warehouse, consider three questions:
1313

14-
1. What type of data will be collected?
15-
2. How many data sources will there be?
16-
3. How will the data be used?
14+
1. **What type of data will be collected?**
15+
2. **How many data sources will there be?**
16+
3. **How will the data be used?**
1717

18-
Relational databases are great when you know and predefine the information collected and how it will be linked. This is usually the type of database used in the world of user analytics. For instance, a users table might be populated with the columns `name`, `email_address`, or `plan_name`.
18+
Relational databases are useful when the information to be collected and how it will be linked is known in advance. This is usually the type of database used in the world of user analytics. For instance, a users table might be populated with the columns `name`, `email_address`, or `plan_name`.
1919

20-
Examples of data warehouses include Amazon Redshift, Google BigQuery, and Postgres.
20+
Examples of data warehouses include Amazon [Redshift](/docs/connections/storage/catalog/redshift/), Google [BigQuery](/docs/connections/storage/catalog/bigquery/), and [Postgres](/docs/connections/storage/catalog/postgres/).
2121

2222
{% include content/how-a-sync-works.md %}
2323

@@ -27,7 +27,7 @@ Examples of data warehouses include Amazon Redshift, Google BigQuery, and Postgr
2727
2828
{% include components/reference-button.html href="https://segment.com/academy/intro/when-to-use-sql-for-analysis/?referrer=docs" icon="media/academy.svg" title="Analytics Academy: When to use SQL for analysis" description="When your existing analytics tools can't answer your questions, it's time to level-up and use SQL for analysis." %}
2929

30-
### More Help
30+
### Learn more
3131

3232
[How do I send custom data to my warehouse?](/docs/connections/storage/warehouses/faq/#what-if-i-want-to-add-custom-data-to-my-warehouse)
3333

@@ -75,4 +75,4 @@ Check out the [Frequently Asked Questions about Warehouses](/docs/connections/st
7575

7676
[How do I forecast LTV with SQL and Excel for e-commerce businesses?](/docs/guides/how-to-guides/forecast-with-sql/)
7777

78-
[How do I measure the ROI of my Marketing Campaigns?](/docs/guides/how-to-guides/measure-marketing-roi/)
78+
[How do I measure the ROI of my Marketing Campaigns?](/docs/guides/how-to-guides/measure-marketing-roi/)

0 commit comments

Comments
 (0)