۵۰٪ تخفیف روی همه پلان‌ها، محدود. شروع از $2.48/mo

QuestDB VPS Hosting

QuestDB VPS,
time-series at NVMe speed.

Self-host the high-performance time-series database on AMD EPYC + NVMe. SQL queries, millions of rows/sec.
Independent cloud, since 2008. From $4.48/mo · root SSH in 60 seconds.

4.6 · ۷۰۸ نظر در Trustpilot

Starting at $3.48/mo · 50% off · No credit card required

~ ssh root@questdb-001 connected
root@questdb-001:~# docker run -d -p 9000:9000 -p 9009:9009 questdb/questdb
Pulling questdb/questdb:latest...
Status: Downloaded. Container started.
root@questdb-001:~# curl -sG --data-urlencode "query=SELECT count() FROM trades" localhost:9000/exec
{"query":"SELECT count() FROM trades","columns":[{"name":"count","type":"LONG"}],"dataset":[[0]]}
root@questdb-001:~# _

QuestDB VPS Hosting at a glance

Cloudzy hosts QuestDB, a high-performance time-series database, on VPS plans across 12 regions, starting at $4.48 per month. Plans range from 512 MB to 64 GB DDR5 on فضای ذخیره‌سازی NVMe با 40 Gbps uplinks. Install QuestDB on your VPS via Docker and ingest millions of rows per second using the InfluxDB Line Protocol, then query with standard SQL. Cloudzy has operated independently since 2008, serves 122,000+ users, and is rated 4.6 / 5 در Trustpilot.

Starting price
$2.48 / month
Provisioning
60 seconds
منطقه‌ها
۱۲ منطقه در سراسر جهان
آپتایم SLA
99.95%
بازگشت وجه
14 days
تأسیس
2008

Why builders pick Cloudzy

A tech-savvy favorite.

The four things buyers actually compare us on, done right.

High-spec infrastructure

Latest-gen AMD EPYC, NVMe-only storage, DDR5 memory, 40 Gbps uplinks. Single-thread leadership at every plan tier.

Risk-free trial

14-day money-back guarantee on every plan. No questions asked. No setup fees. Cancel anytime from the dashboard.

99.95% uptime SLA

Automated monitoring across 12 regions. Our last-30-day SLA is publicly tracked at status.cloudzy.com, no hiding.

24/7 human support

Live chat and ticket replies typically under 5 minutes. Engineers, not script-readers. Median resolution under 1 hour.

Time-series ecosystem

Time-series databases you can self-host.

QuestDB is built for speed. Compare it to other time-series databases.

QuestDB
SQL · Column-oriented
TimescaleDB
PostgreSQL extension
InfluxDB
Go · InfluxQL/Flux
ClickHouse
OLAP · Column store
Prometheus
Metrics · Pull-based
VictoriaMetrics
Prometheus-compatible

Use cases

Why builders choose
Cloudzy's QuestDB VPS Hosting.

IoT sensor ingestion

Ingest millions of sensor readings per second via the InfluxDB Line Protocol. QuestDB on NVMe handles time-series writes that would choke a general-purpose database.

Financial tick data

Store and query market ticks, OHLCV bars, and order book snapshots. QuestDB's SQL with time-range filters makes backtesting queries fast and familiar.

Application metrics

Collect latency, throughput, and error-rate metrics from your services. Query them with SQL and feed Grafana dashboards for real-time visibility.

Log analytics

Ingest structured logs as time-series data. QuestDB's SQL makes filtering, aggregating, and charting log patterns faster than grep pipelines.

Fleet telemetry

Track GPS positions, fuel levels, and engine metrics from a vehicle fleet. QuestDB handles high-frequency writes and time-windowed queries efficiently.

Monitoring dashboards

Connect QuestDB to Grafana via the PostgreSQL wire protocol. Build real-time dashboards with time-series charts, heatmaps, and stat panels, no special plugin needed.

