# PostgreSQL Connectivity

Store allows you to save time series data in PostgreSQL database. It uses a native PostgreSQL driver to interact with the database and provides high reliability and performance.

### Key Features <a href="#h.q6tu5c18i0e8" id="h.q6tu5c18i0e8"></a>

* Flexible tuning of writing performance.
* Verification of SSL server certificate.
* Flexible tuning of time series metadata and database design.
* OPC UA Historical access (raw/aggregated data reading).

We strongly recommend using TimescaleDB extension as it has several advantages over traditional PostgreSQL:

* High performance at INSERTs and SELECTs
* Fast removal of old data
* Automatic data compression


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.monokot.io/time-series-and-stores/postgresql-connectivity.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
