Skip to content

Commit 72f6a7f

Browse files
committed
Attempt to indent videos without extra list bullet
1 parent 8720588 commit 72f6a7f

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

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

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@ 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-
* > [!VIDEO https://www.youtube.com/embed/7gAW08du6kk]
33+
34+
> [!VIDEO https://www.youtube.com/embed/7gAW08du6kk]
3435
3536
## Characteristics of real-time operational analytics
3637

@@ -42,7 +43,8 @@ them, take a moment to do so.
4243
* Common data models in these apps include:
4344
* Star Schema - few large/fact tables, the rest being small/dimension tables
4445
* Mostly fewer than 20 major tables
45-
* > [!VIDEO https://www.youtube.com/embed/xGWVVTva434]
46+
47+
> [!VIDEO https://www.youtube.com/embed/xGWVVTva434]
4648
4749
## Characteristics of high-throughput transactional
4850

@@ -55,7 +57,8 @@ them, take a moment to do so.
5557
* Query latency in single-digit milliseconds, with a high concurrency
5658
requirement.
5759
* Time series data, such as internet of things.
58-
* > [!VIDEO https://www.youtube.com/embed/A9q7w96yO_E]
60+
61+
> [!VIDEO https://www.youtube.com/embed/A9q7w96yO_E]
5962
6063
## Next steps
6164

0 commit comments

Comments
 (0)