[MDEV-4630] Adding a compressed URL field type Created: 2013-06-10 Updated: 2015-11-17 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | None |
| Fix Version/s: | None |
| Type: | Task | Priority: | Minor |
| Reporter: | VAROQUI Stephane | Assignee: | Unassigned |
| Resolution: | Unresolved | Votes: | 5 |
| Labels: | None | ||
| Description |
|
URL does not give good compression ratio but kazuho provide UDF functions to efficiently compress URL https://github.com/kazuho/url_compress Compression is based on PPM http://en.wikipedia.org/wiki/Prediction_by_Partial_Matching This work would be to enable transparent URL compression ala ENUM and possibly maintain dictionary in FRM file |
| Comments |
| Comment by VAROQUI Stephane [ 2013-07-25 ] |
|
Facing an other place where this should be used ..... |