Business Intelligence, Cloud, Database Administration & Monitoring, Database management Attending SQLDay 2024 in Wrocław, Poland 14.05.2024 by Microsoft Team Here’s a short post about a conference I’m attending right now. SQLDay is one of the biggest events in Europe dedicated to the Microsoft data platform, including databases, Big Data and Business Intelligence solutions, and advanced data(…)
Database Administration & Monitoring, Database management, Operating systems A first look at openSUSE Leap Micro 6.0 23.04.2024 by Daniel Westermann Recently the openSUSE project announced the Alpha release of Leap Micro 6.0. This version of the openSUSE operating system is optimized for container workloads and edge computing. One of the cool(…)
Database Administration & Monitoring, Database management, Operating systems Another file system for Linux: bcachefs (3) – Mirroring/Replicas 22.04.2024 by Daniel Westermann This is the third post in this little series about bcachefs. The first post was all about the basics while the second post introduced bcachefs over multiple(…)
Database Administration & Monitoring, Database management, Operating systems Another file system for Linux: bcachefs (2) – multi device file systems 18.04.2024 by Daniel Westermann In the last post, we’ve looked at the very basics when it comes to bcachefs, a new file system which was added to the Linux kernel starting from version 6.7. While we’ve already seen how(…)
Database Administration & Monitoring, Database management, Operating systems Another file system for Linux: bcachefs (1) – basics 17.04.2024 by Daniel Westermann When Linux 6.7 (already end of life) was released some time ago another file system made it into the kernel: bcachefs. This is another copy on write(…)
Database Administration & Monitoring, Database management, PostgreSQL PostgreSQL 17: pg_buffercache_evict() 11.04.2024 by Daniel Westermann In PostgreSQL up to version 16, there is no way to evict the buffer cache except by restarting the instance. In Oracle you can do that since ages with “alter system flush buffer cache“, but(…)
Database Administration & Monitoring, Database management PostgreSQL 17: Split and Merge partitions 09.04.2024 by Daniel Westermann Since declarative partitioning was introduced in PostgreSQL 10 there have been several additions and enhancements throughout the PostgreSQL releases. PostgreSQL 17, expected to be released around September/October this year, is no exception to that and will come with(…)
Database Administration & Monitoring, Database management PostgreSQL 17: Add allow_alter_system GUC 08.04.2024 by Daniel Westermann Some time ago I’ve written about the options to disable the “alter system” command in PostgreSQL. While there is nothing up to PostgreSQL 16 to do this natively, there are solutions for this requirement (see(…)
Database management, Oracle, Security Clone Oracle Database configured with Oracle Key Vault (OKV) 27.03.2024 by Oracle Team How to clone an Oracle Database which is configured to store the TDE (encryption keys) in the Oracle Key Vault (OKV)(…)
Database Administration & Monitoring, Database management PostgreSQL 17: Convert a physical replica to a logical replica using pg_createsubscriber 25.03.2024 by Daniel Westermann Logical replication in PostgreSQL came with Version 10, which is already out of support. I’ve written about this a long time ago but the basic building blocks are still the same.