Book a Demo

Author Topic: Postgres DB optimization  (Read 3281 times)

Guillaume

  • EA Practitioner
  • ***
  • Posts: 1404
  • Karma: +42/-2
    • View Profile
    • www.umlchannel.com
Postgres DB optimization
« on: November 08, 2019, 11:12:58 pm »
Hi,

We have a large Postgres DB running the EA repository (2GB dump file). Accessed via the Cloud Service, I find it a bit slow sometimes.
I ran the integrity check. Is there any optimization I can look at on the DB itself?

Thanks
Guillaume

Blog: www.umlchannel.com | Free utilities addin: www.eautils.com


Modesto Vega

  • EA Practitioner
  • ***
  • Posts: 1183
  • Karma: +30/-8
    • View Profile
Re: Postgres DB optimization
« Reply #1 on: November 08, 2019, 11:21:48 pm »
Do you mean the Sparx EA cloud service or some other cloud service such as AWS or Azure?

Guillaume

  • EA Practitioner
  • ***
  • Posts: 1404
  • Karma: +42/-2
    • View Profile
    • www.umlchannel.com
Re: Postgres DB optimization
« Reply #2 on: November 08, 2019, 11:38:37 pm »
I mean Sparx Cloud Service so users don't have to set up ODBC (they have a url).
Guillaume

Blog: www.umlchannel.com | Free utilities addin: www.eautils.com


Geert Bellekens

  • EA Guru
  • *****
  • Posts: 13523
  • Karma: +574/-33
  • Make EA work for YOU!
    • View Profile
    • Enterprise Architect Consultant and Value Added Reseller
Re: Postgres DB optimization
« Reply #3 on: November 09, 2019, 06:58:47 pm »
You could try to have a DBA investigate and tweak some indexes, but realistically this won't really help.

I have found that the only way to really solve this type of performance issues is to use Remote Desktop or Citrix (and make sure the RD or Citrix server is in the same datacenter as the database)
This has an added advantage that you don't need to install EA on all of the client machines, but only on the server(s)

Geert