Add index to package files on package_id, status and file extension
Adding the index to package files table on package_id, status and file extension will improve the perfomance of NuGet metadata endpoints and can be used instead of existing GIN index. Changelog: performance
显示
- app/models/packages/package_file.rb 1 个添加, 1 个删除app/models/packages/package_file.rb
- db/post_migrate/20240523145415_add_package_id_file_extension_status_index_to_package_files.rb 19 个添加, 0 个删除...ackage_id_file_extension_status_index_to_package_files.rb
- db/schema_migrations/20240523145415 1 个添加, 0 个删除db/schema_migrations/20240523145415
- db/structure.sql 2 个添加, 0 个删除db/structure.sql
- spec/models/packages/package_file_spec.rb 1 个添加, 1 个删除spec/models/packages/package_file_spec.rb
加载中
想要评论请 注册 或 登录