DongTai
DongTai copied to clipboard
[Feature]: 数据表id类型调整
Preflight Checklist
- [X] I agree to follow the Code of Conduct that this project adheres to.
- [X] I have searched the issue tracker for an issue that matches the one I want to file, without success.
Problem Description
流量表(iast_agent_method_pool)的id字段是int类型,像这种增量比较快的表(例如:iast_asset)是否应该使用bigint。 对应服务端代码中python字段也要相应调整。
Proposed Solution
建议排查所有可能数据量过大的数据表和相应的服务端字段类型。
Alternatives Considered
No response
Additional Information
No response