Is it possible for a DBA/DBE to earn 1 million USD annual compensation ?
Table of Contents My journey from Traditional RDBMS DBA to Opensource DBE/DBA My journey in the field of database administration (DBA) commenced in 2006 when I took on the role of an IBM DB2 DBA. During the...
Read More ➜KloudDB Shield 1.3 – HTML Feature
Table of Contents What is klouddb_Shield ? Klouddb_Shield is an open source security tool that checks for CIS compliance . Currently we check for 8 RDS controls , 32 controls(Postgres) , 46 MySQL controls – a total...
Read More ➜KloudDB Shield 1.2 – RDS CIS Benchmarks
Table of Contents What is klouddb_shield ? Klouddb_Shield is an open source security tool that checks for CIS compliance( https://www.cisecurity.org/cis-benchmarks/) . Currently we check for 8 RDS controls , 32 controls(Postgres) , 46 MySQL controls – a total...
Read More ➜Releasing first version of KloudDB Shield – MySQL CIS benchmarks
Table of Contents What is klouddb_shield ? Klouddb_Shield is an open source security tool that checks for CIS compliance . Currently we check for about 45 controls(MySQL) and we plan to add more checks soon We tested this...
Read More ➜Understanding How ONLINE DDL (INPLACE) works in MySQL
Introduction A database undergoes series of Schema/DDL changes during its tenure. Frequency of these changes might be less compared to normal DML workload but they are crucial and complex part of any DB workload. MySQL provides 3 inherent...
Read More ➜Lambda tuning for DBAs – 130X improvement
Table of Contents Problem description – Initial latency numbers With the advent of cloud, people are using lambda functions to automate repetitive tasks . You can use python , node js etc .. as a programming language for...
Read More ➜MySQL Innodb Cluster Operations – Part1
We are starting a new series from today “MySQL Innodb Cluster Operations” . Also check other Innodb cluster articles https://klouddb.io/innodb-cluster-5-7-vs-8-10-things-to-know/ and https://klouddb.io/innodb-cluster-open-book-github-wiki-launched/ 1) SELinux error when you try to add a new member to the group Sometimes when...
Read More ➜Create your two “free forever” PostgreSQL/MySQL servers today
Oracle cloud gives you two always-free vms which can be used as sandbox servers. So next time when you want to test a new database feature , research on a problem, remember this and use them to save...
Read More ➜Understanding Innodb History Length – Part 3
NOTE : This is PART 3 of series. Please go to our blog section and read PART 1 and 2 (If you have not done that already) Working Example: Let’s understand this with an example through sysbench. Example...
Read More ➜Innodb Cluster 5.7 Vs 8 – 10 Things to know
If you want to read details on below topics click here for detailed article.
Read More ➜