• Kirill Smelkov's avatar
    zodbanalyze: Add support to analyze a particular range of transaction · 7ad9e1df
    Kirill Smelkov authored
    Currently zodbanalyze analyzes whole storage. However it becomes
    non practical to make a full zodbanalyze run on whole storage because
    usually there are many transactions and objects and the time to run full
    zodbanalyze is huge.
    
    However, similarly to zodbdump, we can teach zodbanalyze to analyze a
    particular range of transactions. This should help to analyze a range of
    changes for e.g.  yesterday, or for last week or similar.
    
    /reviewed-on !7
    7ad9e1df
zodbanalyze.py 10.5 KB