PostgreSQL pgvector, a guide for DBA – Part3 AI agent and workflows 13.03.2025 by Adrien Obernesser Introduction Nowadays, everyone in IT is well versed in using ChatGPT and other LLM-powered Chat to retrieve information like Google or try to learn something with it. The problem with those models is their accuracy. Current AI models only(…)
Database Administration & Monitoring, Database management PostgreSQL 18: More granular log_connections 13.03.2025 by Daniel Westermann Many of our customers enable log_connections because of auditing requirements. This is a simple boolean which is either turned on or off. Once this is enabled and active every new connection to a PostgreSQL database(…)
Enterprise content management Why Metadata Matters? 11.03.2025 by Guillaume Meunier In today’s digital landscape, efficient Content Management is crucial for business productivity. While many organizations still rely on traditional folder-based file management. Modern solutions like M-Files offer a smarter way to store, organize, and retrieve information. The(…)
Big Data, Business Intelligence, Cloud, Cloud Native, Development & Performance Oracle Technology Roundtable for Digital Natives – Let’s have a look at AI, Cloud and HeatWave 07.03.2025 by Elisa Usai Yesterday I participated to the Oracle Technology Roundtable for Digital Natives in Zurich. It was a good opportunity to learn more about AI, Cloud and HeatWave with the focus on very trendy features of this(…)
Enterprise content management M-Files Property Calculator 03.03.2025 by Guillaume Meunier M-Files is a powerful product in itself, that enables businesses to organize, manage, and track documents efficiently.But we can even make it more powerful by extending the out of the box capabilities with Property Calculator, a really useful tool.
Database Administration & Monitoring, Database management PostgreSQL: Unlogged tables and backups 28.02.2025 by Daniel Westermann Recently we faced the following situation and have been asked to analyze the issue: A dump was loaded into a primary instance of PostgreSQL, but the data did not reach the replica. Tables which have been added after the(…)
Database Administration & Monitoring, Database management, Development & Performance, MS Teams, SQL Server Starting with PowerShell 7 and parallelization 26.02.2025 by Stéphane Savorgnano For the time being Windows PowerShell 5.1 is installed with Windows Server. It means that if you want to use or even test PowerShell 7 you need to install it by your own.To be honest, even if I’m using(…)
Database Administration & Monitoring, Database management pg_mooncake: (another) Columnar storage for PostgreSQL 25.02.2025 by Daniel Westermann A very, very long time ago I’ve written a blog about cstore_fdw, which brings columnar storage to PostgreSQL. This is now part of Citus and does not anymore come as a separate extension. While this still can(…)
Operating systems, SUSE Updating SUSE/ SLES the right way 24.02.2025 by Open source Team We all had that time where we needed to upgrade a ages old system that was running for years without any interruption. This sometimes can be quite tricky and take some time and nerves to do correctly. But since(…)
Cloud, DevOps OpenStack – Deploying the first compute instance 24.02.2025 by Daniel Westermann Once you have your OpenStack playground up and running it is time to actually use it. What we want to do today is to create our first compute instance. Before we can do that, we(…)