Changes between Version 20 and Version 21 of Performance
- Timestamp:
- Nov 4, 2013, 2:08:31 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Performance
v20 v21 160 160 * The Oversize Attribute Storage Technique 161 161 * Used on variable length data types (e.g. varchar, text, bytea) 162 ** PostgreSQL creates pg_toast_ tables here which are empty as long as data won't exceed page size162 * PostgreSQL creates pg_toast_ tables here which are empty as long as data won't exceed page size 163 163 * If tuple exceeds page size (8 kB by default) 164 ** data will get compressed165 ** data will be broken into multiple rows164 * data will get compressed 165 * data will be broken into multiple rows 166 166 167 167 == Size of RASBASE tables ==