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 edition of(…)
Cloud, Database Administration & Monitoring, Database management, DevOps CloudNativePG – Connecting external applications 16.08.2024 by Daniel Westermann Now that we know how we can benchmark a CloudNativePG deployment, it is time to look at how we can connect external applications to the PostgreSQL cluster. Usually, applications run in the same Kubernetes cluster and(…)
Cloud, Database Administration & Monitoring, Database management, DevOps CloudNativePG – Benchmarking 15.07.2024 by Daniel Westermann Now that we’ve configured our storage in the last post, it is time to benchmark the system. One popular tool when it comes to benchmarking PostgreSQL is pgbench. This can be used(…)
Database Administration & Monitoring, Database management, Oracle Oracle 21c: Attention Log – Useful or Superflous? 11.07.2024 by Oracle Team Attention.log is a feature, which was introduced in Oracle Database 21c, designed to capture high-level summaries of significant database events and activities. It differs from the alert.log in following points: High-Level Summaries: The attention.log focuses on summarizing critical and significant(…)
Cloud, Database Administration & Monitoring, Database management, DevOps CloudNativePG – Storage 05.07.2024 by Daniel Westermann This is the next post in the series about CloudNativePG (the previous one are here, here, here, here, here and(…)
Database Administration & Monitoring, Database management, Oracle Cleanup Audit Trail – the Full Picture 02.07.2024 by Oracle Team Oracle Database 23ai introduces several enhancements to unified auditing, focused on flexibility, and effectiveness. Some of the new key features are: Desupport of Traditional Auditing: Traditional auditing is desupported in Oracle 23ai, which means all auditing must now be done(…)
Database Administration & Monitoring, Database management, Oracle Oracle 23ai New Backup & Recovery Features 01.07.2024 by Oracle Team In this article I will give a short overview of some Backup & Recovery features in the new Oracle 23ai database. Meanwhile there are more than 300 new features in Oracle 23ai most of them reflecting artificial intelligence. I will(…)
Database Administration & Monitoring, SQL Server Keep an eye on your SQL Agent jobs using T-SQL! 12.06.2024 by Hocine Mechara Introduction: A couple of weeks ago I had a customer who was interested in monitoring the duration of some of his SQL-Agent jobs. The jobs were running in a data warehouse environment and were executing some ETL processes for loading(…)
Cloud, Database Administration & Monitoring, Database management, DevOps CloudNativePG – Scaling up and down 12.06.2024 by Daniel Westermann By now, if you followed the previous posts (here, here, here, here and here), we know quite a bit about how to use(…)
Cloud, Database Administration & Monitoring, Database management, DevOps CloudNativePG – The kubectl plugin 11.06.2024 by Daniel Westermann As we’re getting more and more familiar with CloudNativePG, now it’s time to get more information about our cluster, either for monitoring or troubleshooting purposes. Getting information about the general state of our cluster can be easily done by using(…)