article thumbnail

Using Cache in Spring Boot

DZone

Let's imagine a web application, where for each request received, it must read some configuration data of a database. That data doesn't change usually, but the application, in each request, must connect, execute the correct instructions to read the data, pick it up from the network, etc. What would happen?

Cache 100
article thumbnail

Crucial Redis Monitoring Metrics You Must Watch

Scalegrid

RedisĀ® is an in-memory database that provides blazingly fast performance. This makes it a compelling alternative to disk-based databases when performance is a concern. Redis returns a big list of database metrics when you run the info command on the Redis shell. This blog post lists the important database metrics to monitor.

Metrics 130
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

Bloom Filters: Efficient Data Filtering With Practical Applications

DZone

Bloom, these data structures have found applications in various fields such as databases, caching, networking, and more. They effectively filter out unwanted items from extensive data sets while maintaining a small probability of false positives. Since their invention in 1970 by Burton H.

article thumbnail

Designing Instagram

High Scalability

We will use a graph database such as Neo4j to store the information. Additionally, we can use columnar databases like Cassandra to store information like user feeds, activities, and counters. Sample Queries supported by Graph Database. Some of the keys of understanding the user network are listed below. System Components.

Design 334
article thumbnail

Percona Toolkit ā€“ A Quick Introduction to Summary

Percona

You can get summaries of your database servers, or you verify replication lag on MySQL and PostgreSQL servers. You get thirty-eight scripts that can do any manner of actions, and you will find them very valuable in your regular database work. Caches | 12.4G Caches | 12.4G Caches | 12.4G LTS (jammy) Kernel | 6.2.0-33-generic

Cache 98
article thumbnail

Five Data-Loading Patterns To Improve Frontend Performance

Smashing Magazine

The resource loading waterfall is a cascade of files downloaded from the network server to the client to load your website from start to finish. It essentially describes the lifetime of each file you download to load your page from the network. You can see this by opening your browser and looking in the Networking tab.

Cache 125
article thumbnail

PostgreSQLĀ® Hostname Configuration

Scalegrid

Imagine a world where your PostgreSQLĀ® database connections are seamless and secure. Key Takeaways Understanding PostgreSQL hostname is essential for successful database connections. Understanding the PostgreSQL Hostname Hostname is a key factor for the effective management of PostgreSQL databases and providing secure access.

Database 130