| 1 | = RFC3: serialized format (storage) for RASTER type = |
| 2 | |
| 3 | '''Author''': Bborie Park <dustymugs@gmail.com>[[BR]] |
| 4 | '''Date''': 2015-01-25[[BR]] |
| 5 | '''Status''': Draft |
| 6 | |
| 7 | == Goals == |
| 8 | |
| 9 | The goals for Version 1 of the serialized RASTER format are: |
| 10 | |
| 11 | * '''Out-db band index''' |
| 12 | Allow support for out-db band indexes > 255 |
| 13 | |
| 14 | * '''Internal compression''' |
| 15 | Instead of PostgreSQL's TOAST compression, use a faster algorithm (e.g. LZ4, Blosc) |
| 16 | |
| 17 | * '''Metadata support''' |
| 18 | Support for variable length records for each raster and each band |