Database Administration & Monitoring, Database management Building PostgreSQL with Meson 18.10.2022 by Daniel Westermann Last year, around this time, there started a thread on hackers which was about building PostgreSQL with meson. I didn’t know anything about Meson at this time, and don’t know much more(…)
Database Administration & Monitoring, Database management, Development & Performance Oracle Database Row Archiving 18.10.2022 by Oracle Team In a recent customer project, I was suffering to delete millions of rows from a LOG table. Removing 3 months of data took more than 30 minutes with the best optimization possible. After a while, I remembered that a very(…)
Cloud, Oracle Oracle CloudWorld 2022 – Day 1 : Arriving in Las Vegas 18.10.2022 by Marc Wagner What a chance for me to be able to participate to this great event! First of all I would like to thank dbi management to have given me the chance to go there and to participate to it. Las Vegas(…)
DevOps, Kubernetes Kubernetes: MetalLB in-depth 14.10.2022 by DevOps By working on a project for one of our customer, I have investigated how MetalLB works in details. This Kubernetes cluster is on-premises only and uses Nginx Ingress Controller for processing incoming L7 and L4 traffic. If you(…)
Operating systems NFS mount using Redhat autofs 14.10.2022 by Joan Frey First of all, why would you use autofs over nfs mount in the fstab ? Shares are accessed automatically and transparently when a user tries to access files or directories under the designated mount point of the remote filesystem to(…)
Database Administration & Monitoring, Database management PostgreSQL from packages on NetBSD 11.10.2022 by Daniel Westermann The last flavor of BSD we’ll look at is NetBSD. We already had FreeBSD (here and here) and OpenBSD (here and(…)
YaK Tips to Develop a new Component on top of YaK Core 11.10.2022 by DevOps If you are following social medias, you are probably aware of the new product that dbi services launched which is called YaK (news here). With Pascal Brand, we(…)
YaK Add On-Premises Host in YaK Core 10.10.2022 by DevOps Even if YaK Core does not manage on-premises servers provisioning, these can be easily added to YaK inventory. If you are too excited, can’t wait to test YaK and have no cloud account handy, you can(…)
Database Administration & Monitoring, Database management PostgreSQL from source on OpenBSD 10.10.2022 by Daniel Westermann In the last post we’ve seen that it is quite easy to get started with PostgreSQL on OpenBSD when you install from the provided packages. The downside of this was, that not the latest version of(…)
Database Administration & Monitoring PostgreSQL from packages on OpenBSD 09.10.2022 by Daniel Westermann Almost all of our customers run PostgreSQL on one of the distributions of Linux, either installed from packages or from source code. But there is not only Linux, there a various flavors of BSD you can(…)