Hallo!
I use 6.51SP0 Build7
When I use ArchiveFilter.Query or ArchiveFilter.QueryBlock in no matter VBA or VSTA code, I noticed tendency of occupy all available memory on big amount of data.
To be concrete - if Query result contains about 20.000 values, then system memory consumtion in the moment of request increases on 1.5 GB (with decrease to normal values after DeleteArchiveFilter call).
We really afraid that if someone will request some large amount of values this will lead to system crash of runtime..
1. Are such increases correct?
2. How traces this situation in zenOn? What should happens if result has to much values to be hold in memory?
3. Should we, for example, manually split reqest interval into pieces and Query their by turns?