You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/docs/pilot/duckdb/_index.md
+14-13Lines changed: 14 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,34 +7,35 @@ module: [PILOT]
7
7
categories: [Reference]
8
8
---
9
9
10
+
[DuckDB](https://github.com/duckdb/duckdb/) is a high-performance embedded analytical database.
10
11
11
-
> [DuckDB](https://duckdb.org/) is a fast in-process analytical database: [Installation](#installation) | [Resources](#resources)
12
-
13
-
--------
14
-
15
-
## Overview
16
-
17
-
DuckDB is an embedded database, so it does not require deployment or service management. You only need to install the DuckDB package on the node to use it.
12
+
DuckDB is embedded, so it does not require deployment or service management. Install the DuckDB package on the node and use it directly.
18
13
19
14
20
15
--------
21
16
22
17
## Installation
23
18
24
-
Pigsty already provides DuckDB software package (RPM / DEB) in the Infra software repository, you can install it with the following command:
19
+
[**Pigsty Infra repo**](/docs/repo/infra/list)provides latest DuckDB RPM/DEB packages, install directly:
0 commit comments