This is a good idea, hopefully everyone will do this but I did have a problem.

Perhaps I have done this incorrectly but I could not see a way to submit screenshots in the challenge and when you click the "lets review" button,  or whatever the actual text was,  it closes it as completed and there seems no way to submit a screenshot.  Also, the link to the challenge is for the same challenge number as it appears in and it takes you to the Global Masters front page.

Also, you don't seem able to review both as suggested, if you use the link again or search for the platform you haven't reviewed yet it will simply state you have already submitted a review.  I suspect this is because using the link you have to choose between Iris or Cache and so the offer is for one or the other but not both.

If you have an equivalent version of Cache installed with the manager source code available then take a look at briefsub^%GSIZE. 

You can copy this code and amend as you require, remember to include the sub routines it calls and you will have to set a few things up first.  I've done similar things in the past on older systems, the code can look daunting at first but isn't hard to understand enough to use.

On newer systems you would use the %Library.GlobalEdit class.

Another clarification, ppg's are not limited only by disk space, just like all other databases the maximum size of cachetemp can be set to stop infinite growth, this means the ppg's have the same limit.

Also remember, the more you use them the more cachetemp fills.

One last point is that other parts of cache such as odbc queries also use cachetemp for storage and so the whole of cachetemp is not always available.

As ever you have to plan usage appropriately based on the application and the database configuration.