Database Administration & Monitoring, Database management, Development & Performance, SQL Server Customer case study – SQL Server table partitioning 07.02.2025 by Amine Haloui A client submitted the following issues : Their database hosts multiple tables, including one table of approximately 1 TB, consisting of several billion rows. This table is continuously fed by various data sources. Additionally, it is also used to(…)
Development & Performance, PostgreSQL PostgreSQL 17: Enhancing JSON Support for Web Developers 18.10.2024 by Joan Frey PostgreSQL 17 introduces new features for working with JSON data. These features align PostgreSQL more closely with the SQL/JSON standard and improve the developer experience when dealing with semi-structured data. In this blog, we will explore the new JSON(…)
Cloud, Database management, Development & Performance Future Data Driven 2024 – introduction to vector databases 30.09.2024 by Amine Haloui I had the opportunity to participate in the Future Data Driven 2024 event (https://datadrivencommunity.com/FutureDataDriven2024.html) with my colleague Stéphane Haby. Many speakers were present, and I was able to attend several sessions covering the following topics: Azure,(…)
Development & Performance, Web Manage Feathers.js authentication in Swagger UI 30.08.2024 by Nicolas Meunier In addition to my previous articles Add a UI to explore the Feathers.js API and Add authentication in a Feathers.js REST API, today, I will explain how to manage Feathers.js authentication in Swagger UI and make(…)
Database Administration & Monitoring, Database management, Development & Performance, SQL Server SQL Server: Basic AG – One listener, multiple databases 19.08.2024 by Amine Haloui Introduction When it is not possible to have SQL Server Enterprise and there is a need to set up an AlwaysOn cluster, it is possible to use SQL Server Standard and implement basic availability groups. However, the Standard(…)
Database Administration & Monitoring, Development & Performance, SQL Server Plotting SQL Server Performance counters with Python 10.06.2024 by Microsoft Team As a consultant, I often use Performance Monitor (Perfmon) to collect performance metrics for SQL Server. After running Perfmon for, say, a week to capture a baseline of server activity, you can end up with(…)
Cloud, Database management, DevOps, Development & Performance CloudNativePG – Configuring the PostgreSQL instance 09.06.2024 by Daniel Westermann In the last post we’ve created a more detailed version of the cluster definition for CloudNativePG. This gave us a PostgreSQL cluster with enabled data checksum, the correct locale, an increased size of the WAL segments and the(…)
Database Administration & Monitoring, Development & Performance What DEVs need to hear from a DBA and why SQL and RDBMS still matters… 03.05.2024 by Adrien Obernesser The Average case As a skilled developer, you are well-versed in the latest trends and fully capable of building an application from scratch. From the frontend to the RESTful API backend, through to the ORM and the database, you(…)
Development & Performance, Web Add authentication in a Feathers.js REST API 25.04.2024 by Nicolas Meunier Following on from my previous articles: Create REST API from your database in minute with Feathers.js, and Add a UI to explore the Feathers.js API, today I want to add authentication in my Feathers.js REST API. Creation,(…)
Development & Performance, Web Add a UI to explore the Feathers.js API 26.03.2024 by Nicolas Meunier Following on from my previous article: Create REST API from your database in minute with Feathers.js, today I want to add a UI to explore the Feathers.js API. When we provide an API, it’s common to make(…)