In a previous post, we explored how to benchmark connection times with the YugabyteDB JDBC Smart Driver. The Smart Driver provides features […]
Read MoreFrom table_id to Table Name in YSQL
Not long ago, a Yugabyte Tip shared a neat trick: how to display a table’s table_id in YSQL by calling yb_table_id(oid) inside […]
Read MoreBenchmarking YSQL Connection Time in YugabyteDB with the JDBC Smart Driver
In a previous YugabyteDB Tip, we measured how long it takes to establish a YSQL connection using ysqlsh. This time, we’ll take […]
Read MoreA 5-Minute “Hello, Smart Driver” Test for YugabyteDB
If you want to prove (fast) that the YugabyteDB JDBC Smart Driver actually routes connections to the right YugabyteDB nodes, without fiddling […]
Read MoreAvoid Cache Invalidation When Analyzing Tables
YugabyteDB’s cost-based optimizer (CBO) is a big deal. Turn it on, keep stats fresh, and your plans get smarter, closer to PostgreSQL […]
Read More