You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a need of using really a lot of trees to make difference/versioning of some values.
Unfortunately, looks like this cause lot of storage issues as the database is bloat up to 30 GB..
Also, when doing a loop on all trees from DB to drop them, the database explose in size (30 GB -> 90 GB)
expected result: Not have 29 GB of database on disk for ~500 MB of data
@Slixe, were you able to find out the proper way to maintain a large number of trees? Also, how do the trees, in your case, vary (if at all) in the number of nodes within the tree?
Hey there,
I have a need of using really a lot of trees to make difference/versioning of some values.
Unfortunately, looks like this cause lot of storage issues as the database is bloat up to 30 GB..
Also, when doing a loop on all trees from DB to drop them, the database explose in size (30 GB -> 90 GB)
The text was updated successfully, but these errors were encountered: