Skip to content

Commit 8ed2f38

Browse files
authored
Merge pull request #1742 from segmentio/pwseg-patch-2
Update index.md
2 parents 84c30c9 + cb8f152 commit 8ed2f38

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

src/connections/storage/warehouses/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ redirect_from: '/connections/warehouses/'
1010
{% include content/whats-a-warehouse.md %}
1111

1212

13-
When selecting and building a data warehouse, there are three questions to consider:
13+
When selecting and building a data warehouse, consider three questions:
1414

1515
1. What type of data will be collected?
1616
2. How many data sources will there be?
1717
3. How will the data be used?
1818

19-
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", "plan name", etc.
19+
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`.
2020

2121
Examples of data warehouses include Amazon Redshift, Google BigQuery, and Postgres.
2222

0 commit comments

Comments
 (0)