TLDR: I was starting to think that the best choice of default DB collation (for sort order, comparison, etc) in Postgres might be ICU. But after spending some time reviewing the landscape, I now think that code-point order is the best default DB collation – mirroring Db2 and Oracle – and linguistic sorting can be … Continue reading →| Ardent Performance Computing
An interesting hint by Vladimir Sitnikov has made me think about a new benchmark for jOOQ: The benchmark should check whether single row queries should have a JDBC Statement.setFetchSize(1) call ma…| Java, SQL and jOOQ.
This post analyzes how WebSphere and applications deployed on WebSphere react to a client reroute and what can be done to minimize the impact of a failover.| Andreas Veithen's blog