• Toon Claes's avatar
    rubocop: Add namespace_settings high traffic table · 2cae8161
    Toon Claes authored
    Add `namespace_settings` to the list of high traffic tables. It's a
    table with about an equal amount of rows as `namespaces`, and that table
    is also considered large, on both number of rows and total size.
    
    At the time of writing:
    
    | table              |   # rows |
    |--------------------+----------|
    | namespaces         | 10416978 |
    | namespace_settings | 10319252 |
    2cae8161
rubocop-migrations.yml 1.33 KB