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: Minimize Referencing to Data
Tactic sort:
Awesome Tactic
Type: Architectural Tactic
Category: green-ml-enabled-systems
Title
Minimize Referencing to Data
Description
Machine learning models require reading and writing enormous amounts of data in the ML workflow. Reading data means retrieving information from storage, while writing data means storing or updating the information. These operations may increase unnecessary data movements and memory usage, which influence the energy consumption of computing. To avoid non-essential referencing of data, reading and writing operations must be designed carefully.
Participant
Software Designer
Related software artifact
ML Model
Context
Machine Learning, General
Software feature
Inference
Tactic intent
Improve energy efficiency by avoiding unnecessary data read/write operations
Target quality attribute
Energy Efficiency
Other related quality attributes
Resource Utilization
Measured impact
< unknown >