https://github.com/roma-glushko/db-trimmer
✂️Reduce database size for staging or development environments in an intelligent way
https://github.com/roma-glushko/db-trimmer
database developer-tools golang
Last synced: 6 months ago
JSON representation
✂️Reduce database size for staging or development environments in an intelligent way
- Host: GitHub
- URL: https://github.com/roma-glushko/db-trimmer
- Owner: roma-glushko
- License: mit
- Created: 2019-12-18T19:04:33.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-01-07T18:23:39.000Z (over 5 years ago)
- Last Synced: 2025-02-12T11:53:52.725Z (8 months ago)
- Topics: database, developer-tools, golang
- Language: Go
- Homepage:
- Size: 34.2 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# DB-Trimmer
DB-Trimmer is a tool to reduce database size for staging or development environments in an intelligent way.
## PoC
Currently, the tool contains three PoC for trimming databases:
- blocking deleting in chunks
- nonblocking deleting in chunks
- PoC based on recreating database structure and moving only needed dataset (WIP)