I would like to know, where the content of the cache repository is located. Within the database ? Somewhere on disc ? I've a faulty member in this structure and would like to know, how to remove a package from that repository. Marten _______________________________________________ Glass mailing list [hidden email] http://lists.gemtalksystems.com/mailman/listinfo/glass |
Marten, You can find the cache repository being used by evaluating: MCCacheRepository default For GemStone, we arrange for the cacheRepository to be stored in the repo as MCDictionaryRepository. The easiest way to flush the cache is to use the tODE command `mr flush`. Otherwise you can execute the following: MCRepositoryGroup default repositoriesDo: [ :rep | rep flushCache ]. System commit Dale
On 2/2/17 7:39 AM, Marten Feldtmann via
Glass wrote:
_______________________________________________ Glass mailing list [hidden email] http://lists.gemtalksystems.com/mailman/listinfo/glass |
All these packages are stored in the database ? Marten Dale Henrichs via Glass <[hidden email]> hat am 2. Februar 2017 um 16:48 geschrieben:
_______________________________________________ _______________________________________________ Glass mailing list [hidden email] http://lists.gemtalksystems.com/mailman/listinfo/glass |
By default yes ... at the end of the day they end up on disk either way and they only get into the SPC when you reference them and you are a "flush away" from removing them from the repository ... Running the `gs flushCaches --hard` command or executing the following: ObjectLogEntry initialize. is a good idea if you are concerned about cleaning up in-repository caches. If you are not using the tODE command, keep an eye on the TDGemStoneTool>>gsFlushCaches: method for the up-to-date list of candidate caches ... Dale On 2/2/17 7:54 AM, Marten Feldtmann
wrote:
_______________________________________________ Glass mailing list [hidden email] http://lists.gemtalksystems.com/mailman/listinfo/glass |
Free forum by Nabble | Edit this page |