All Tags
AWS
algorithm-design
architecture
cloud-principles
cost-reduction
data-centric
data-compression
data-processing
deployment
design
edge-computing
energy-footprint
hardware
libraries
locality
machine-learning
management
measured
migration
model-optimization
model-training
performance
queries
rebuilding
scaling
services
strategies
template
workloads
Tactic: Use asynchronous I/O
Tactic sort:
Awesome Tactic
Type: Software Practice
Category: green-software-practice
Tags:
energy-footprint
Title
Use asynchronous I/O
Description
Using asynchronous I/O with Native Command Queuing is more energy efficient than synchronous I/O because decrease the time it takes to process a job.
Participant
Software application developers
Related software artifact
RPC between 2 servers, use file transfer (e.g. SSH/FTP)
Context
Green Lab
Software feature
< unknown >
Tactic intent
Use asynchronous I/O
Target quality attribute
Energy-efficiency
Other related quality attributes
< unknown >
Measured impact
< unknown >