Synchronous creation: index_vuln_findings_on_uuid_including_vuln_id
This index was originally added in an async migration in the following two MRs: 1. [Index vulnerability findings on uuid including vuln id][0] 2. [Recreate async index `index_vuln_findings_on_uuid_including_vuln_id`][1] This commit is a followup to add the index synchronously as the final step in the [Asynchronous Index Creation][2] process [0]:https://gitlab.com/gitlab-org/gitlab/-/merge_requests/115175 [1]:https://gitlab.com/gitlab-org/gitlab/-/merge_requests/125646 [2]:https://docs.gitlab.com/ee/development/database/adding_database_indexes.html#create-indexes-asynchronously Changelog: performance
显示
- db/post_migrate/20230713234121_create_index_vulnerability_findings_on_uuid_sync.rb 21 个添加, 0 个删除...34121_create_index_vulnerability_findings_on_uuid_sync.rb
- db/schema_migrations/20230713234121 1 个添加, 0 个删除db/schema_migrations/20230713234121
- db/structure.sql 2 个添加, 0 个删除db/structure.sql
- ee/spec/models/vulnerabilities/finding_spec.rb 1 个添加, 1 个删除ee/spec/models/vulnerabilities/finding_spec.rb
加载中
想要评论请 注册 或 登录