Database Administration & Monitoring PostgreSQL 12: generated columns 06.04.2019 by Daniel Westermann PostgreSQL 12 will finally bring a feature other database systems already have for quite some time: Generated columns. What exactly is that and how does is look like in PostgreSQL? As usual, lets start with a simple test setup.
Database Administration & Monitoring PostgreSQL 12: More progress reporting 04.04.2019 by Daniel Westermann PostgreSQL 9.6 introduced a new view called pg_stat_progress_vacuum which gives information about currently running vacuum processes. That was a great addition because since then you could easily estimate on how long a specific vacuum process will(…)
Database Administration & Monitoring The EDB filter log extension 01.04.2019 by Daniel Westermann This is another post dedicated to EnterpriseDB Postgres. Sometimes you may want to get specific messages not getting logged to the server's logfile or audit records. That might be specific error codes or, even more important, passwords you specify when(…)
Database Administration & Monitoring Auditing with EDB Postgres Enterprise 31.03.2019 by Daniel Westermann It might be that there is a requirement to audit operations in the database. Maybe because of legal requirements, maybe because of security requirements or whatever. I've already written a post in the past describing what(…)
Database Administration & Monitoring Using operating system users to connect to PostgreSQL 28.03.2019 by Daniel Westermann PostgreSQL supports many authentication methods by default and one of them is Ident authentication. Using that method you can use the users defined in the operating system and map them to users(…)
Database Administration & Monitoring, Database management, Development & Performance, Hardware & Storage, Oracle When you change the UNDO_RETENTION parameter, the LOB segment’s retention value is not modified 18.03.2019 by Oracle Team Below, I will try to explain, a particular case for the general error : ORA-01555 snapshot too old error.. Normally, when we have this error, we are trying to adapt the retention parameters or to tune our queries. SQL> show(…)
Application integration & Middleware, Cloud, Database Administration & Monitoring OpenText Enterprise World Europe 2019 – Day 3 14.03.2019 by Middleware Team Last but not least, today was mainly dedicated to demos and customer cases. It started with the global stream presenting some OpenText applications like Core for Quality: An application developed with AppWorks and integrated to Magellan. It was meant to(…)
Application integration & Middleware, Cloud, Database Administration & Monitoring, Enterprise content management OpenText Enterprise World Europe 2019 – Day 2 13.03.2019 by Middleware Team Day 2 of OTEW, we followed the global stream this morning which was taking most of the points from yesterday. But we had the pleasure to have a session from Dr. Michio Kaku, Theoretical Physicist, Futurist and popularizer of science.
Database Administration & Monitoring, DevOps, Docker, Kubernetes, SQL Server Upgrading SQL Server pods on K8s and helm charts 13.03.2019 by Microsoft Team It has been while since my last blog. Today it is about continuing with helm charts and how to upgrade / downgrade SQL Server containers to a specific cumulative update. My first write-up in my to-do list. Last(…)
Database Administration & Monitoring, Database management, SQL Server SQL Server Temporal Table – How to store a history table in another file? 12.03.2019 by Stéphane Haby Few days ago, a customer asks me if it is possible to move the history table to slower but cheaper storage. The question behind this is whether it is possible to create a history table on a separate filegroup(…)