Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Current »

Overview


If you are finding the speed of your Spatial Data Warehouse (SDW) slow or maybe you cannot open SDW tables, then the following steps could help resolve the problem.

Step-by-step guide

You could simply restart the Windows Service or reboot the Server itself or you can try to identify the session that is causing the problem.

  • Log onto your SDW using pgAdmin and connect to the database as the Posgres user.
  • Run the following SQL which will list all of the current running sessions.

  • You can cancel the running session using the following SQL where procpid is the procpid value for the session from the previous query.

  • No labels