Skip to main content
AutoMQ does not rely on local disks; instead, it writes data directly to object storage. In comparison to writing to local disks, file creation operations in object storage exhibit higher latency. For example, our empirical data shows that when writing a 4MiB file to S3, the P99 latency is approximately 400 milliseconds. Due to this, in some throughput-prioritized scenarios, it is necessary to suitably adjust client parameters to meet the system’s performance goals (Little’s Law).
Note:The configurations listed in this document are for reference only. Users need to consider their specific scenario demands and system goals comprehensively to reasonably adjust the corresponding parameter values.If your scenario is sensitive to message read and write latency, contact the AutoMQ team through this form for support. AutoMQ BYOC and AutoMQ Software support single-digit millisecond low-latency data reads and writes.

Producer Configuration

Consumer Configuration