Skip to Content
Installation and Technical SupportServer Configuration RequirementsServer Configuration Requirements Summary Table

Server Configuration Requirements Summary Table

This is a summary table that briefly organizes the hardware processing capacity requirements guide for QueryPie servers.

Public Cloud Environment (AWS, GCP, Azure)

ComponentRecommendation
High Availability ConfigurationApply Application Load Balancer, Network Load Balancer
VM InstancesConfigure 2 or more VMs as Upstream servers (Scale-Out method)
DatabaseManaged Service MySQL/MariaDB (AWS Aurora, etc.)
Cache ServiceManaged Service Redis (AWS ElastiCache, etc.)
OSLinux distribution (AWS: Amazon Linux, GCP: Ubuntu 24.04 LTS recommended)

On-Premise Environment

ComponentRecommendation
High Availability ConfigurationApply L7 Load Balancer, L4 Load Balancer
VM InstancesConfigure 2 or more VMs as Upstream servers (Scale-Out method)

Specifications by Component and Capacity

QueryPie Container VM Specifications

CategoryBasic SpecificationsRecommended Specifications
CPU4 vCPUs (AMD64 architecture)8 vCPUs (AMD64 architecture)
Memory15 GiB or more30 GiB or more
Disk100 GiB100 GiB
AWS EC2 Instancem6i.xlarge, m7i.xlargem6i.2xlarge, m7i.2xlarge
GCP Compute Enginec4-standard-4, n4-standard-4c4-standard-8, n4-standard-8
Disk IO PerformanceEBS General Purpose SSD (gp3)EBS Provisioned IOPS SSD (io1) or higher
Recommended Configuration2 or more basic specification VMs2 or more recommended specification VMs

QueryPie MySQL Specifications

CategoryBasic SpecificationsRecommended Specifications
CPU2 vCPUs4 vCPUs
Memory16 GiB or more32 GiB or more
Disk100 GiB or more100 GiB or more (storage capacity separate calculation)
AWS Aurora Instancedb.r7g.large, db.r6g.largedb.r7g.xlarge, db.r6g.xlarge
Disk IO PerformanceEBS General Purpose SSD (gp3)EBS Provisioned IOPS SSD (io1) or higher
NotesManaged Service method recommendedManaged Service method recommended

QueryPie Redis Specifications

CategoryBasic SpecificationsRecommended Specifications
CPU2 vCPUs2 vCPUs
Memory1 GiB or more3 GiB or more
AWS ElastiCachecache.t4g.smallcache.t4g.medium
NotesManaged Service method recommendedManaged Service method recommended

Memory Usage Reference

CategoryUsage
Initial executionApproximately 7 GiB
Increase due to user usage2~3 GiB
Additional when accessing Mongo/Document DB1 GiB or more
Additional memory for OS cache1~2 GiB

Performance Reference

  • Basic specification VM 1 unit: Can process 70 or more simple queries per second for DAC (4,200 per minute, 250,000 per hour)
  • For hundreds to thousands of users running daily light queries, 1-2 basic specification VMs are sufficient
Last updated on