Ever see a query plan that suddenly flips to a seq scan, or cardinality estimates that are off by 100×? Nine times […]
Read MoreEver see a query plan that suddenly flips to a seq scan, or cardinality estimates that are off by 100×? Nine times […]
Read MorePrepared statements are great… until they suddenly aren’t. With the YugabyteDB JDBC Smart Driver (which inherits pgJDBC behavior), a prepared statement is […]
Read MoreHave you ever noticed a prepared statement in PostgreSQL (or YugabyteDB YSQL) that runs quickly at first but then, after a handful […]
Read MoreIn a previous post, we explored how to benchmark connection times with the YugabyteDB JDBC Smart Driver. The Smart Driver provides features […]
Read More