Skip to content

Commit 06765c8

Browse files
committed
updates to InfluxDB and InfluxDB 3 introductions
1 parent 36c0f2b commit 06765c8

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

influxdb/content.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
1-
# What is InfluxDB 3?
1+
# What is InfluxDB?
22

3-
InfluxDB 3 is a database built to collect, process, transform, and store event and time series data, and is ideal for use cases that require real-time ingest and fast query response times to build user interfaces, monitoring, and automation solutions.
3+
InfluxDB is the time series database platform designed to collect, store, and process large amounts of timestamped data. InfluxDB supports high write and query workloads and is commonly used for:
4+
5+
- Monitoring infrastructure and applications
6+
- Collecting data from IoT devices
7+
- Storing log and event data
8+
9+
InfluxDB offers multiple versions and deployment options to meet diverse technical and operational requirements.
10+
11+
## InfluxDB 3
12+
13+
InfluxDB 3 is a new InfluxDB engine that uses an object store-backed architecture. It stores time series and event data using Apache Arrow and Parquet. It supports high-ingest workloads and fast queries.
414

515
InfluxDB 3 comes in two editions:
616

0 commit comments

Comments
 (0)