configitems: add TODOs blocking the move out of experimental for revlogv2
authorRaphaël Gomès <rgomes@octobus.net>
Mon, 15 Mar 2021 10:57:02 +0100
changeset 46719 0732a7264226
parent 46718 ba8e508a8e69
child 46720 66fb04552122
configitems: add TODOs blocking the move out of experimental for revlogv2 These are the todos so far, we probably will have more, but we might as well list them while they're fresh in our minds. Differential Revision: https://phab.mercurial-scm.org/D10216
mercurial/configitems.py
--- a/mercurial/configitems.py	Fri Feb 19 11:24:50 2021 +0100
+++ b/mercurial/configitems.py	Mon Mar 15 10:57:02 2021 +0100
@@ -1297,6 +1297,14 @@
     b'use-persistent-nodemap',
     default=False,
 )
+# TODO needs to grow a docket file to at least store the last offset of the data
+# file when rewriting sidedata.
+# Will also need a way of dealing with garbage data if we allow rewriting
+# *existing* sidedata.
+# Exchange-wise, we will also need to do something more efficient than keeping
+# references to the affected revlogs, especially memory-wise when rewriting
+# sidedata.
+# Also... compress the sidedata? (this should be coming very soon)
 coreconfigitem(
     b'format',
     b'exp-revlogv2.2',