Skip to content

[Improvement][project] projects-management page query interface timeout #14959

@cooldwind

Description

@cooldwind

Search before asking

  • I had searched in the issues and found no similar feature requirement.

Description

add index:
ALTER TABLE t_ds_process_definition ADD INDEX idx_project_code(project_code),
ADD INDEX idx_version (version);
ALTER TABLE t_ds_process_definition_log ADD INDEX idx_code(code),
ADD INDEX idx_version(version),
ADD INDEX idx_project_code(project_code);
ALTER TABLE t_ds_process_instance ADD INDEX idx_process_definition_version(process_definition_version),
ADD INDEX idx_state(state);

Are you willing to submit a PR?

  • Yes I am willing to submit a PR!

Code of Conduct

Metadata

Metadata

Assignees

Labels

Staleimprovementmake more easy to user or prompt friendly

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions