All Tags
AWS
ai
algorithm-design
architecture
browser
cloud
cloud-efficiency
cloud-principles
cost-reduction
data-centric
data-compression
data-processing
deployment
design
documentation
edge-computing
email-sharing
energy-efficiency
energy-footprint
enterprise-optimization
green-ai
hardware
libraries
llm
locality
machine-learning
maintainability
management
measured
microservices
migration
mobile
model-optimization
model-training
multi-objective
network-traffic
parameter-tuning
performance
queries
rebuilding
scaling
services
storage-optimization
strategies
tabs
template
testing
workloads
Tactic: Optimize search & query strategies
Tactic sort:
Awesome Tactic
Type: Architectural Tactic
Category: resource-adaptation
Title
Optimize search & query strategies
Description
Search and query strategies can be optimized to increase efficiency and, therefore, reduce costs. AWS Athena is a query service to analyze data in Amazon S3 using standard SQL. Athena charges for the amount of data being scanned to retrieve the query data. Hence, to optimize the costs of a query, the developer needs to ensure that a minimum amount of data is scanned. For example, whenever a key is frequently positioned at a certain location, first, this location should be scanned to prevent redundant scans. Processing less data results in less computing power and memory usage. Thus, a reduction in energy usage is expected.
Participant
Cloud consumer
Related software artifact
Cloud databases
Context
Public cloud
Software feature
Searches and queries
Tactic intent
Optimizing search and query strategies to increase efficiency and reduce costs
Target quality attribute
Efficiency
Other related quality attributes
Cost-efficiency
Measured impact
< unknown >
