Skip to content
代码片段 群组 项目
  • Abdul Wadood's avatar
    e1012089
    Update guidelines to add a new application setting · e1012089
    Abdul Wadood 创作于
    To add a new rate limit or an application setting we should use a JSONB
    column to store the new setting. It has the following advantages:
    
    1. Prevents the `application_settings` from getting wider. Postgres has
       a limit of 1600 columns.
    2. We can continue using the rails validations.
    3. Store different data types.
    4. Adding a new setting to an existing column won't a review from the
       database team.
    e1012089
    历史
    Update guidelines to add a new application setting
    Abdul Wadood 创作于
    To add a new rate limit or an application setting we should use a JSONB
    column to store the new setting. It has the following advantages:
    
    1. Prevents the `application_settings` from getting wider. Postgres has
       a limit of 1600 columns.
    2. We can continue using the rails validations.
    3. Store different data types.
    4. Adding a new setting to an existing column won't a review from the
       database team.
代码所有者
将用户和群组指定为特定文件更改的核准人。 了解更多。