SQL prompt cache management
Brujah
Posts: 22 Bronze 2
Hi
I've got a issue with the cache management
It keeps all databases in cache, even when I set the maximum number of databases to hold in memory to 5
Use the 3.8RC version now, but had the same problem with version 3.6
thanks,
Brujah
I've got a issue with the cache management
It keeps all databases in cache, even when I set the maximum number of databases to hold in memory to 5
Use the 3.8RC version now, but had the same problem with version 3.6
thanks,
Brujah
Comments
SQL Prompt also stores a certain number of database information in memory. This is controlled by the 'Minimum number of databases to hold in memory' setting. This increases performance, for example, when running cross-database queries.
When you say that SQL Prompt holds all the databases in cache, do you mean that it keeps them all on disk? If this is the case then, I'm afraid, you'll have to manually manage the databases that it stores by deleting the one's that you don't need.