• Monty's avatar
    Limit minium aria_block_size to 4096 · bb702c2e
    Monty authored
    MDEV-19585  Assertion with S3 table and flush_tables
    
    The limit has to be increased so that MariaDB can create system tables.
    It should not have any notable impact on performance.
    
    There should not be any notable performance differences between 1K and 4K,
    especially for temporary tables. In most cases using bigger blocks is also
    faster (with the possible exception of doing key reads of not fixed length
    keys).
    bb702c2e
ha_maria.cc 131 KB