Database Administration & Monitoring, Database management Installing MariaDB Columnstore 1.5 on CentOS 8 09.09.2020 by Open source Team In my previous blog, I talked about how to install the latest MariaDB Community Server 10.5.5 on CentOS 8 but now I will talk about the latest version of MariaDB ColumnStore 1.5 which is not anymore a separate fork of(…)
PostgreSQL Build API backend server with NodeJS and PostgreSQL 08.09.2020 by Open source Team Introduction In this Blog I will describe how to create an API Backend with NodeJS using PostgreSQL as Database. We will create API for public events with CRUD options. CRUD means: create, read, update and delete. Firstly, we will create(…)
Operating systems, Security SELinux for beginners 07.09.2020 by Open source Team Do you know the following situation: You are following a step by step tutorial on the web and on your environment does not work as expected because of SELinux. Your looking on search engines command how you can disable the(…)
Database Administration & Monitoring Configure PostgreSQL to allow remote connection 01.09.2020 by Open source Team By default, PostgreSQL will only allow localhost connection. If you want allow remote connections, you need to configure it. Configuring postgresql.conf First we need to find out where our conf file is located. You have two options: If you(…)
Database Administration & Monitoring, Database management Installing MariaDB Server 10.5.5 on CentOS 8 12.08.2020 by Open source Team In the following blog, you will learn how to install the latest version of the MariaDB Server 10.5.5 on CentOS 8 and how to use the mariadb user & binaries instead of mysql.
Database Administration & Monitoring The log_duration parameter in PostgreSQL 10.07.2020 by Open source Team log_duration is a useful point for finding slow running queries and to find performance issues also on the applications side using PostgreSQL as database. Another topic is finding issues with Java Applications using Hibernate after a(…)
Operating systems How to prepare for the SLES 15 Admin certification. 07.07.2020 by Open source Team My Background Since I started at dbi services sa (before 3 Weeks), I was working and preparing for the SUSE Linux Enterprise 15 certification. I had worked with other Linux distributions like CentOS, Ubuntu and Debian on my old(…)
Database Administration & Monitoring Postgres Vision 2020 is still live 26.06.2020 by Open source Team This year the Postgres Vision 2020 conference was a Free Virtual Event that took place on June 23-24, 2020 and the Postgres Vision Theme was “Postgres is for builders”(…)
Oracle, PostgreSQL Some myths about PostgreSQL vs. Oracle 24.06.2020 by Open source Team By Franck Pachot . I originally wrote this as a comment on the following post that you may find on internet: https://www.2ndquadrant.com/en/blog/oracle-to-postgresql-reasons-to-migrate/ but my comment was not published (many links in it… I(…)
Cloud, Oracle No{Join,GroupBy}SQL – Analytic Views for BI 14.06.2020 by Open source Team By Franck Pachot . Advocates of NoSQL can query their structures without having to read a data model first. And without writing long table join clauses. They store and query a hierarchical structure without the need to follow relationships,(…)