-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Is there an existing issue for this?
- I have searched the existing issues
Current Behavior
The database writes more than 60M per second, and the hard disk is filled from 20G to 200G within an hour, causing the database docker to fail to start
The picture shows the command to check the data volume capacity executed 3 times within 3 seconds
After investigation, it was found that the startScan_Command table occupied too much space.
After executing VACUUM FULL startScan_command;, the capacity is restored to 128K. However, the next time you start scanning, the hard disk will be full again.
Expected Behavior
Can be used normally without causing the hard disk to become full
Steps To Reproduce
1.stat scan with full scan engine.
2.after half a day,database will expansion
Environment
- reNgine: 2.2.0
- OS: ubantu 24.02
- Python: 3.12.3
- Docker Engine:26.1.3
- Docker Compose: 1.29.2
- Browser: chrome 131
Anything else?
No response
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working