Is there a way to either store data in the database only for certain elements or clean up the database after solving and keep data only for requested elements? The existing clean database option does not do this, because it will remove all data for certain load cases; it does not let you pick individual elements and keep the rest untouched.
I am running models with many elements and many load cases, leading to very large databases. However, I am interested only in data for a couple very specific elements or a specific zone. Therefore, it would be much better if we could only keep the data for these elements, since large databases consume a lot of storage, and become very slow to read and handle.
Does anybody know a way to do this? Thanks!