Client compact

Hello,

What happens when a person clicks on the compact button in his notes client.

I mean, what type of compacting is started?

Thanks in advance

Greetings

Alain Janquart

Subject: Are you referring to the mail file or the workspace?

If it is the mail file then it depends on whether it is the server instance or a local replica. If it is the server instance an NRPC request is sent to the server to initiate an in-place compact of the database. If it is a local replica then the ncompact.exe program is called and the database is compacted in place locally. The same applies to the workspace if that is the file you are referring to.

Cheers