• Kirill Smelkov's avatar
    bigfile/zodb: Make ZBlk1 format the default · 9ae42085
    Kirill Smelkov authored
    Our current workloads are mostly a lot of small data changes and this is what
    ZBlk1 was created for. Yes it has larger overhead for accessing data, but we
    already painted the way how to handle this in 13c0c17c (bigfile/zodb: Format #1
    which is optimized for small changes) -> move data deduplication/management to
    server side.
    
    So be it ZBlk1 the default for now.
    
    /cc @Tyagov, @klaus
    9ae42085
file_zodb.py 25.9 KB