This post discusses the performance comparison between EPRS(EDB Replication Server) and PGD(EDB Postgres Distributed). It compares the performance benchmark between both the products and presents figurative results of both under...
What exactly is the PostgreSQL query optimizer capable of? Are you experiencing its full potential, or just scratching the surface? We recently released Part 1 of our two-part webinar series...
In EDB’s recent webinar, Explaining the PostgreSQL Query Optimizer Part 1, EDB Vice President and Postgres Evangelist Bruce Momjian broke down the importance of the PostgreSQL query optimizer: what makes...
Tuning of the max_wal_size configuration parameter in PostgreSQL can have a profound effect on performance, but it's often overlooked or not given the priority it deserves in favour of other...
Get excited if you're a mysql_fdw user! Database Tech-Lead Suraj Kharage shares how the join push-down feature is improving the efficiency of join operations.
In part 1 of this blog mini-series, we looked at how to setup PostgreSQL so that we can perform regression analysis on our data using TensorFlow from within the database...
In part 1 of this blog mini-series on machine learning, we'll look at how to setup PostgreSQL so that we can perform regression analysis on our data using TensorFlow from...
In my last Machine Learning blog, PostgreSQL and Machine Learning, I looked at why we might want to integrate machine learning into our databases and showed examples using Apache MADlib...