Latest
Call for Papers: Vol. 42 closes 30 JuneNew: Quantum Security Summit registration openAxiom Standard 7042-2024 now ratifiedGrant cycle 2025 — $4.2M committedFellows election voting opens 15 JulyCall for Papers: Vol. 42 closes 30 JuneNew: Quantum Security Summit registration openAxiom Standard 7042-2024 now ratifiedGrant cycle 2025 — $4.2M committedFellows election voting opens 15 July
Digital Library

Research Archive

Search across 2.4 million peer-reviewed documents from journals, conferences, and standards.

Showing 2 of 2,418,902 results

Journal Article Open Access Green Computing

Energy Proportionality in Large-Scale Data Centers: Power Usage Effectiveness Optimization Through Workload Consolidation, Cooling System Intelligence, and Renewable Energy Integration

Data centers globally consume approximately 1-2 percent of world electricity supply, with power usage effectiveness (PUE) -- the ratio of total facility power to IT equipment power -- serving as the primary industry efficiency benchmark. Despite significant progress in server-level energy proportionality, facility-level PUE optimization through the joint management of workload consolidation, cooling system intelligence, and renewable energy procurement presents substantial unresolved engineering challenges. This paper presents DataGreen, an integrated energy management framework for large-scale data centers that coordinates workload scheduling, cooling control, and renewable energy utilization through a model predictive control architecture. DataGreen is evaluated through a combination of simulation using a validated data center energy model and a 12-month deployment in a 15 MW hyperscale data center. DataGreen achieves a mean annual PUE of 1.12 compared to the baseline PUE of 1.34, representing a 16.4 percent reduction in total facility power. Workload consolidation using thermal-aware VM placement contributes a 7.1 percent power reduction, DeepMind-inspired ML-based cooling optimization contributes 6.8 percent, and renewable energy time-shifting (scheduling deferrable workloads to periods of high renewable availability) contributes an effective 9.2 percent reduction in carbon intensity. We introduce the Data Center Carbon Efficiency Index (DCCEI) that combines PUE with renewable energy fraction and workload carbon intensity, and demonstrate that DCCEI provides a more complete sustainability picture than PUE alone.

Seun Adesanya, Hanna Bergstrom, Ryo Kawamoto, Nadia Khalil· Oct 2019· 312 citations
Journal Article Subscription Software Engineering

Database DevOps: Version-Controlled Schema Migration, Automated Database Testing, and Continuous Delivery of Persistent Data Layer Changes

Despite significant maturation of application-layer continuous delivery practices, the database tier remains one of the most common manual intervention points in otherwise automated DevOps pipelines. Schema migrations, data migrations, and stored procedure deployments are frequently managed through ad-hoc scripts and manual DBA approval gates that fragment delivery pipelines and introduce deployment risk. This paper presents Database DevOps as a coherent engineering discipline addressing the full lifecycle of database change management within CI/CD workflows. We evaluate three schema migration frameworks — Flyway, Liquibase, and Alembic — against six operational criteria: migration idempotency, rollback capability, branching support, CI integration maturity, drift detection, and cross-engine portability. We further characterize a taxonomy of database testing strategies — schema contract tests, referential integrity tests, performance regression tests, and data quality invariant tests — and provide empirical evidence of their fault detection effectiveness from a controlled experiment involving 1,200 intentionally injected database defects. Organizations implementing full Database DevOps practices in our case studies reduced database-related deployment failures by 71% and eliminated manual DBA gates in 83% of deployment pathways. We provide a Database DevOps Implementation Roadmap as a practitioner artifact.

Adunola Fashola, Erik Johansson, Daisuke Mori, Ana Sofia Ferreira· Oct 2019· 256 citations