Subject monitoring encryption
Author Ralf Jansen

I’m trying to monitor encryption and look at Mon$Database for it.

Documentation has this example  “select MON$CRYPT_PAGE * 100 / MON$PAGES from MON$DATABASE”

As indicator that encryption it done I thought that the value of CRYPT_PAGE should be equal to PAGES (PAGES - CRYPT_PAGE == 0).

But it seems that CRYPT_PAGE jumps back to 0 in the end of the process. Is that correct? Is that intended behavior?