AWS, Database Administration & Monitoring Getting started with Exasol – A multi node cluster in AWS 15.10.2020 by Daniel Westermann As of now, all the previous posts worked with the Community Edition of Exasol. While that is great for getting started quickly (the Community Edition comes with all the features, except multi node support and a(…)
Database Administration & Monitoring, SQL Server SQL Server AlwaysOn node “Add all eligible storage to the cluster” 14.10.2020 by Microsoft Team I made a mistake recently when adding a new node to an existing Windows Failover Cluster supporting AlwaysOn SQL Server instances. When adding a new node using the GUI there’s this option checked by default named “Add all eligible storage(…)
Database Administration & Monitoring Getting started with Exasol – Backup and restore (2) 13.10.2020 by Daniel Westermann In the previous post we did the groundwork for being able to backup the Exasol database to an S3 bucket. We learned that you can do full level 0 backups and of top of that you(…)
Cloud, Database Administration & Monitoring, NoSQL YCSB (NoSQL benchmark) on Oracle Database 12.10.2020 by Oracle Team By Franck Pachot . The NoSQL technologies emerged for Big Data workloads where eventual consistency is acceptable and scaling out to multiple server nodes is an easy answer to increase throughput. With cloud services rising, those key-value document datastores(…)
Database Administration & Monitoring Getting started with Exasol – Backup and restore (1) 09.10.2020 by Daniel Westermann Now that we have a system with a proper network setup we can take a look at how backup and restore works in Exasol. Without being able to restore and recover your database, you for sure(…)
Database Administration & Monitoring Getting started with Exasol – Installation from ISO 08.10.2020 by Daniel Westermann Initially I wanted to write about Backup and Restore of Exasol databases but I quickly ran into issues, and this is the reason why this post is coming first. When you import the Exasol Community OVA as described(…)
Database Administration & Monitoring Getting started with Exasol – Sessions and auditing 05.10.2020 by Daniel Westermann This is the fourth post in the series about Exasol and this time it is about sessions and auditing. If you are interested in the previous posts you can find them here: Getting started with Exasol(…)
Database Administration & Monitoring Getting started with Exasol – Some words about indexes and transactions 01.10.2020 by Daniel Westermann If you followed Getting started with Exasol – Setting up an environment and Getting started with Exasol – Loading data from PostgreSQL you should have an Exasol test system up and running(…)
Database Administration & Monitoring, Oracle Oracle ADB from a Jupyter Notebook 30.09.2020 by Oracle Team By Franck Pachot . My first attempt to connect to an Oracle database from a Jupyter Notebook on Google Colab was about one year ago: https://medium.com/@FranckPachot/a-jupyter-notebook-on-google-collab-to-connect-to-the-oracle-cloud-atp-5e88b12282b0 I’m currently preparing a notebook as a handout(…)
Database Administration & Monitoring, Database management Getting started with Exasol – Loading data from PostgreSQL 30.09.2020 by Daniel Westermann In the first post of this series we brought up an Exasol test system to have something to play with. Because playing without data is a bit boring this post is about loading data from PostgreSQL(…)