article thumbnail

CDNs: Speed Up Performance by Reducing Latency

DZone

In the previous posts, we covered things we had to do to upload files on the front end, things we had to do on the back end, and optimizing costs by moving file uploads to object storage.

Latency 183
article thumbnail

Speed Trino Queries With These Performance-Tuning Tips

DZone

An open-source distributed SQL query engine, Trino is widely used for data analytics on distributed data storage. Optimizing Trino to make it faster can help organizations achieve quicker insights and better user experiences, as well as cut costs and improve infrastructure efficiency and scalability. But how do we do that?

Tuning 152
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

MySQL General Tablespaces: A Powerful Storage Option for Your Data

Percona

Managing storage and performance efficiently in your MySQL database is crucial, and general tablespaces offer flexibility in achieving this. In contrast to the single system tablespace that holds system tables by default, general tablespaces are user-defined storage containers for multiple InnoDB tables.

Storage 91
article thumbnail

Empowering Cyber Security by Enabling 7 Times Faster Log Analysis

DZone

This is about how a cyber security service provider built its log storage and analysis system (LSAS) and realized 3X data writing speed, 7X query execution speed, and visualized management. It also provides data management and file-tracking services.

Storage 216
article thumbnail

Speeding Up Restores in Percona Backup for MongoDB

Percona

Bringing physical backups in Percona Backup for MongoDB (PBM) was a big step toward the restoration speed. The speed of the physical restoration comes down to how fast we can copy (download) data from the remote storage. We aim to port it to Azure Blob and FileSystem storage types in subsequent releases. Let’s try.

Speed 83
article thumbnail

Transforming Business Outcomes Through Strategic NoSQL Database Selection

DZone

We often dwell on the technical aspects of database selection, focusing on performance metrics , storage capacity, and querying capabilities. Factors like read and write speed, latency, and data distribution methods are essential. In a detailed article, we've discussed how to align a NoSQL database with specific business needs.

Database 268
article thumbnail

The Power of Caching: Boosting API Performance and Scalability

DZone

Caching is the process of storing frequently accessed data or resources in a temporary storage location, such as memory or disk, to improve retrieval speed and reduce the need for repetitive processing.

Cache 246