This is about using Postgres in local for Guidewire development to work around memory constraints and to deal with large data sets. Also thinking using postgres in local will make us closer to production setup for troubleshooting.
My plan is to install a compatible PostgreSQL database version locally. This can be done either as an independent installation or using a Docker image. Connect the Guidewire application to the database using JDBC.
I haven’t attempted this yet, but I’m planning to. Any one attempted this yet?