Skip to content

Commit 77932bf

Browse files
authored
Merge pull request supabase#4206 from supabase/fix/overflow-table-realtime-blog
2 parents f1de7a1 + f55e9c8 commit 77932bf

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

www/_blog/2021-12-01-realtime-row-level-security-in-postgresql.mdx

+4
Original file line numberDiff line numberDiff line change
@@ -140,10 +140,14 @@ and the resultant processing time also grows.
140140

141141
![supabase-realtime-processing-per-subscription](/images/blog/launch-week-three/realtime-row-level-security-in-postgresql/supabase-realtime-processing-per-subscription.png)
142142

143+
<div class="overflow-x-scroll" markdown="block">
144+
143145
| Subscribers | 1 | 5 | 10 | 25 | 50 | 100 | 250 | 500 | 1,000 | 2,000 | 5,000 | 10,000 |
144146
|------------------------|------|------|------|------|------|------|------|------|-------|-------|-------|--------|
145147
| Processing Time (ms) | 11.2 | 12.5 | 14.2 | 16.7 | 18.8 | 24.5 | 27.8 | 29.1 | 64.7 | 75.5 | 158.4 | 303.8 |
146148

149+
</div>
150+
147151
## Best Practices for Performance
148152

149153
To get the most out of Realtime row level security, follow these guidelines:

www/tailwind.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module.exports = {
2-
purge: ['./components/**/*.tsx', './pages/**/*.tsx'],
2+
purge: ['./components/**/*.tsx', './pages/**/*.tsx', './_blog/*.mdx'],
33
darkMode: 'class', // 'media' or 'class'
44
mode: 'jit',
55
theme: {

0 commit comments

Comments
 (0)