forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commite8c435a
committed
docs: Update TOAST storage docs for configurable compression.
Mention that there are multiple TOAST compression methods and that thecompression method used is stored in a TOAST pointer along with theother information that was stored there previously. Add a reference tothe documentation for default_toast_compression, where the supportedmethods are listed, instead of duplicating that here.I haven't tried to preserve the text claiming that pglz is "fairlysimple and very fast." I have no view on the veracity of the formerclaim, but LZ4 seems to be faster (and to compress better) so itseems better not to muddy the waters by talking about compressionspeed as a strong point of PGLZ.Patch by me, reviewed by Justin Pryzby.Discussion:http://postgr.es/m/CA+Tgmoaw_YBwQhOS_hhEPPwFhfAnu+VCLs18EfGr9gQw1z4H-w@mail.gmail.com1 parent69d5ca4 commite8c435a
1 file changed
+6
-5
lines changedLines changed: 6 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
394 | 394 |
| |
395 | 395 |
| |
396 | 396 |
| |
397 |
| - | |
398 |
| - | |
399 |
| - | |
| 397 | + | |
| 398 | + | |
| 399 | + | |
400 | 400 |
| |
401 | 401 |
| |
402 | 402 |
| |
| |||
425 | 425 |
| |
426 | 426 |
| |
427 | 427 |
| |
428 |
| - | |
429 |
| - | |
| 428 | + | |
| 429 | + | |
| 430 | + | |
430 | 431 |
| |
431 | 432 |
| |
432 | 433 |
| |
|
0 commit comments
Comments
(0)