Fraud Blocker

Better PostgreSQl performance on slow networks with pipeline mode

It is well known that poor database performance results from high network latency. For the libpq C API, PostgreSQL v14 introduced “pipeline mode,” whi…

Continue Reading

POSTGRESQL CASE-INSENSITIVE PATTERN MATCHING

Case-insensitive search is a highly requested feature, in part to keep Microsoft SQL Server compatibility. Using case-insensitive ICU collations is on…

Continue Reading

MANAGING SQL ADD-ON PROGRAMS 

We all love and hate bonus cards, “Miles & more,” and bonus points at the same time, don’t we? Recently, we encountered an intriguing use case that go…

Continue Reading

How to define table size in MS SQL database

To determine the size of tables in a database hosted on Microsoft SQL Server, you need to perform the following steps:

1. Connect to a database ser…

Continue Reading

Oracle NULLIF function

Oracle/PLSQL NULLIF function compares expr1 and expr2. If expr1 and expr2 are equal, the function NULLIF returns NULL. Otherwise, it returns expr1….

Continue Reading

🎉 Thank you for subscribing!

You're now on the list for database FinOps strategies and performance insights.