• marko's avatar
    branches/zip: Introduce separate functions for handling records containing · a53aa6ac
    marko authored
    externally stored columns.
    
    page_zip_compress_clust_ext(), page_zip_apply_log_ext():
    New functions.
    
    page_zip_compress_clust(), page_zip_apply_log(): Check rec_offs_any_extern()
    and avoid invoking the costly loop in most cases.
    
    Similar optimizations can be made in page_zip_decompress_clust() and
    page_zip_write_rec().
    a53aa6ac
page0zip.c 107 KB