Operations | Monitoring | ITSM | DevOps | Cloud

Latest News

[Infographic] AWS RDS from a Serverless perspective

In this article, we’ll deep dive into all the basics to help you decide if AWS RDS is the right decision for your architecture and help you hit the ground running if you do end up AWS RDS. For many decades now, relational databases (RDS) have been the place to store your data. They are pretty flexible often use some kind of SQL dialect, which is one of the main languages taught in computer science classes, and widely understood by the average developer.

SQL Monitor: Time For a 2nd Look

I’m inordinately proud to work for Redgate Software. One of the biggest reasons for my pride is because I can say, without equivocation, we make fantastic software that will help you do your job better, easier, and faster. However, there was one piece of software, many years ago now, that I wasn’t so proud of. Let me put it this way: I tried to get rid of SQL Monitor.

Why DevOps needs a change from a 'me' to a 'we' mindset

Chris Yates is a Senior Vice President, Managing Director at Republic Bank, one of the most innovative and forward looking banks in the US. For the last five years and more, he and the bank have been working to introduce DevOps to their database development process. Along the way he has had the opportunity to be joined on his DevOps journey by several of his colleagues who have played an instrumental part in enabling cross collaboration among the development teams.

How FinTechs can ramp up data security in 2022

We now have ever-expanding digital identities to live our daily lives and, whether it’s crossing international borders or more innocuously buying basic products and services, our digital footprint is growing. With the increasing requirement to have a digital identity to do just about anything, our data is constantly being shared online. That said, the demands on FinTech companies to keep personally identifiable information (PII) safe are more pressing than ever.

What Is a Distributed System?

Before you can answer this question, I like to step back and take a good look at the history of computing. Mainframes and legacy client-server applications were monolithic—all the processing took place on a single set of hardware. As hardware grew cheaper, and especially after widespread hardware virtualization came to fruition, these trends gave way to the widespread development of distributed systems. I began to see this trend during my time as an architect at a large cable and telecom provider.

A Complete Introduction to SQL Server Transactions

One of the most fundamental concepts in any relational database management system (RDBMS), such as SQL Server, is the transaction. During my consulting career, I've seen many performance problems caused by developers not understanding how transactions work in SQL Server. In this tutorial, I'll explain what transactions are, why they're necessary, and how they work in SQL Server.

Benchmarking Prometheus-compatible time series databases

Some time ago, Aliaksandr Valialkin published a medium post about comparing VictoriaMetrics and Prometheus resource usage when scraping metrics from thousands of targets. He used node_exporter as a source for metrics to scrape, which is very close to most real-world scenarios. However, the benchmark itself was just a bunch of scripts and a lot of manual work for every test.