Written by

Question Ayman Yousef · Aug 2, 2017

How i can maintain cache DB

Hello,


I need support for my case!!
I have 18 GB health care cache Database i face delay with filter and transmit data around 20 - 45 Minutes, I need solution to fixed my issue.

I did Rebuild indexes & Tune Table .

Thanks,

Comments

Kyle Baxter · Aug 2, 2017

 

There is by no means enough information here to help you.  If this is an urgent problem, you should contact InterSystems Support.  Otherwise, we need a lot more information regarding what your problem is.

0
Robert Cemper · Aug 2, 2017

The first thing to check in Mgmt Portal is size of Global Buffers  - Rule of thumb: 50% of available RAM
http://<yourhost>:<yourport>/csp/sys/mgr/%25CSP.UI.Portal.MemoryStartup.zen

Check Cache Efficiency in System Dashboard before and after restart
http://<yourhost>:<yourport>/csp/sys/op/UtilDashboard.csp?$NAMESPACE=

0
Ayman Yousef · Aug 2, 2017

Thank you for you replay.

The memory 25% of the RAM and I checked cache efficiency before restart 77,644.17 after restart 69.25.

0
Arian Botine · Nov 15, 2020

‎It really lacks a lot of information, but to be quick and straightforward, you could locate the bottleneck point and one of the ways to achieve this is by identifying the process that is slow.‎

‎In the administration portal, go through processes, find the process that is slow and keep updating it, see if it is running or if there is any routine that becomes more evident, so you can understand exactly what is happening.‎

‎If there are no crashes at specific points, it may be some repeating structure or something in the programming logic, so I recommend using the tool in this article:‎

http://localhost:57772/csp/docbook/DocBook.UI.Page.cls?KEY=GCM_monlbl

0