60s
Provisioning
40 Gbps
Uplink
NVMe-only
Storage
12
منطقه‌ها
99.95%
آپتایم SLA
14 days
بازگشت وجه

شبکه جهانی

12 regions. Four continents.
One click away.

Drop your QuestDB VPS Hosting as close to your users as physics allows. Median P50 latency under 10 ms in North America and Europe.

us-utah-1us-dal-1us-lax-1us-nyc-1us-mia-1eu-ams-1eu-lon-1eu-fra-1eu-brn-1me-dxb-1ap-sgp-1ap-syd-1

قیمت‌گذاری

فقط برای آنچه مصرف می‌کنید بپردازید. That's it.

Hourly, monthly, or yearly. No egress fees. No commitments. Currently ۵۰٪ تخفیف all plans.

1 GB DDR5

Dev/testing · Small datasets

$3.48 /ماه
$6.95/mo ۵۰%-
Deploy now
۱۴ روز ضمانت بازگشت وجه
  • 1 vCPU @ EPYC
  • 25 GB NVMe
  • 1 TB · 40 Gbps
  • Dedicated IPv4 + IPv6
  • Root SSH · KVM
2 GB DDR5

Moderate ingestion · Dashboards

$7.475 /ماه
$14.95/mo ۵۰%-
Deploy now
۱۴ روز ضمانت بازگشت وجه
  • 1 vCPU @ EPYC
  • 60 GB NVMe
  • 3 TB · 40 Gbps
  • Dedicated IPv4 + IPv6
  • Root SSH · KVM
8 GB DDR5

High throughput · Large datasets

$26.475 /ماه
$52.95/mo ۵۰%-
Deploy now
۱۴ روز ضمانت بازگشت وجه
  • 4 vCPU @ EPYC
  • 240 GB NVMe
  • 7 TB · 40 Gbps
  • Dedicated IPv4 + IPv6
  • Root SSH · KVM

FAQ — QuestDB VPS Hosting

Common questions, straight answers.

What is QuestDB?

QuestDB is an open-source time-series database designed for high-performance ingestion and SQL queries. It uses a column-oriented storage engine optimized for time-stamped data. It supports the InfluxDB Line Protocol for writes and PostgreSQL wire protocol for reads.

How do I install QuestDB on my VPS?

Run docker run -d -p 9000:9000 -p 9009:9009 questdb/questdb on your Cloudzy VPS. QuestDB's web console is available at port 9000, and the InfluxDB Line Protocol listener runs on port 9009. Up and ingesting in under 5 minutes.

How much RAM does QuestDB need?

QuestDB recommends at least 2 GB for small datasets. For production workloads with millions of rows and concurrent queries, 4-8 GB provides better performance. QuestDB uses memory-mapped files, so more RAM means more data cached in memory.

Can I query QuestDB with SQL?

Yes. QuestDB supports standard SQL with extensions for time-series operations like SAMPLE BY (time bucketing), LATEST ON (last value per series), and ASOF JOIN (time-aligned joins). If you know SQL, you can query QuestDB.

How fast is ingestion?

QuestDB can ingest millions of rows per second on a single server, depending on hardware. On NVMe storage with EPYC cores, you'll see significantly higher throughput than on spinning disks.

Does QuestDB support Grafana?

Yes. QuestDB speaks the PostgreSQL wire protocol. Add it as a PostgreSQL data source in Grafana, write SQL queries, and build dashboards. No special Grafana plugin needed.

Is QuestDB free?

Yes. QuestDB is open-source under the Apache 2.0 license. The company offers a managed cloud version with additional features, but the self-hosted version is free and fully functional.

Is there a money-back guarantee?

Yes. Cloudzy offers a 14-day money-back guarantee on every VPS plan. Deploy QuestDB, test ingestion and queries, if the infrastructure doesn't meet your needs, get a full refund.

آماده‌ایم وقتی شما آماده‌اید.
QuestDB, ingesting in minutes.

بدون نیاز به کارت اعتباری · ضمانت بازگشت وجه ۱۴ روزه · لغو در هر زمان