Commit 52eff34f authored by Vincent Pelletier's avatar Vincent Pelletier

Add a TODO for delta compression.

git-svn-id: https://svn.erp5.org/repos/neo/trunk@2557 71dcc9de-d417-0410-9af5-da40c76e7ee4
parent 18a95590
...@@ -208,4 +208,7 @@ RC - Review output of pylint (CODE) ...@@ -208,4 +208,7 @@ RC - Review output of pylint (CODE)
- Make storage check if the OID match with it's partitions during a store - Make storage check if the OID match with it's partitions during a store
- Consider using out-of-band TCP feature. - Consider using out-of-band TCP feature.
- IPv6 support (address field, bind, name resolution) - IPv6 support (address field, bind, name resolution)
- Investigate delta compression for stored data
Idea would be to have a few most recent revisions being stored fully, and
older revision delta-compressed, in order to save space.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment