Earlier quoted context omitted.
But you don't have to pay for a subscription. You pay for a binary plus x months of updates up front--it's not subscription software.
To be fair, it is described as "Expires in 6 months" on the purchase page which makes it very unclear if the binary you downloaded is going to stop working. If it does stop working then it's not unlike subscription software. I was actually vaguely contemplating purchasing it until that uncertainty made me think paying them might give me something worse than free (ie: something that would break at an inopportune momen…
PgModeler – PostgreSQL Database Modeler
31–33 of 33 posts
Re: PgModeler – PostgreSQL Database Modeler
#32Can anyone suggest any better alternatives, even paid ones? I absolutely love PGSQL and it's a great software, but it severely lacks in good tools.
Their website shows they don't officially support the latest versions of PostgreSQL. It does work, but the menus haven't been updated for all the latest features. If you want to use syntax from a newer release, you'll need to do a SQL override until they update the tool.
Their team version keeps the metadata in a database, instead of a file. The locking/unlocking of individual tables is cumbersome. The metadata database doesn't support using PostgreSQL for storing the metadata. I tend to store the models in Git and use the built in model diff tool to do model merges.
ER Studio gets slow when you are north of 10k tables/views in a single model. As a work around, I use sub-models and do not touch the large master model. On a large main model, their visualization tool I believe tries to render all 10k tables. It starts taking 1-2 seconds between clicks. Smaller sub-models (1-2k) off that large main model do not have that issue.
The scripting extension for ER Studio is decent, not great, but significantly improved in the last few versions. It is close to being VBScript. Scripting makes updating really large models a breeze. I use it a lot for storage/index parameter parameter changes during hardware/software upgrades.
Re: PgModeler – PostgreSQL Database Modeler
#33Can anyone suggest any better alternatives, even paid ones? I absolutely love PGSQL and it's a great software, but it severely lacks in good tools.