changeset 46719:0732a7264226

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
author Raphaël Gomès <rgomes@octobus.net>
date Mon, 15 Mar 2021 10:57:02 +0100
parents ba8e508a8e69
children 66fb04552122
files mercurial/configitems.py
diffstat 1 files changed, 8 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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',