Skip to content
  • Mehmet Emin INAC's avatar
    Implement partition management logic for `security_findings` table · 4c00e1c8
    Mehmet Emin INAC authored
    As the `security_findings` table is now partitioned, with this change
    we are implementing the logic to create missing partitions and detach
    redundant ones.
    
    Basically, we create a new partition when the data size of existing
    partition exceeds 10 Gigabytes and we detach a partition when all the
    related `security_scans` for that partition becomes purged.
    4c00e1c8