An open API service indexing awesome lists of open source software.

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

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)