Sat.May 11, 2024 - Fri.May 17, 2024

article thumbnail

Valkey/Redis: Not-So-Good Practices

Percona

As we’ve been introducing Valkey/Redis these past few weeks, let’s depart from the norm and talk about a few “things you should not do” in Valkey.No passwordBy default, Valkey/Redis uses no authentication. This means anyone can connect to your Valkey server and start writing and reading data.

Servers 116
article thumbnail

Article: How Netflix Ensures Highly-Reliable Online Stateful Systems

InfoQ

Building reliable stateful services at scale isn’t a matter of building reliability into the servers, the clients, or the APIs in isolation. By combining smart and meaningful choices for each of these three components, we can build massively scalable, SLO-compliant stateful services at Netflix.

Systems 93
Insiders

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Trending Sources

article thumbnail

Using Prometheus and Grafana to monitor a Nutanix Cluster.

n0derunner

Using a small python script we can liberate data from the “Analysis” page of prism element and send it to prometheus, where we can combine cluster metrics with other data and view them all on some nice Grafana dashboards. Output Prism Analysis Page Grafana Dashboard Prism Analysis Page Vs Grafana Dashboard method The method we … The post Using Prometheus and Grafana to monitor a Nutanix Cluster. appeared first on n0derunner.

article thumbnail

Clutch Hails World Web Technology Pvt. Ltd. as one of the Game-Changing UX Designers in India

Official Blog - World Web Technology

Let’s face it, there are a lot of new digital products in the market that just fall flat in today’s standard. A lot of companies are just developing anything today without any regards for its actual usability and design. Thankfully, our team at World Web Technology Pvt. Ltd. is here to help take your UI and UX efforts to the next level. World Web Technology Pvt.

Games 59
article thumbnail

Seamless Table Modifications: Leveraging pt-online-schema-change for Online Alterations

Percona

Table modifications are a routine task for database administrators. The blog post Using Percona Toolkit to Alter Database Tables Online: A Controlled Approach provides insights into the process of altering tables online in a controlled manner, ensuring uninterrupted access for application users and preventing application downtime.

Database 105
article thumbnail

Release Roundup May 15, 2024

Percona Community

Percona software releases and updates April 30 - May 15, 2024. Percona is a leading provider of unbiased, performance-first, open source database solutions that allow organizations to easily, securely, and affordably maintain business agility, minimize risks, and stay competitive, free from vendor lock-in. Percona software is designed for peak performance, uncompromised security, limitless scalability, and disaster-proofed availability.

article thumbnail

Valkey/Redis: Configuration Best Practices

Percona

In a few of our previous blog posts, we’ve seen how to get started with Valkey/Redis by running a simple docker container and how to persist some configuration settings to disk. In this post, let’s take a step back and go over a few configuration best practices.ConnectionsThe Valkey/Redis config file is typically located at /etc/valkey/valkey.

More Trending

article thumbnail

Choosing the Right Database: Comparing MariaDB vs. MySQL, PostgreSQL, and MongoDB

Percona

Selecting the appropriate database technology for your needs is crucial for ensuring compatibility with existing applications and infrastructure, optimizing application performance, and reducing costs. With so many different choices available, it can be difficult to make such a decision!This blog post provides a head-to-head comparison of MariaDB vs.

article thumbnail

Valkey/Redis Replication and Auto-Failover With Sentinel Service

Percona

In this Valkey blog post, I will demonstrate how we can set up a simple replication process among the Valkey nodes and then finally use some auto-failover mechanism with the help of the Valkey-sentinel tool.Replication (Master-Slave)Basically, we have two setups with the information below. [crayon-66424e4f4ca3a283603185/] Now let’s prepare some basic configurations in file [/etc/valkey/valkey.