Console Login

#Database Tuning

All articles tagged with Database Tuning

#Database Tuning

Stop Bleeding Budget: A Pragmatic CTO’s Guide to Cloud Cost Optimization in 2021

Is your AWS bill spiralizing out of control? In the wake of Schrems II, moving workloads to high-performance local VDS isn't just a compliance necessity—it's the single most effective cost-saving strategy for Norwegian tech stacks.

PostgreSQL 12 Performance Analysis: Optimizing Heavy Workloads on NVMe

PostgreSQL 12 landed in October 2019 with critical improvements in partitioning and indexing. We analyze the technical implications for high-throughput systems and why underlying hardware latency is your new bottleneck.

Cloud Storage Bottlenecks: Why Your I/O Wait is Killing Application Performance in 2012

It is 2012, and 'The Cloud' is no longer a buzzword—it is a production reality. But why is your database crawling? We analyze the hidden costs of shared SAN storage, the rise of KVM, and how to tune CentOS 6 for local SSD performance.

MySQL 5.5 Performance Tuning: Optimizing InnoDB for High-Traffic Norwegian Workloads

A battle-hardened guide to scaling MySQL 5.5 on Linux. We cover my.cnf configuration, the shift to SSD storage, and handling I/O bottlenecks for critical Norwegian infrastructure.

MySQL Optimization in 2011: Stop Killing Your Database with Default Configs

It's 2011, and default MySQL settings are still stuck in the 90s. Learn how to tune InnoDB, utilize SSD storage, and lower latency for Norwegian users without breaking the bank.

Cloud Storage in 2011: Solving the I/O Bottleneck for High-Traffic Norwegian Portals

It is July 2011, and the 'Cloud' is more than just marketing buzz—it's an architectural challenge. We dissect the reality of storage performance, from 15k RPM SAS arrays to the emerging SSD revolution, and explain why latency to the NIX determines your database survival.

MySQL Performance Tuning in 2010: Surviving the Digg Effect with InnoDB and SSDs

Is your Norwegian e-commerce site buckling under load? We dismantle the default MySQL 5.1 configuration, move from MyISAM to InnoDB, and explain why disk I/O on standard VPS hosting is the silent killer of performance.

MySQL vs PostgreSQL: Choosing the Right Engine for High-Traffic Norwegian Workloads

It is October 2010. MySQL 5.1 and the newly released PostgreSQL 9.0 are battling for dominance. We break down the technical trade-offs, from MyISAM table-locking nightmares to the new Streaming Replication features, to help you survive your next traffic spike.

MySQL 5.1 vs. PostgreSQL 8.4: The Nordic SysAdmin's Dilemma in 2009

With Oracle's pending acquisition of Sun Microsystems, the LAMP stack landscape is shifting. We benchmark MySQL 5.1's raw speed against the new PostgreSQL 8.4 features to see which database belongs on your Norwegian VPS.

MySQL 5.1 vs PostgreSQL 8.3: The Database Architect's Dilemma in 2009

With Oracle's acquisition of Sun Microsystems shaking the open source world, we analyze the technical trade-offs between MySQL and PostgreSQL for high-traffic Norwegian infrastructure.

PostgreSQL vs MySQL: The Architect's Dilemma After the Sun-Oracle Deal

With Oracle's acquisition of Sun Microsystems shaking the open source world, we benchmark MySQL 5.1 against PostgreSQL 8.3. Which database engine actually handles the load?