I've got a datawindow that serves as a source data view/edit. Meaning it has over 200 columns and it needs them all before anyone ask.
The database is one table with 18k rows. This is tiny .
Data is retrieving longer than I expect and then when we close the window, do all the garbage collection recommended the system just freezes.
Got to task manager and you can see Appeon just slowly reducing its memory usage and then after about 30 seconds it finally unfreezes.
This is frustrating is your trying to use the tool.
We sometimes have 200k - 300k rows customers want to retrieve and then filter for analysis. So we had to set the StoragePageSize to Large and rows to disk is true.
I've never understood is you need both of those of does the PageSize do that for you thru virtual memory
Also, these machines are servers and have tons of memory and space and all ssd.
As always any help sincerely apprceiated.
Richard
The build I am using is 2728 for R3. This has been super stable and fast for me since its release on 2021.08.19.
If that is what you are using, then I would now suggest reinstalling.
Regards ... Chris
PS: I am using W10 version 21H1 build 19043.1237 on real PC's
Thanks
FYI: https://docs.appeon.com/pb2019r3/installation_guide_for_pb/ch01s01.html
Now saying that, your welcome to install the IDE on a Windows Server edition but Appeon does not support this.