Skip to content

Commit 96ddb54

Browse files
committed
Attempt to force greater vertical spacing
1 parent 72f6a7f commit 96ddb54

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/postgresql/hyperscale/howto-build-scalable-apps-classify.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ them, take a moment to do so.
3030
digit millisecond latency requirements for their database queries.
3131
* These apps have a classic relational data model, and are built using ORMs –
3232
like RoR, Hibernate, Django etc.
33-
33+
<br><br>
3434
> [!VIDEO https://www.youtube.com/embed/7gAW08du6kk]
3535
3636
## Characteristics of real-time operational analytics
@@ -43,7 +43,7 @@ them, take a moment to do so.
4343
* Common data models in these apps include:
4444
* Star Schema - few large/fact tables, the rest being small/dimension tables
4545
* Mostly fewer than 20 major tables
46-
46+
<br><br>
4747
> [!VIDEO https://www.youtube.com/embed/xGWVVTva434]
4848
4949
## Characteristics of high-throughput transactional
@@ -57,7 +57,7 @@ them, take a moment to do so.
5757
* Query latency in single-digit milliseconds, with a high concurrency
5858
requirement.
5959
* Time series data, such as internet of things.
60-
60+
<br><br>
6161
> [!VIDEO https://www.youtube.com/embed/A9q7w96yO_E]
6262
6363
## Next steps

0 commit comments

Comments
 (0)