All database administrators back up their data – that’s a given. Not all backups are created equal, though – as time passes, many database administrators find themselves switching between their variations – for example, MySQL has mysqldump, Percona XtraBackup, SQLBak, and a couple of others, PostgreSQL can be backed up with pg_dump, Barman (Backup and Recovery Manager for PostgreSQL), or a couple of other tools, while Oracle Recovery Manager is a fit to backup an Oracle database infrastructure.
----------------------------------------------------------------------------------------------
Read More
Topics:
database dashboard,
database operations,
sql server monitoring,
sql monitoring tools,
database monitoring,
sqlmonitor,
sqlperformance,
sqlmanager,
database farm,
farmmanagement
All developers come across at least a couple of issues while they find themselves developing applications for the web. That’s exactly why sites like Stack Overflow, Stack Exchange, and the like exist – that’s developers helping other developers in trouble.
If you’re a frequent visitor of Stack Overflow though, you will notice that most of the issues related to software engineering have something to do with databases as well – new questions are also posted minutes ago, literally. And the given example only pertains to MySQL – can you imagine how many new questions are posted day-by-day targeting other database management systems? Thousands.
----------------------------------------------------------------------------------------------
Read More
Topics:
database dashboard,
database operations,
sql server monitoring,
sql monitoring tools,
database monitoring,
sqlmonitor,
sqlperformance,
sqlmanager,
database farm,
farmmanagement
If you’ve been a frequent user of MySQL now or in the past, you know for a fact that there are multiple storage engines MySQL allows us to choose from. The most frequent one is InnoDB which is known as a “high performance” storage engine meaning that if optimized properly via the parameters provided by MySQL in my.cnf, the storage engine can do wonders – MyISAM is considered more obsolete though, but it has its own use cases including providing an exact count of the rows in a specific table and storing database files in a recoverable format since the files provided by MyISAM are not bound to any other files such as ibdata1 provided by InnoDB.
----------------------------------------------------------------------------------------------
Read More
Topics:
database dashboard,
database operations,
sql server monitoring,
sql monitoring tools,
database monitoring,
sqlmonitor,
sqlperformance,
sqlmanager,
database farm,
farmmanagement
Performance tuning in Oracle is a repetitive process of searching for and identifying bottlenecks in your Oracle database.
After you identify the culprit of the performance issue, you can fix it by optimizing the problem query or adding indexes.
UPDATE: Since we published this blog, we have added new advanced performance tools to dbWatch Control Center.
You can find out more about these in this blog:
Read More
Topics:
database monitoring,
sqlmonitor,
sqlperformance,
sqlmonitoring,
indexmaintenance
About the Author:
Chad Pabalan is a Pre-Sales Engineer for dbWatch and a DBA specializing in SQLServer high availability setups and disaster recovery planning and configurations. He is an AWS Certified Solutions Architect Professional, a cloud enthusiast specializing in architecture and designing scalable, high available, and fault-tolerant systems on AWS Cloud.
Read More
Topics:
database monitoring,
sqlmonitor,
sqlperformance,
sqlmonitoring,
indexmaintenance
Everyone has heard of MySQL. Well, probably not everyone – say, everyone in the development and database monitoring space. Do you ever wonder why? MySQL is everywhere. The industries that use MySQL as their primary database management system include the automobile industry (think Volvo, BMW, etc.), the fashion industry (think SheIn and the like), the finance industry uses it heavily, it’s prevalent in the education industry.
----------------------------------------------------------------------------------------------
Read More
Topics:
database dashboard,
database operations,
sql server monitoring,
sql monitoring tools,
database monitoring,
sqlmonitor,
sqlperformance,
sqlmanager,
database farm,
farmmanagement
If you’ve been around the world of development at least for a little while, you will know – automation is everywhere. We mean, it’s 2022: one can find companies automating robotization processes, there are specialized houses with automated processes instead of keys, etc.
The software sector is not an exception to this rule, either – automation, especially database automation, in the software sector is rampant as well. Some of the processes that are being increasingly automated are related to databases, database monitoring, and database farm management: by automating database processes, people find themselves at ease when working with all kinds of database flavors.
----------------------------------------------------------------------------------------------
Read More
Topics:
database dashboard,
database operations,
sql server monitoring,
sql monitoring tools,
database monitoring,
sqlmonitor,
sqlperformance,
sqlmanager,
database farm,
farmmanagement
These days, Docker is a frequent friend of many developers. Some developers even turn to Docker to run their database systems – applications are safe in containers, containers usually are lightweight, and generally, containers allow devs to bundle all the software they use into “boxes” called Docker containers.
----------------------------------------------------------------------------------------------
Read More
Topics:
database dashboard,
database operations,
sql server monitoring,
sql monitoring tools,
database monitoring,
sqlmonitor,
sqlperformance,
sqlmanager,
database farm,
farmmanagement
If you’ve heard of databases of any kind, there’s a good chance you’ve heard (or even worked with) Microsoft Azure, or simply Azure as it called in the development circles. Azure is a frequent friend in the Microsoft circles – partly because it’s developed by Microsoft, but also partly because it’s a very efficient tool in managing all kinds of databases.
----------------------------------------------------------------------------------------------
Read More
Topics:
database dashboard,
database operations,
sql server monitoring,
sql monitoring tools,
database monitoring,
sqlmonitor,
sqlperformance,
sqlmanager,
database farm,
farmmanagement
All developers and database administrators have been in a situation where they need to test their database deployments before going live. There‘s simply no way around it: want to be live? Test your environment in a sandbox before moving onto publicly visible spaces (e.g. the web, etc.) But have you ever wondered what database administrators need to consider before deploying their database environments both locally and live? We will tell you all about that in this blog post.
----------------------------------------------------------------------------------------------
Read More
Topics:
database dashboard,
database operations,
sql server monitoring,
sql monitoring tools,
database monitoring,
sqlmonitor,
sqlperformance,
sqlmanager,
database farm,
farmmanagement