Database Administration & Monitoring, Database management PostgreSQL: Delaying authentication to debug a process 31.10.2024 by Daniel Westermann While investigating a customer issue (details here) one of the replies suggested to use pre_auth_delay to add a delay before a session is authenticated. Even if this was not useful for the actual issue,(…)
Database Administration & Monitoring, Database management 2024.pgconf.eu – Bigger than ever, the family is growing fast 26.10.2024 by Daniel Westermann The PostgreSQL community is growing every year and the same happens for pgconf.eu, which happened in Athens, Greece, this year. Attending this event is one of the best opportunities to get in touch with the people behind PostgreSQL. This(…)
Database Administration & Monitoring, Database management Improved not null/null planning in PostgreSQL 17 18.10.2024 by Daniel Westermann PostgreSQL 17 came with quite some additional features for the optimizer. One of them is about “is null” and “is not null” handling when column have a “not null” constraint defined. In the past it(…)
Database Administration & Monitoring, Database management PostgreSQL 18: Tweaking relation statistics 15.10.2024 by Daniel Westermann Up to now, there is no official way in PostgreSQL to tweak optimizer statistics manually. While this is quite common in other relational databases, PostgreSQL did not provide anything to do this. The first steps to allow this have(…)
Database Administration & Monitoring, Database management PostgreSQL 18: REJECT_LIMIT for COPY 11.10.2024 by Daniel Westermann With the just released version of 17 of PostgreSQL, copy got the “ON_ERROR” switch. This is very useful if you load something which contains rows that cannot be inserted into the(…)
Database Administration & Monitoring, Database management, SQL Server Understanding Head Blockers in SQL-Server 10.10.2024 by Hocine Mechara A customer of mine had a recurring issue with one of his business critical applications where everything was frozen and stuck for the users. The issue was caused due to a head blocking transaction which increased blocking in the(…)
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,(…)
Cloud Native, Database Administration & Monitoring, Database management, SQL Server, Technology Survey Coming back to the Future Data Driven Summit 2024’s Event last night 26.09.2024 by Stéphane Haby Last night, I followed with Amine Haloui the Future Data Driven Summit 2024 from 3 PM to 2 AM This event was remote and very easy to follow. One day with 5 rooms and more(…)
Database Administration & Monitoring, Database management, SQL Server SQL Server: The importance of the default language during a login migration 17.09.2024 by Stéphane Haby Few weeks ago, I perform a migration of a database and the associate logins.After few days, the customer contact me for a error about “conversion of a varchar data type to datetime data type” on this application.The error was(…)
Database Administration & Monitoring, Database management, SQL Server “Edit Top 200 rows” does not work between SSMS 18.12.1 & SQL Server 2022 27.08.2024 by Stéphane Haby Recently after a migration from SQL Server 2012 to SQL Server 2022, a end user contact me because SQL Server Management Studio (SSMS) does not work anymore when he want t o edit rows… I was surprised and(…)