pg_dumpbinary v2.18 released

  • Post author:
  • Post category:Databases

Grenoble, France - June 22, 2024 pg_dumpbinary pg_dumpbinary dumps a PostgreSQL database to a binary format. The resulting dump must be restored using pg_restorebinary, which is provided. This is a maintenance release that fixes two bugs in the restore process. Fix double copy statements when a table name requires to…

Continue Readingpg_dumpbinary v2.18 released

pgAdmin 4 v8.9 Released

  • Post author:
  • Post category:Databases

The pgAdmin Development Team is pleased to announce pgAdmin 4 version 8.9. This release of pgAdmin 4 includes 20 bug fixes and new features. For more details please see the release notes. pgAdmin is the leading Open Source graphical management tool for PostgreSQL. For more information, please see the website.…

Continue ReadingpgAdmin 4 v8.9 Released

Psycopg 3.2 released

  • Post author:
  • Post category:Databases

After 846 commits and close to two years in the making, we are very happy to announce the release of Psycopg 3.2! This release adds several new features to the Psycopg 3 line, some of which are: support for Numpy scalar types easier to use notifications reception the possibility to…

Continue ReadingPsycopg 3.2 released

Nokia Corteca Scales Wi-Fi Connectivity to Millions of Devices With MongoDB Atlas

  • Post author:
  • Post category:Databases

Nokia’s home Wi-Fi connectivity cloud platform was launched in 2019 as the Nokia WiFi Cloud Controller (NWCC). In 2023, it was renamed and relaunched as the Corteca Home Controller, becoming part of the Corteca software suite that delivers smarter broadband for a better experience. The Corteca Home Controller can be…

Continue ReadingNokia Corteca Scales Wi-Fi Connectivity to Millions of Devices With MongoDB Atlas

What Is a Multi-Model Database?

  • Post author:
  • Post category:Databases

What Is a Multi-Model Database? Think managing multiple databases is a necessary evil? What if you could simplify your entire data architecture into one streamlined system? You’re probably familiar with traditional databases, but have you heard about multi-model databases? These systems are gaining traction for their versatility and efficiency. Let’s…

Continue ReadingWhat Is a Multi-Model Database?

Building Better AI Products, Faster: How Braintrust Uses ClickHouse for Real-Time Data Analysis

  • Post author:
  • Post category:Databases

Braintrust is leading a transformation in how AI companies build, test, and improve their products. Since 2023, its platform has helped companies like Zapier, Notion, and Airtable gain deeper insights into the performance of their AI models and make faster, data-driven decisions that enhance reliability and quality. By combining real-time…

Continue ReadingBuilding Better AI Products, Faster: How Braintrust Uses ClickHouse for Real-Time Data Analysis

What is a Recommendation System in Graph Databases?

  • Post author:
  • Post category:Databases

What is a Recommendation System in Graph Databases? You might be wondering how recommendation systems work in graph databases and why they matter. If you’re familiar with traditional recommendation systems, you’ll find the graph-based approach quite different and potentially more effective. Graph databases offer a unique way to manage and…

Continue ReadingWhat is a Recommendation System in Graph Databases?

Building efficient workflows: Asynchronous Request-Reply pattern

Many modern applications and services often depend on remote APIs to provide business logic and compose functionality. These API calls commonly occur over the HTTP protocol and follow request–response semantics. However, not all APIs can respond quickly enough to send a synchronous reply over the same connection, especially when the…

Continue ReadingBuilding efficient workflows: Asynchronous Request-Reply pattern